Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
Date: Mon, 14 Sep 2020 18:26:18
Message-Id: 1600107964.e654adf6eda8559817d9669e85f76b1ba414b69b.sam@gentoo
1 commit: e654adf6eda8559817d9669e85f76b1ba414b69b
2 Author: Felix Neumärker <xdch47 <AT> posteo <DOT> de>
3 AuthorDate: Fri Sep 4 16:52:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 18:26:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654adf6
7
8 sci-electronics/iverilog: remove old
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Felix Neumärker <xdch47 <AT> posteo.de>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-electronics/iverilog/Manifest | 3 --
15 sci-electronics/iverilog/iverilog-0.9.6.ebuild | 49 --------------------------
16 sci-electronics/iverilog/iverilog-0.9.7.ebuild | 49 --------------------------
17 sci-electronics/iverilog/iverilog-10.2.ebuild | 32 -----------------
18 4 files changed, 133 deletions(-)
19
20 diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
21 index 19e0b1a4411..24a4970e513 100644
22 --- a/sci-electronics/iverilog/Manifest
23 +++ b/sci-electronics/iverilog/Manifest
24 @@ -1,4 +1 @@
25 DIST iverilog-10.3.tar.gz 1600835 BLAKE2B 107c57c61fb27c18f4020f7853bf6ca83d1a86fdc73c57ea207828baf6b7a26d42e43ce7b33580f050a4c0b8f63bca6accecf678323a3bbbee1eb9c1d8fa2caa SHA512 67076e19a208576c21a0462ff7d15d00a9d47740c47518a5523bd928b3118360d85eb84c317963717d15e5246ece3727259f6ff3baf59e195340530cc9086a1d
26 -DIST verilog-0.9.6.tar.gz 1219982 BLAKE2B 12f7dfb1ab8b7e4524cf0a3061ce801bfa741015fc1446aef7ffe51c42d76b5d0578e78ce13cd8c3fb6bac580e9da1ed11ca03e1fd02f8cb75dd74425546f851 SHA512 63c18f211eb9711547db65b859551063129cf18acb1196eaa88562f194231079fe929a6f7b8fbe2160863c521f02dde079e792f1b0bbe1c2514deafd55d5288c
27 -DIST verilog-0.9.7.tar.gz 1238088 BLAKE2B c0b173b4857abc0d35ad05d9f11d5265763c92e625aadb1b487978c40e0679725b8e6de0fc05cc8e4bc7a6db6e1d9abacf886942b05e27d8513b9586cca156f9 SHA512 1a81f132c667f5cd33a11156364a366806ef9b6ef59b86f69df852af79cc92db17df8db0bace4e3c14929b0110df0aa7d83f35f664057e715842acf7bd21c1f5
28 -DIST verilog-10.2.tar.gz 1695227 BLAKE2B ea2488de55ef60a248e7f5ffd5e06c6d86d57f3cff4536cb64a727ab70d8868847e53beec093e21243a1e81ede021b0ccde771d66ce1d986f737b5d925aaff11 SHA512 21e0861ee994daf0a98d0da3e0ad665e37cba4669faa873ae57d05eb41794b6cc2948c88cc07ebe1e9266850ad2bad189096ae6911b9c4064f772279d0901aef
29
30 diff --git a/sci-electronics/iverilog/iverilog-0.9.6.ebuild b/sci-electronics/iverilog/iverilog-0.9.6.ebuild
31 deleted file mode 100644
32 index eb137e4aeb1..00000000000
33 --- a/sci-electronics/iverilog/iverilog-0.9.6.ebuild
34 +++ /dev/null
35 @@ -1,49 +0,0 @@
36 -# Copyright 1999-2014 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=4
40 -
41 -inherit eutils multilib
42 -
43 -DESCRIPTION="A Verilog simulation and synthesis tool"
44 -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz"
45 -HOMEPAGE="http://iverilog.icarus.com/"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 ppc sparc x86"
50 -IUSE="examples"
51 -
52 -RDEPEND="app-arch/bzip2
53 - sys-libs/readline
54 - sys-libs/zlib"
55 -DEPEND="${RDEPEND}"
56 -
57 -S="${WORKDIR}/verilog-${PV}"
58 -
59 -src_prepare() {
60 - # Fix tests
61 - mkdir -p lib/ivl
62 - touch lib/ivl/ivl
63 - sed -i -e 's/driver\/iverilog -B./IVERILOG_ROOT="." driver\/iverilog -B./' Makefile.in || die
64 -
65 - # Fix LDFLAGS
66 - sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die
67 -}
68 -
69 -src_install() {
70 - emake -j1 \
71 - prefix="${ED}"/usr \
72 - mandir="${ED}"/usr/share/man \
73 - infodir="${ED}"/usr/share/info \
74 - libdir="${ED}"/usr/$(get_libdir) \
75 - libdir64="${ED}"/usr/$(get_libdir) \
76 - vpidir="${ED}"/usr/$(get_libdir)/ivl \
77 - install
78 -
79 - dodoc *.txt
80 - if use examples ; then
81 - insinto /usr/share/doc/${PF}
82 - doins -r examples
83 - fi
84 -}
85
86 diff --git a/sci-electronics/iverilog/iverilog-0.9.7.ebuild b/sci-electronics/iverilog/iverilog-0.9.7.ebuild
87 deleted file mode 100644
88 index 6a0aa268dd6..00000000000
89 --- a/sci-electronics/iverilog/iverilog-0.9.7.ebuild
90 +++ /dev/null
91 @@ -1,49 +0,0 @@
92 -# Copyright 1999-2014 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=4
96 -
97 -inherit eutils multilib
98 -
99 -DESCRIPTION="A Verilog simulation and synthesis tool"
100 -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz"
101 -HOMEPAGE="http://iverilog.icarus.com/"
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
106 -IUSE="examples"
107 -
108 -RDEPEND="app-arch/bzip2
109 - sys-libs/readline
110 - sys-libs/zlib"
111 -DEPEND="${RDEPEND}"
112 -
113 -S="${WORKDIR}/verilog-${PV}"
114 -
115 -src_prepare() {
116 - # Fix tests
117 - mkdir -p lib/ivl
118 - touch lib/ivl/ivl
119 - sed -i -e 's/driver\/iverilog -B./IVERILOG_ROOT="." driver\/iverilog -B./' Makefile.in || die
120 -
121 - # Fix LDFLAGS
122 - sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die
123 -}
124 -
125 -src_install() {
126 - emake -j1 \
127 - prefix="${ED}"/usr \
128 - mandir="${ED}"/usr/share/man \
129 - infodir="${ED}"/usr/share/info \
130 - libdir="${ED}"/usr/$(get_libdir) \
131 - libdir64="${ED}"/usr/$(get_libdir) \
132 - vpidir="${ED}"/usr/$(get_libdir)/ivl \
133 - install
134 -
135 - dodoc *.txt
136 - if use examples ; then
137 - insinto /usr/share/doc/${PF}
138 - doins -r examples
139 - fi
140 -}
141
142 diff --git a/sci-electronics/iverilog/iverilog-10.2.ebuild b/sci-electronics/iverilog/iverilog-10.2.ebuild
143 deleted file mode 100644
144 index adcc651fe35..00000000000
145 --- a/sci-electronics/iverilog/iverilog-10.2.ebuild
146 +++ /dev/null
147 @@ -1,32 +0,0 @@
148 -# Copyright 1999-2018 Gentoo Foundation
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=6
152 -
153 -DESCRIPTION="A Verilog simulation and synthesis tool"
154 -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:2}/verilog-${PV}.tar.gz"
155 -HOMEPAGE="http://iverilog.icarus.com/"
156 -
157 -LICENSE="GPL-2"
158 -SLOT="0"
159 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
160 -IUSE="examples"
161 -
162 -RDEPEND="
163 - app-arch/bzip2
164 - sys-libs/readline:0=
165 - sys-libs/zlib:="
166 -DEPEND="${RDEPEND}"
167 -
168 -S="${WORKDIR}/${P#i}"
169 -
170 -src_install() {
171 - emake -j1 DESTDIR="${D}" install
172 - einstalldocs
173 - dodoc *.txt
174 -
175 - if use examples; then
176 - dodoc -r examples
177 - docompress -x /usr/share/doc/${PF}/examples
178 - fi
179 -}