diff options
author | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-12-12 11:04:12 +0200 |
---|---|---|
committer | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-12-16 14:41:27 +0200 |
commit | cd19627d55d107a5a2eb1f3f9cf83b488379e6d8 (patch) | |
tree | a9fb6939f83fdba0459d399f65a7668efeedbd66 /dev-lang/dmd/dmd-2.073.2-r6.ebuild | |
parent | stabilization sweep (diff) | |
download | dlang-cd19627d55d107a5a2eb1f3f9cf83b488379e6d8.tar.gz dlang-cd19627d55d107a5a2eb1f3f9cf83b488379e6d8.tar.bz2 dlang-cd19627d55d107a5a2eb1f3f9cf83b488379e6d8.zip |
*/*: Remove old versions
Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
Diffstat (limited to 'dev-lang/dmd/dmd-2.073.2-r6.ebuild')
-rw-r--r-- | dev-lang/dmd/dmd-2.073.2-r6.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-lang/dmd/dmd-2.073.2-r6.ebuild b/dev-lang/dmd/dmd-2.073.2-r6.ebuild deleted file mode 100644 index b19377d..0000000 --- a/dev-lang/dmd/dmd-2.073.2-r6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KEYWORDS="-* amd64 x86" -YEAR=2017 -DLANG_VERSION_RANGE="2.067-2.073" - -inherit dmd - -PATCHES=( - "${FILESDIR}/2.073-fix-segv-in-evalu8.patch" - "${FILESDIR}/2.073-fix-out-of-bounds-in-evalu8.patch" - "${FILESDIR}/2.069-link-32-bit-shared-lib-with-ld.bfd.patch" -) - -dmd_src_prepare_extra() { - # Copy default DDOC theme file into resource directory - mkdir "dmd/res" || die "Failed to create 'dmd/res' directory" - cp "${FILESDIR}/2.073-default_ddoc_theme.ddoc" "dmd/res/default_ddoc_theme.ddoc" || die "Failed to copy 'default_ddoc_theme.ddoc' file into 'src/res' directory." -} |