diff --git a/Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb b/Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb
deleted file mode 100644
index b97ac4698badb8adcb8dc4308ed8ed6295cb2133..0000000000000000000000000000000000000000
--- a/Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb
+++ /dev/null
@@ -1,36 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'expat'
-version = '2.2.9'
-
-homepage = 'https://libexpat.github.io'
-
-description = """
-Expat is an XML parser library written in C. It is a stream-oriented parser
-in which an application registers handlers for things the parser might find
-in the XML document (like start tags)
-"""
-
-site_contacts = 'a.strube@fz-juelich.de'
-
-toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
-toolchainopts = {'pic': True}
-
-source_urls = ['https://github.com/libexpat/libexpat/releases/download/R_%s/' %
-               version.replace('.', '_')]
-sources = [SOURCE_TAR_BZ2]
-checksums = ['f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237']
-
-builddependencies = [('binutils', '2.36.1')]
-
-# Since expat 2.2.6, docbook2X is needed to produce manpage of xmlwf.
-# Docbook2X needs XML-Parser and XML-Parser needs expat.
-# -> circular dependency. "--without-docbook" breaks this circle.
-configopts = ['--without-docbook']
-
-sanity_check_paths = {
-    'files': ['include/expat.h', 'lib/libexpat.a', 'lib/libexpat.%s' % SHLIB_EXT],
-    'dirs': [],
-}
-
-moduleclass = 'tools'
diff --git a/Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb b/Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
deleted file mode 100644
index f8cb4fd6d6c7788ac26e8eec7feee9e25a9b01bb..0000000000000000000000000000000000000000
--- a/Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
+++ /dev/null
@@ -1,24 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'expat'
-version = '2.2.9'
-
-homepage = 'http://expat.sourceforge.net/'
-description = """Expat is an XML parser library written in C. It is a
-                 stream-oriented parser in which an application registers
-                 handlers for things the parser might find in the XML document
-                 (like start tags)"""
-
-site_contacts = 'a.strube@fz-juelich.de'
-
-toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
-toolchainopts = {'pic': True}
-
-sources = [SOURCELOWER_TAR_BZ2]
-source_urls = [SOURCEFORGE_SOURCE]
-
-builddependencies = [
-    ('binutils', '2.34'),
-]
-
-moduleclass = 'tools'