Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Mon, 17 Feb 2020 13:36:45
Message-Id: 1581946574.4b6d68a52e23634636ec41491900aa6165339b9c.tupone@gentoo
1 commit: 4b6d68a52e23634636ec41491900aa6165339b9c
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 13:36:14 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 13:36:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6d68a5
7
8 dev-ml/camlp5: remove old versions
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/camlp5/Manifest | 5 ---
14 dev-ml/camlp5/camlp5-6.17.ebuild | 72 ----------------------------------------
15 dev-ml/camlp5/camlp5-7.00.ebuild | 68 -------------------------------------
16 dev-ml/camlp5/camlp5-7.01.ebuild | 68 -------------------------------------
17 dev-ml/camlp5/camlp5-7.03.ebuild | 68 -------------------------------------
18 dev-ml/camlp5/camlp5-7.10.ebuild | 48 ---------------------------
19 6 files changed, 329 deletions(-)
20
21 diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
22 index e8a48e6da5c..88a996b85b6 100644
23 --- a/dev-ml/camlp5/Manifest
24 +++ b/dev-ml/camlp5/Manifest
25 @@ -1,6 +1 @@
26 -DIST camlp5-6.17.tar.gz 718935 BLAKE2B b0a573e1110d6ce0654325a1a7310ebee8c815998df3f1a2bec514a4c4755dedfe68349a55dd227c97a667dbbf36c3d896bd17400e32b0f05e3e9801142aa204 SHA512 c4bf32eb79202d6127375b940fe77fc57c7dc5f8c6763b50ba23ab52ae9f3edb0ba15148109af2f6f4808619348d78e927cfdf29901bf1141b17de0d3fd8ff30
27 -DIST camlp5-7.00.tar.gz 755750 BLAKE2B b047422ff34c4d15c21b65bd7473ccdad8bfc1f484a0075f1beeaa50fdca72b2f900b437333c847a4e4fd7bb8ae5c37aa4ed984e3a850c4dcba045d8678502c4 SHA512 2d63451229f86fffeb287735ed26901ad43bb964b6ede1716cb82737001a5c1e4b77479a969509606f6a4f14bb6dbff32275d82f4a9640e0c16bb6594779e849
28 -DIST camlp5-7.01.tar.gz 757118 BLAKE2B 5d7c6f39f24bfee545552aae5c126305d2c767d06762aa516c21bcc5b327b312b7c38d742717eb507b92ae1e27de9c0fcde4d616754a7ce616b5f56689c8dc5a SHA512 9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008
29 -DIST camlp5-7.03.tar.gz 758136 BLAKE2B 4e1169adf7e119f1f659fe684a8b06c4730db3bcd7807169552de0e3fc115f8d45bc11961f3aee0a9c2d86e1130ec776a1bb7753d7d4e95f661d65d1f841406c SHA512 0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d
30 -DIST camlp5-7.10.tar.gz 849559 BLAKE2B b05624156e914c2657d76afbf3dfacd295fe5985ae3809959a40029a8052669be6ae8a6ff889fbf2c602d3f19c9995f013b388c140738f4bb4f4da9970911ed5 SHA512 faa9e88f56477162038fc80429d5839c93b3e38aec90366730babe737e2e6bb260dc39975947a6601212cc0c68f465bdbccb6337da23c07181909dfb11cf8640
31 DIST camlp5-7.11.tar.gz 878224 BLAKE2B f384764da43653a2f75664681a4f202ec84497720470a0a33f99fc61a1ce7b4a9d494ffe6b523c74906c122ee04ae25a08bf1fcd356145e85a11e3e3095bbf7d SHA512 109a43f0a3aaa7a3ba9bd51b1fc1273b054d32787e189b138d69b39c42642b480c13abb9e91f15e6b6e889eaf4dc422ad3ff51e4dee298fb9d8cd9a2db99c159
32
33 diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild
34 deleted file mode 100644
35 index f8ae1a8ac72..00000000000
36 --- a/dev-ml/camlp5/camlp5-6.17.ebuild
37 +++ /dev/null
38 @@ -1,72 +0,0 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI="5"
43 -
44 -inherit multilib findlib eutils versionator
45 -
46 -MY_P=${P%_p*}
47 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
48 -HOMEPAGE="https://camlp5.github.io/"
49 -SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz"
50 -S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
51 -
52 -LICENSE="BSD"
53 -SLOT="0/${PV}"
54 -KEYWORDS="~alpha amd64 ppc x86"
55 -IUSE="doc +ocamlopt"
56 -
57 -DEPEND="
58 - >=dev-lang/ocaml-3.10:=[ocamlopt?]
59 - <=dev-lang/ocaml-4.4.2
60 -"
61 -RDEPEND="${DEPEND}"
62 -
63 -PATCHLEVEL=${PV#*_p}
64 -PATCHLIST=""
65 -
66 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
67 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
68 - SRC_URI="${SRC_URI}
69 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
70 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
71 - done
72 -fi
73 -
74 -src_prepare() {
75 - for i in ${PATCHLIST} ; do
76 - epatch "${DISTDIR}/${i}"
77 - done
78 - # ocaml 4.04.2 support
79 - cp -a ocaml_stuff/4.04.1 ocaml_stuff/4.04.2 || die
80 - cp ocaml_src/lib/versdep/4.04.{1,2}.ml || die
81 - sed -i -e 's/4.04.1/4.04.2/' ocaml_stuff/4.04.2/utils/pconfig.ml || die
82 -}
83 -
84 -src_configure() {
85 - ./configure \
86 - --strict \
87 - -prefix /usr \
88 - -bindir /usr/bin \
89 - -libdir /usr/$(get_libdir)/ocaml \
90 - -mandir /usr/share/man || die "configure failed"
91 -}
92 -
93 -src_compile(){
94 - emake out
95 - if use ocamlopt; then
96 - emake opt
97 - emake opt.opt
98 - fi
99 -}
100 -
101 -src_install() {
102 - emake DESTDIR="${D}" install
103 - # findlib support
104 - insinto "$(ocamlfind printconf destdir)/${PN}"
105 - doins etc/META
106 -
107 - use doc && dohtml -r doc/*
108 -
109 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
110 -}
111
112 diff --git a/dev-ml/camlp5/camlp5-7.00.ebuild b/dev-ml/camlp5/camlp5-7.00.ebuild
113 deleted file mode 100644
114 index 2ead52bac71..00000000000
115 --- a/dev-ml/camlp5/camlp5-7.00.ebuild
116 +++ /dev/null
117 @@ -1,68 +0,0 @@
118 -# Copyright 1999-2019 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI="5"
122 -
123 -inherit multilib findlib eutils versionator
124 -
125 -MY_P=${P%_p*}
126 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
127 -HOMEPAGE="https://camlp5.github.io/"
128 -SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz"
129 -S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
130 -
131 -LICENSE="BSD"
132 -SLOT="0/${PV}"
133 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
134 -IUSE="doc +ocamlopt"
135 -
136 -DEPEND="
137 - >=dev-lang/ocaml-3.10:=[ocamlopt?]
138 - <=dev-lang/ocaml-4.6.0
139 -"
140 -RDEPEND="${DEPEND}"
141 -
142 -PATCHLEVEL=${PV#*_p}
143 -PATCHLIST=""
144 -
145 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
146 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
147 - SRC_URI="${SRC_URI}
148 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
149 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
150 - done
151 -fi
152 -
153 -src_prepare() {
154 - for i in ${PATCHLIST} ; do
155 - epatch "${DISTDIR}/${i}"
156 - done
157 -}
158 -
159 -src_configure() {
160 - ./configure \
161 - --strict \
162 - -prefix /usr \
163 - -bindir /usr/bin \
164 - -libdir /usr/$(get_libdir)/ocaml \
165 - -mandir /usr/share/man || die "configure failed"
166 -}
167 -
168 -src_compile(){
169 - emake out
170 - if use ocamlopt; then
171 - emake opt
172 - emake opt.opt
173 - fi
174 -}
175 -
176 -src_install() {
177 - emake DESTDIR="${D}" install
178 - # findlib support
179 - insinto "$(ocamlfind printconf destdir)/${PN}"
180 - doins etc/META
181 -
182 - use doc && dohtml -r doc/*
183 -
184 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
185 -}
186
187 diff --git a/dev-ml/camlp5/camlp5-7.01.ebuild b/dev-ml/camlp5/camlp5-7.01.ebuild
188 deleted file mode 100644
189 index 2ead52bac71..00000000000
190 --- a/dev-ml/camlp5/camlp5-7.01.ebuild
191 +++ /dev/null
192 @@ -1,68 +0,0 @@
193 -# Copyright 1999-2019 Gentoo Authors
194 -# Distributed under the terms of the GNU General Public License v2
195 -
196 -EAPI="5"
197 -
198 -inherit multilib findlib eutils versionator
199 -
200 -MY_P=${P%_p*}
201 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
202 -HOMEPAGE="https://camlp5.github.io/"
203 -SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz"
204 -S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
205 -
206 -LICENSE="BSD"
207 -SLOT="0/${PV}"
208 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
209 -IUSE="doc +ocamlopt"
210 -
211 -DEPEND="
212 - >=dev-lang/ocaml-3.10:=[ocamlopt?]
213 - <=dev-lang/ocaml-4.6.0
214 -"
215 -RDEPEND="${DEPEND}"
216 -
217 -PATCHLEVEL=${PV#*_p}
218 -PATCHLIST=""
219 -
220 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
221 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
222 - SRC_URI="${SRC_URI}
223 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
224 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
225 - done
226 -fi
227 -
228 -src_prepare() {
229 - for i in ${PATCHLIST} ; do
230 - epatch "${DISTDIR}/${i}"
231 - done
232 -}
233 -
234 -src_configure() {
235 - ./configure \
236 - --strict \
237 - -prefix /usr \
238 - -bindir /usr/bin \
239 - -libdir /usr/$(get_libdir)/ocaml \
240 - -mandir /usr/share/man || die "configure failed"
241 -}
242 -
243 -src_compile(){
244 - emake out
245 - if use ocamlopt; then
246 - emake opt
247 - emake opt.opt
248 - fi
249 -}
250 -
251 -src_install() {
252 - emake DESTDIR="${D}" install
253 - # findlib support
254 - insinto "$(ocamlfind printconf destdir)/${PN}"
255 - doins etc/META
256 -
257 - use doc && dohtml -r doc/*
258 -
259 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
260 -}
261
262 diff --git a/dev-ml/camlp5/camlp5-7.03.ebuild b/dev-ml/camlp5/camlp5-7.03.ebuild
263 deleted file mode 100644
264 index 2ead52bac71..00000000000
265 --- a/dev-ml/camlp5/camlp5-7.03.ebuild
266 +++ /dev/null
267 @@ -1,68 +0,0 @@
268 -# Copyright 1999-2019 Gentoo Authors
269 -# Distributed under the terms of the GNU General Public License v2
270 -
271 -EAPI="5"
272 -
273 -inherit multilib findlib eutils versionator
274 -
275 -MY_P=${P%_p*}
276 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
277 -HOMEPAGE="https://camlp5.github.io/"
278 -SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz"
279 -S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
280 -
281 -LICENSE="BSD"
282 -SLOT="0/${PV}"
283 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
284 -IUSE="doc +ocamlopt"
285 -
286 -DEPEND="
287 - >=dev-lang/ocaml-3.10:=[ocamlopt?]
288 - <=dev-lang/ocaml-4.6.0
289 -"
290 -RDEPEND="${DEPEND}"
291 -
292 -PATCHLEVEL=${PV#*_p}
293 -PATCHLIST=""
294 -
295 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
296 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
297 - SRC_URI="${SRC_URI}
298 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
299 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
300 - done
301 -fi
302 -
303 -src_prepare() {
304 - for i in ${PATCHLIST} ; do
305 - epatch "${DISTDIR}/${i}"
306 - done
307 -}
308 -
309 -src_configure() {
310 - ./configure \
311 - --strict \
312 - -prefix /usr \
313 - -bindir /usr/bin \
314 - -libdir /usr/$(get_libdir)/ocaml \
315 - -mandir /usr/share/man || die "configure failed"
316 -}
317 -
318 -src_compile(){
319 - emake out
320 - if use ocamlopt; then
321 - emake opt
322 - emake opt.opt
323 - fi
324 -}
325 -
326 -src_install() {
327 - emake DESTDIR="${D}" install
328 - # findlib support
329 - insinto "$(ocamlfind printconf destdir)/${PN}"
330 - doins etc/META
331 -
332 - use doc && dohtml -r doc/*
333 -
334 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
335 -}
336
337 diff --git a/dev-ml/camlp5/camlp5-7.10.ebuild b/dev-ml/camlp5/camlp5-7.10.ebuild
338 deleted file mode 100644
339 index 5d5237a3aeb..00000000000
340 --- a/dev-ml/camlp5/camlp5-7.10.ebuild
341 +++ /dev/null
342 @@ -1,48 +0,0 @@
343 -# Copyright 1999-2020 Gentoo Authors
344 -# Distributed under the terms of the GNU General Public License v2
345 -
346 -EAPI=7
347 -
348 -inherit findlib
349 -
350 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
351 -HOMEPAGE="https://camlp5.github.io/"
352 -SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(ver_rs 1- '').tar.gz -> ${P}.tar.gz"
353 -S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
354 -
355 -LICENSE="BSD"
356 -SLOT="0/${PV}"
357 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
358 -IUSE="doc +ocamlopt"
359 -
360 -DEPEND="<dev-lang/ocaml-4.09"
361 -RDEPEND="${DEPEND}"
362 -
363 -DOCS="CHANGES DEVEL ICHANGES README.md UPGRADING MODE"
364 -
365 -src_configure() {
366 - ./configure \
367 - --strict \
368 - -prefix /usr \
369 - -bindir /usr/bin \
370 - -libdir /usr/$(get_libdir)/ocaml \
371 - -mandir /usr/share/man || die "configure failed"
372 -}
373 -
374 -src_compile(){
375 - emake out
376 - if use ocamlopt; then
377 - emake opt
378 - emake opt.opt
379 - fi
380 -}
381 -
382 -src_install() {
383 - use doc && HTML_DOCS="doc/*"
384 -
385 - default
386 -
387 - # findlib support
388 - insinto "$(ocamlfind printconf destdir)/${PN}"
389 - doins etc/META
390 -}