diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-30 19:46:47 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-30 19:46:47 +0300 |
commit | 56f2069d516de983fefbdb286ae090faddfe28c9 (patch) | |
tree | 8a65f45f855df5263df3bd282b64458c76181164 /dev-lang | |
parent | dev-util/dlang-tools: add github upstream metadata (diff) | |
download | dlang-56f2069d516de983fefbdb286ae090faddfe28c9.tar.gz dlang-56f2069d516de983fefbdb286ae090faddfe28c9.tar.bz2 dlang-56f2069d516de983fefbdb286ae090faddfe28c9.zip |
dev-lang/dmd: drop 2.107.0
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/dmd/dmd-2.107.0.ebuild | 17 |
1 files changed, 0 insertions, 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" -) |