Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/
Date: Wed, 02 Dec 2020 00:32:09
Message-Id: 1606869113.4224af1aa6e4ec7485dcfcce6082333d7c387912.bman@gentoo
1 commit: 4224af1aa6e4ec7485dcfcce6082333d7c387912
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 00:25:34 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4224af1a
7
8 dev-lang/parrot: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-lang/parrot/Manifest | 3 --
13 dev-lang/parrot/parrot-7.1.0-r1.ebuild | 83 --------------------------------
14 dev-lang/parrot/parrot-7.11.0-r1.ebuild | 83 --------------------------------
15 dev-lang/parrot/parrot-7.5.0-r1.ebuild | 83 --------------------------------
16 dev-lang/parrot/parrot-8.1.0-r1.ebuild | 84 ---------------------------------
17 5 files changed, 336 deletions(-)
18
19 diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
20 index 52c260dd9f7..374180273d1 100644
21 --- a/dev-lang/parrot/Manifest
22 +++ b/dev-lang/parrot/Manifest
23 @@ -1,4 +1 @@
24 -DIST parrot-7.1.0.tar.gz 4688341 BLAKE2B 1b1f894d0a54a11044ae8069d6f79509f2a0c6c6f66051e0f3fdc9ad8f3177cfde0947965b1586e8dd13cc26047c8987b11030aa8156e6324be2ce061f5fa90d SHA512 b7d261e82934aa84b3d93b2e68b3eb0f13dea684665ca2448a0e2139aa6676c1ff2da1a8056332a7f2538bee6158953be5bceed0ac8a9b277827ec7bcba46cb8
25 -DIST parrot-7.11.0.tar.gz 4703987 BLAKE2B d832ce0225af6d86877ab775a773971484d1c17c6c517310536b10df05cbf30cba909439e59dda1a14d8688fe3bf0318ea5dc84a552dd3b3e7129ce0b2eb4f9b SHA512 6f321a7d92b43413bc8cf2d2a03378e27de49573968471ad833232f90f0b61eae81626a80be94d84a783153c5beca3ba57c31fcc861b8b3c6cd33cd2d433a19a
26 -DIST parrot-7.5.0.tar.gz 4693149 BLAKE2B d5e88d5dedb3f95348d7b7bfeb1230251a866be5d4ada46ed5b4b80398227b6351566a07fdb6d7f8866bb69e39dde58b8c3ba707fd2737e70839eab0898c1bd0 SHA512 6c009dec6bdb9f419b20f3bb6c103b16018b27b2ed0094f13c957f66d9735cfc126c15f787d4ce577cd0c6492d61264c35c23d50ab29517b65f00df7c4b4d619
27 DIST parrot-8.1.0.tar.gz 4700495 BLAKE2B a90cd3c43be2a6812eaf5a5881cfd97e7011b5b82234c5eaf61e54cba923544a2f2c649387afe55d4e710a1e92ff31b1d32454a230fda6005b40778598f1915e SHA512 f5c4ffeb22a8f4949081ba9d98e3129eb067f6f0ed139248ca1d521570ccbada5dfa69ca2e390868a00ed275780552a5cd06eb271ff14ff753bf8375b7c658c2
28
29 diff --git a/dev-lang/parrot/parrot-7.1.0-r1.ebuild b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
30 deleted file mode 100644
31 index 4c68d410926..00000000000
32 --- a/dev-lang/parrot/parrot-7.1.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,83 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit eutils multilib
41 -
42 -# weird failures
43 -RESTRICT="test"
44 -
45 -DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages"
46 -HOMEPAGE="http://www.parrot.org/"
47 -SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"
48 -
49 -LICENSE="Artistic-2"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 -IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
53 -
54 -RDEPEND="sys-libs/readline:0=
55 - dev-libs/libffi
56 - opengl? ( media-libs/freeglut )
57 - nls? ( sys-devel/gettext )
58 - unicode? ( >=dev-libs/icu-2.6:= )
59 - gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
60 - gmp? ( >=dev-libs/gmp-4.1.4:0= )
61 - ssl? ( dev-libs/openssl:0= )
62 - pcre? ( dev-libs/libpcre )
63 - doc? ( dev-perl/JSON )"
64 -
65 -DEPEND="dev-lang/perl[doc?]
66 - ${RDEPEND}"
67 -
68 -src_configure() {
69 - myconf="--disable-rpath"
70 - use unicode || myconf+=" --without-icu"
71 - use ssl || myconf+=" --without-crypto"
72 - use gdbm || myconf+=" --without-gdbm"
73 - use nls || myconf+=" --without-gettext"
74 - use gmp || myconf+=" --without-gmp"
75 - use opengl || myconf+=" --without-opengl"
76 - use pcre || myconf+=" --without-pcre"
77 -
78 - perl Configure.pl \
79 - --ccflags="${CFLAGS}" \
80 - --linkflags="${LDFLAGS}" \
81 - --prefix="${EPREFIX}"/usr \
82 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
83 - --mandir="${EPREFIX}"/usr/share/man \
84 - --sysconfdir="${EPREFIX}"/etc \
85 - --sharedstatedir="${EPREFIX}"/var/lib/parrot \
86 - $myconf || die
87 -}
88 -
89 -src_compile() {
90 - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
91 - # occasionally dies in parallel make
92 - emake -j1
93 - if use doc ; then
94 - emake -j1 html
95 - fi
96 -}
97 -
98 -src_test() {
99 - emake -j1 test
100 -}
101 -
102 -src_install() {
103 - emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
104 - dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO
105 - dosym parrot-ops2c /usr/bin/ops2c
106 - if use examples; then
107 - insinto "/usr/share/doc/${PF}/examples"
108 - doins -r examples/*
109 - fi
110 - if use doc; then
111 - insinto "/usr/share/doc/${PF}/editor"
112 - doins -r editor
113 - cd docs/html
114 - dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \
115 - pmc.html tools.html docs src tools || die
116 - fi
117 -}
118
119 diff --git a/dev-lang/parrot/parrot-7.11.0-r1.ebuild b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
120 deleted file mode 100644
121 index fe5c23fecbf..00000000000
122 --- a/dev-lang/parrot/parrot-7.11.0-r1.ebuild
123 +++ /dev/null
124 @@ -1,83 +0,0 @@
125 -# Copyright 1999-2019 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=5
129 -
130 -inherit eutils multilib
131 -
132 -# weird failures
133 -RESTRICT="test"
134 -
135 -DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages"
136 -HOMEPAGE="http://www.parrot.org/"
137 -SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"
138 -
139 -LICENSE="Artistic-2"
140 -SLOT="0/${PV}"
141 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
142 -IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
143 -
144 -RDEPEND="sys-libs/readline:0=
145 - dev-libs/libffi
146 - opengl? ( media-libs/freeglut )
147 - nls? ( sys-devel/gettext )
148 - unicode? ( >=dev-libs/icu-2.6:= )
149 - gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
150 - gmp? ( >=dev-libs/gmp-4.1.4:0= )
151 - ssl? ( dev-libs/openssl:0= )
152 - pcre? ( dev-libs/libpcre )
153 - doc? ( dev-perl/JSON )"
154 -
155 -DEPEND="dev-lang/perl[doc?]
156 - ${RDEPEND}"
157 -
158 -src_configure() {
159 - myconf="--disable-rpath"
160 - use unicode || myconf+=" --without-icu"
161 - use ssl || myconf+=" --without-crypto"
162 - use gdbm || myconf+=" --without-gdbm"
163 - use nls || myconf+=" --without-gettext"
164 - use gmp || myconf+=" --without-gmp"
165 - use opengl || myconf+=" --without-opengl"
166 - use pcre || myconf+=" --without-pcre"
167 -
168 - perl Configure.pl \
169 - --ccflags="${CFLAGS}" \
170 - --linkflags="${LDFLAGS}" \
171 - --prefix="${EPREFIX}"/usr \
172 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
173 - --mandir="${EPREFIX}"/usr/share/man \
174 - --sysconfdir="${EPREFIX}"/etc \
175 - --sharedstatedir="${EPREFIX}"/var/lib/parrot \
176 - $myconf || die
177 -}
178 -
179 -src_compile() {
180 - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
181 - # occasionally dies in parallel make
182 - emake -j1
183 - if use doc ; then
184 - emake -j1 html
185 - fi
186 -}
187 -
188 -src_test() {
189 - emake -j1 test
190 -}
191 -
192 -src_install() {
193 - emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
194 - dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO
195 - dosym parrot-ops2c /usr/bin/ops2c
196 - if use examples; then
197 - insinto "/usr/share/doc/${PF}/examples"
198 - doins -r examples/*
199 - fi
200 - if use doc; then
201 - insinto "/usr/share/doc/${PF}/editor"
202 - doins -r editor
203 - cd docs/html
204 - dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \
205 - pmc.html tools.html docs src tools || die
206 - fi
207 -}
208
209 diff --git a/dev-lang/parrot/parrot-7.5.0-r1.ebuild b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
210 deleted file mode 100644
211 index fe5c23fecbf..00000000000
212 --- a/dev-lang/parrot/parrot-7.5.0-r1.ebuild
213 +++ /dev/null
214 @@ -1,83 +0,0 @@
215 -# Copyright 1999-2019 Gentoo Authors
216 -# Distributed under the terms of the GNU General Public License v2
217 -
218 -EAPI=5
219 -
220 -inherit eutils multilib
221 -
222 -# weird failures
223 -RESTRICT="test"
224 -
225 -DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages"
226 -HOMEPAGE="http://www.parrot.org/"
227 -SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"
228 -
229 -LICENSE="Artistic-2"
230 -SLOT="0/${PV}"
231 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
232 -IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
233 -
234 -RDEPEND="sys-libs/readline:0=
235 - dev-libs/libffi
236 - opengl? ( media-libs/freeglut )
237 - nls? ( sys-devel/gettext )
238 - unicode? ( >=dev-libs/icu-2.6:= )
239 - gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
240 - gmp? ( >=dev-libs/gmp-4.1.4:0= )
241 - ssl? ( dev-libs/openssl:0= )
242 - pcre? ( dev-libs/libpcre )
243 - doc? ( dev-perl/JSON )"
244 -
245 -DEPEND="dev-lang/perl[doc?]
246 - ${RDEPEND}"
247 -
248 -src_configure() {
249 - myconf="--disable-rpath"
250 - use unicode || myconf+=" --without-icu"
251 - use ssl || myconf+=" --without-crypto"
252 - use gdbm || myconf+=" --without-gdbm"
253 - use nls || myconf+=" --without-gettext"
254 - use gmp || myconf+=" --without-gmp"
255 - use opengl || myconf+=" --without-opengl"
256 - use pcre || myconf+=" --without-pcre"
257 -
258 - perl Configure.pl \
259 - --ccflags="${CFLAGS}" \
260 - --linkflags="${LDFLAGS}" \
261 - --prefix="${EPREFIX}"/usr \
262 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
263 - --mandir="${EPREFIX}"/usr/share/man \
264 - --sysconfdir="${EPREFIX}"/etc \
265 - --sharedstatedir="${EPREFIX}"/var/lib/parrot \
266 - $myconf || die
267 -}
268 -
269 -src_compile() {
270 - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
271 - # occasionally dies in parallel make
272 - emake -j1
273 - if use doc ; then
274 - emake -j1 html
275 - fi
276 -}
277 -
278 -src_test() {
279 - emake -j1 test
280 -}
281 -
282 -src_install() {
283 - emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
284 - dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO
285 - dosym parrot-ops2c /usr/bin/ops2c
286 - if use examples; then
287 - insinto "/usr/share/doc/${PF}/examples"
288 - doins -r examples/*
289 - fi
290 - if use doc; then
291 - insinto "/usr/share/doc/${PF}/editor"
292 - doins -r editor
293 - cd docs/html
294 - dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \
295 - pmc.html tools.html docs src tools || die
296 - fi
297 -}
298
299 diff --git a/dev-lang/parrot/parrot-8.1.0-r1.ebuild b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
300 deleted file mode 100644
301 index 741003d7549..00000000000
302 --- a/dev-lang/parrot/parrot-8.1.0-r1.ebuild
303 +++ /dev/null
304 @@ -1,84 +0,0 @@
305 -# Copyright 1999-2019 Gentoo Authors
306 -# Distributed under the terms of the GNU General Public License v2
307 -
308 -EAPI=5
309 -
310 -inherit eutils multilib
311 -
312 -# weird failures
313 -RESTRICT="test"
314 -
315 -DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages"
316 -HOMEPAGE="http://www.parrot.org/"
317 -SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"
318 -
319 -LICENSE="Artistic-2"
320 -SLOT="0/${PV}"
321 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
322 -IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
323 -
324 -RDEPEND="sys-libs/readline:0=
325 - dev-libs/libffi
326 - net-libs/libnsl:0=
327 - opengl? ( media-libs/freeglut )
328 - nls? ( sys-devel/gettext )
329 - unicode? ( >=dev-libs/icu-2.6:= )
330 - gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
331 - gmp? ( >=dev-libs/gmp-4.1.4:0= )
332 - ssl? ( dev-libs/openssl:0= )
333 - pcre? ( dev-libs/libpcre )
334 - doc? ( dev-perl/JSON )"
335 -
336 -DEPEND="dev-lang/perl[doc?]
337 - ${RDEPEND}"
338 -
339 -src_configure() {
340 - myconf="--disable-rpath"
341 - use unicode || myconf+=" --without-icu"
342 - use ssl || myconf+=" --without-crypto"
343 - use gdbm || myconf+=" --without-gdbm"
344 - use nls || myconf+=" --without-gettext"
345 - use gmp || myconf+=" --without-gmp"
346 - use opengl || myconf+=" --without-opengl"
347 - use pcre || myconf+=" --without-pcre"
348 -
349 - perl Configure.pl \
350 - --ccflags="${CFLAGS}" \
351 - --linkflags="${LDFLAGS}" \
352 - --prefix="${EPREFIX}"/usr \
353 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
354 - --mandir="${EPREFIX}"/usr/share/man \
355 - --sysconfdir="${EPREFIX}"/etc \
356 - --sharedstatedir="${EPREFIX}"/var/lib/parrot \
357 - $myconf || die
358 -}
359 -
360 -src_compile() {
361 - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
362 - # occasionally dies in parallel make
363 - emake -j1
364 - if use doc ; then
365 - emake -j1 html
366 - fi
367 -}
368 -
369 -src_test() {
370 - emake -j1 test
371 -}
372 -
373 -src_install() {
374 - emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
375 - dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO
376 - dosym parrot-ops2c /usr/bin/ops2c
377 - if use examples; then
378 - insinto "/usr/share/doc/${PF}/examples"
379 - doins -r examples/*
380 - fi
381 - if use doc; then
382 - insinto "/usr/share/doc/${PF}/editor"
383 - doins -r editor
384 - cd docs/html
385 - dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \
386 - pmc.html tools.html docs src tools || die
387 - fi
388 -}