commit: 56f2069d516de983fefbdb286ae090faddfe28c9
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu May 30 16:46:47 2024 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu May 30 16:46:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=56f2069d
dev-lang/dmd: drop 2.107.0
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
dev-lang/dmd/dmd-2.107.0.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/dev-lang/dmd/dmd-2.107.0.ebuild b/dev-lang/dmd/dmd-2.107.0.ebuild
deleted file mode 100644
index 56938d4..0000000
--- a/dev-lang/dmd/dmd-2.107.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KEYWORDS="-* ~amd64 ~x86"
-YEAR=2024
-DLANG_VERSION_RANGE="2.100-2.107"
-
-inherit dmd
-
-PATCHES=(
- "${FILESDIR}/2.105-link-32-bit-shared-lib-with-ld.bfd.patch"
- # See https://github.com/dlang/phobos/pull/8820
- "${FILESDIR}/2.107-phobos-change-DMD_DIR-meaning.patch"
- "${FILESDIR}/2.107-druntime-support-DMD_DIR.patch"
-)