Gentoo Archives: gentoo-commits

From: Marco Leise <marco.leise@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/files/, dev-lang/dmd/, eclass/
Date: Mon, 09 May 2022 23:48:21
Message-Id: 1650817876.c6c1877b559f0a3a5e7fddbd2b292632d0c77b5b.mleise@gentoo
1 commit: c6c1877b559f0a3a5e7fddbd2b292632d0c77b5b
2 Author: Horodniceanu Andrei <a.horodniceanu <AT> protonmail <DOT> com>
3 AuthorDate: Sun Apr 24 16:31:16 2022 +0000
4 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de>
5 CommitDate: Sun Apr 24 16:31:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=c6c1877b
7
8 Remove dmd-2.063
9
10 Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> protonmail.com>
11
12 dev-lang/dmd/Manifest | 1 -
13 dev-lang/dmd/dmd-2.063.2-r6.ebuild | 19 -------------------
14 dev-lang/dmd/files/2.063-no-narrowing.patch | 12 ------------
15 eclass/dlang-compilers.eclass | 1 -
16 4 files changed, 33 deletions(-)
17
18 diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
19 index 7f3af99..7e1917d 100644
20 --- a/dev-lang/dmd/Manifest
21 +++ b/dev-lang/dmd/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST dmd.2.063.2.zip 33144090 BLAKE2B 16a5a326950b3aaa249786e316a5f24f2b87b4bc7b8e36aa35378e83e166c2d6fcdf9c54d052587428cf1a1a5332bcf0991df226f9059c81638050f5b6df1a9c SHA512 8b7a0b308a92e7adbccb05a7e2ec87e287f66ba42e9f856e19aae78127b13c50bad5cb56dd79f49d3237248fd3fe0f430bdef012dda1f38ab875a664c43308ae
24 DIST dmd.2.064.2.zip 33349115 BLAKE2B 0f6a187cd7005f11c8f8be782e5e74326b5d8b2ece53b650b02544834e38205524609067f451301f84993b735d7adf6b0dfe52e0750f2de1e7b8db68324d07f7 SHA512 4ec199c86c717273cf7c3c256ce56bc7144a453d3030a62de2c7e435e52ee5d2414c7bd9bb7c643b4734897e9621a31dff7b7fe3742f5b5785cb1e5eafb1bede
25 DIST dmd.2.065.0.linux.zip 22231025 BLAKE2B fc897bac46ac5cba0b93488723892e480b6b391d347b4b499c2275d17b0e638ad04daabb29c813b92f807e7dda02dc42ef5b9917d52c69e2042ae4d0b53ab0eb SHA512 f351de772fff7d14fbd269701c557d2fc889ba0cc85c3b57f62fa6dc86295d1a151ad1d0b8928d9dc775251672933bff7d70fb22b4da732fae90f8840ec0571d
26 DIST dmd.2.066.1.linux.zip 23238330 BLAKE2B 89e9710e0988a3ab5d7ddd1cf614050df02cb89b22d5d15e904a83e4c79c8ca357e090cc15b755175bfd632807203ed8c602aeb0dd1238f5b4891fdd09ca50ff SHA512 2baeaeba99b02dd286c550056716c74e5e83f3da03aa1be2632cc63e47716d96610ce40828e3f548a6be300566a09974c8e1c1b2de9c39f38fd862f4ec4f4a76
27
28 diff --git a/dev-lang/dmd/dmd-2.063.2-r6.ebuild b/dev-lang/dmd/dmd-2.063.2-r6.ebuild
29 deleted file mode 100644
30 index 939e3c2..0000000
31 --- a/dev-lang/dmd/dmd-2.063.2-r6.ebuild
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -KEYWORDS="-* amd64 x86"
40 -YEAR=2013
41 -ARCHIVE="zip"
42 -SONAME="libphobos2.so.0.2.0"
43 -
44 -inherit dmd eutils
45 -
46 -PATCHES=( "${FILESDIR}/2.063-no-narrowing.patch" "${FILESDIR}/2.063-replace-bits-mathdef-h.patch" "${FILESDIR}/2.073-fix-segv-in-evalu8.patch" )
47 -
48 -dmd_src_prepare_extra() {
49 - # Move dmd.conf man page into correct slot.
50 - mkdir man/man5 || die "Failed to create man/man5."
51 - mv man/man1/dmd.conf.5 man/man5/dmd.conf.5 || die "Failed to move man/man1/dmd.conf.5."
52 -}
53
54 diff --git a/dev-lang/dmd/files/2.063-no-narrowing.patch b/dev-lang/dmd/files/2.063-no-narrowing.patch
55 deleted file mode 100644
56 index 4fca27d..0000000
57 --- a/dev-lang/dmd/files/2.063-no-narrowing.patch
58 +++ /dev/null
59 @@ -1,12 +0,0 @@
60 ---- dmd2/dmd/src/posix.mak
61 -+++ dmd2/dmd/src/posix.mak
62 -@@ -69,6 +69,9 @@ endif
63 -
64 - CFLAGS = $(GFLAGS) -I$(ROOT) -DMARS=1 -DTARGET_$(OS)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1
65 - MFLAGS = $(GFLAGS) -I$C -I$(TK) -I$(ROOT) -DMARS=1 -DTARGET_$(OS)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1
66 -+ifeq ($(findstring g++,$(HOST_CC)), g++)
67 -+MFLAGS := $(MFLAGS) -std=gnu++98
68 -+endif
69 -
70 - CH= $C/cc.h $C/global.h $C/oper.h $C/code.h $C/type.h \
71 - $C/dt.h $C/cgcv.h $C/el.h $C/obj.h $(TARGET_CH)
72
73 diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
74 index ecf17a9..0b8dfd9 100644
75 --- a/eclass/dlang-compilers.eclass
76 +++ b/eclass/dlang-compilers.eclass
77 @@ -14,7 +14,6 @@ dlang-compilers_declare_versions() {
78
79 # DMD
80 __dlang_dmd_frontend=(
81 - ["2.063"]="2.063 x86 amd64"
82 ["2.064"]="2.064 x86 amd64"
83 ["2.065"]="2.065 x86 amd64"
84 ["2.066"]="2.066 x86 amd64"