diff --git a/g/git/git-2.13.0.eb b/g/git/git-2.13.0.eb
deleted file mode 100644
index b1d207f078c035b4ee07a3ad335aa00404f86754..0000000000000000000000000000000000000000
--- a/g/git/git-2.13.0.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'git'
-version = "2.13.0"
-
-homepage = 'http://git-scm.com/'
-description = """Git is a free and open source distributed version control system designed
-to handle everything from small to very large projects with speed and efficiency."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-source_urls = ['https://www.kernel.org/pub/software/scm/git/']
-sources = ['%(name)s-%(version)s.tar.gz']
-
-builddependencies = [
-    ('Autoconf', '2.69')
-]
-
-dependencies = [
-    ('cURL', '7.53.1'),
-    ('expat', '2.1.0'),
-    ('gettext', '0.19.8'),
-    ('Perl', '5.20.2', '-GNU-5.1.0-2.25-bare'),
-]
-
-preconfigopts = 'make configure && '
-
-# Work around git build system bug.  If LIBS contains -lpthread, then configure
-# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
-configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"
-
-sanity_check_paths = {
-    'files': ['bin/git'],
-    'dirs': [],
-}
-
-moduleclass = 'tools'
diff --git a/g/git/git-2.14.1-GCC-7.1.0-2.28.eb b/g/git/git-2.14.1-GCC-7.1.0-2.28.eb
deleted file mode 100644
index e1a5432f9d5edd31bef02669d5716ea5814c8454..0000000000000000000000000000000000000000
--- a/g/git/git-2.14.1-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'git'
-version = "2.14.1"
-
-homepage = 'http://git-scm.com/'
-description = """Git is a free and open source distributed version control system designed
-to handle everything from small to very large projects with speed and efficiency."""
-
-toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
-
-source_urls = ['https://www.kernel.org/pub/software/scm/git/']
-sources = ['%(name)s-%(version)s.tar.gz']
-
-builddependencies = [
-    ('Autoconf', '2.69', '', True)
-]
-
-dependencies = [
-    ('cURL', '7.53.1', '', True),
-    ('expat', '2.2.0', '', True),
-    ('gettext', '0.19.8.1', '', True),
-    ('Perl', '5.26.0', '-bare'),
-]
-
-preconfigopts = 'make configure && '
-
-# Work around git build system bug.  If LIBS contains -lpthread, then configure
-# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
-configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"
-
-sanity_check_paths = {
-    'files': ['bin/git'],
-    'dirs': [],
-}
-
-moduleclass = 'tools'
diff --git a/g/git/git-2.17.0-GCC-6.3.0-2.27.eb b/g/git/git-2.17.0-GCC-6.3.0-2.27.eb
deleted file mode 100644
index e0efb5b8bf695624d8b0c538b5df53ea6aec9847..0000000000000000000000000000000000000000
--- a/g/git/git-2.17.0-GCC-6.3.0-2.27.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'git'
-version = "2.17.0"
-
-homepage = 'http://git-scm.com/'
-description = """Git is a free and open source distributed version control system designed
-to handle everything from small to very large projects with speed and efficiency."""
-
-toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
-
-source_urls = ['https://www.kernel.org/pub/software/scm/git/']
-sources = ['%(name)s-%(version)s.tar.gz']
-
-builddependencies = [
-    ('Autoconf', '2.69', '', True)
-]
-
-dependencies = [
-    ('cURL', '7.53.1', '', True),
-    ('expat', '2.2.0', '', True),
-    ('gettext', '0.19.8', '', True),
-    ('Perl', '5.26.2'),
-]
-
-preconfigopts = 'make configure && '
-
-# Work around git build system bug.  If LIBS contains -lpthread, then configure
-# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
-configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"
-
-sanity_check_paths = {
-    'files': ['bin/git'],
-    'dirs': [],
-}
-
-moduleclass = 'tools'
diff --git a/g/git/git-2.18.0.eb b/g/git/git-2.18.0.eb
deleted file mode 100644
index 3ada2817b624acfa4a18642427e2ccafe3d1f2ed..0000000000000000000000000000000000000000
--- a/g/git/git-2.18.0.eb
+++ /dev/null
@@ -1,26 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'git'
-version = "2.18.0"
-
-homepage = 'http://git-scm.com/'
-description = """Git is a free and open source distributed version control system designed
-to handle everything from small to very large projects with speed and efficiency."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-source_urls = ['https://www.kernel.org/pub/software/scm/git/']
-sources = ['%(name)s-%(version)s.tar.gz']
-
-builddependencies = [
-    ('Autoconf', '2.69', '', True)
-]
-
-preconfigopts = 'make configure && '
-
-sanity_check_paths = {
-    'files': ['bin/git'],
-    'dirs': [],
-}
-
-moduleclass = 'tools'
diff --git a/g/git/git-2.19.0.eb b/g/git/git-2.19.0.eb
deleted file mode 100644
index ec100c131667926806d37c5f1cdc7356bf3aca76..0000000000000000000000000000000000000000
--- a/g/git/git-2.19.0.eb
+++ /dev/null
@@ -1,28 +0,0 @@
-# IT4Innovations 2018
-
-easyblock = 'ConfigureMake'
-
-name = 'git'
-version = "2.19.0"
-
-homepage = 'http://git-scm.com/'
-description = """Git is a free and open source distributed version control system designed
-to handle everything from small to very large projects with speed and efficiency."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-source_urls = ['https://www.kernel.org/pub/software/scm/git/']
-sources = ['%(name)s-%(version)s.tar.gz']
-
-builddependencies = [
-    ('Autoconf', '2.68', '', True)
-]
-
-preconfigopts = 'make configure && '
-
-sanity_check_paths = {
-    'files': ['bin/git'],
-    'dirs': [],
-}
-
-moduleclass = 'tools'