Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Tue, 24 Jan 2017 11:06:00
Message-Id: 1485254321.2cce6731a0f6d0676db92a4594aad0258a9b9c9b.aballier@gentoo
1 commit: 2cce6731a0f6d0676db92a4594aad0258a9b9c9b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:38:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cce6731
7
8 dev-ml/camlp5: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/camlp5/Manifest | 3 --
13 dev-ml/camlp5/camlp5-6.14.ebuild | 67 ----------------------------------------
14 dev-ml/camlp5/camlp5-6.15.ebuild | 67 ----------------------------------------
15 dev-ml/camlp5/camlp5-6.16.ebuild | 67 ----------------------------------------
16 4 files changed, 204 deletions(-)
17
18 diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
19 index 09a9348..548bf73 100644
20 --- a/dev-ml/camlp5/Manifest
21 +++ b/dev-ml/camlp5/Manifest
22 @@ -1,4 +1 @@
23 -DIST camlp5-6.14.tgz 748674 SHA256 09f9ed12893d2ec39c88106af2306865c966096bedce0250f2fe52b67d2480e2 SHA512 7dd57b8725953099726fc2e5f6dda01ed74485a4bbf41cb30ccd2163ee38bc6dff36fd83069c58d7990522527d266c9e180a8e333b36a42bc216315dc88a25e9 WHIRLPOOL 305bb842e449775352cbbf3c89a301a188419c10462f0959b00e181596218b5251dac50856f152ad471fd680e557e6595978c395e9c2864c38ddacd7287c4e3b
24 -DIST camlp5-6.15.tgz 756199 SHA256 2e0e1e31e0537f2179766820dd9bd0a4d424bc5ab9c610e6dbf9145f27747f2b SHA512 658ff32d1d124e91e85d8eba47039bb75573b3807d67fae723335bb06d3237c4151f6d671fb3b068ec4ebffdde03f7956174c9f0ca29eafa5990974987bc2aca WHIRLPOOL d449b7a485967b79efbc030527513d99dd19d4856ebc132133d09d7028c210b4314ac401de65ac7671d3066f6a2184df157a0091fc173f4d6e7ae8bc7ad2c432
25 -DIST camlp5-6.16.tgz 759877 SHA256 fd446cff6421f5144a521c7cecfdc7217b1424908186cddd3d5be543b35058b1 SHA512 b1bfa271bb7df169c5b0d0f0a20038ab95c2101475e1729f5a779fea0872165f73b04e0cd792e9fbc31e81bb37cbef06a9761f7748ea1ab87753dbd20202d5ed WHIRLPOOL 433a85b393ee6498c6ab86b7feb2cfec8188526ca628c796efafd1d1c9f6204e737074a63e9e448ef757ba9b7b1dce06433b58278352155f5405ea4a76bb6303
26 DIST camlp5-6.17.tar.gz 718935 SHA256 8fa2a46a7030b1194862650cbb71ab52a10a0174890560a8b6edf236f8937414 SHA512 c4bf32eb79202d6127375b940fe77fc57c7dc5f8c6763b50ba23ab52ae9f3edb0ba15148109af2f6f4808619348d78e927cfdf29901bf1141b17de0d3fd8ff30 WHIRLPOOL 287641aa68bda275e39968aae93500307b5726e5381bbb5012840fcd6f3fd9a24335e9950a8fd9fed61045bf328ea877cd96ad735f6ce712b2e65a747e4ccf9e
27
28 diff --git a/dev-ml/camlp5/camlp5-6.14.ebuild b/dev-ml/camlp5/camlp5-6.14.ebuild
29 deleted file mode 100644
30 index 1300c32..00000000
31 --- a/dev-ml/camlp5/camlp5-6.14.ebuild
32 +++ /dev/null
33 @@ -1,67 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="5"
39 -
40 -inherit multilib findlib eutils
41 -
42 -MY_P=${P%_p*}
43 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
44 -HOMEPAGE="http://camlp5.gforge.inria.fr/"
45 -SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/${PV}"
49 -KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd"
50 -IUSE="doc +ocamlopt"
51 -
52 -DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"
53 -RDEPEND="${DEPEND}"
54 -
55 -PATCHLEVEL=${PV#*_p}
56 -PATCHLIST=""
57 -
58 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
59 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
60 - SRC_URI="${SRC_URI}
61 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
62 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
63 - done
64 -fi
65 -
66 -S=${WORKDIR}/${MY_P}
67 -
68 -src_prepare() {
69 - for i in ${PATCHLIST} ; do
70 - epatch "${DISTDIR}/${i}"
71 - done
72 -}
73 -
74 -src_configure() {
75 - ./configure \
76 - --strict \
77 - -prefix /usr \
78 - -bindir /usr/bin \
79 - -libdir /usr/$(get_libdir)/ocaml \
80 - -mandir /usr/share/man || die "configure failed"
81 -}
82 -
83 -src_compile(){
84 - emake out
85 - if use ocamlopt; then
86 - emake opt
87 - emake opt.opt
88 - fi
89 -}
90 -
91 -src_install() {
92 - emake DESTDIR="${D}" install
93 - # findlib support
94 - insinto "$(ocamlfind printconf destdir)/${PN}"
95 - doins etc/META
96 -
97 - use doc && dohtml -r doc/*
98 -
99 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
100 -}
101
102 diff --git a/dev-ml/camlp5/camlp5-6.15.ebuild b/dev-ml/camlp5/camlp5-6.15.ebuild
103 deleted file mode 100644
104 index c27411a..00000000
105 --- a/dev-ml/camlp5/camlp5-6.15.ebuild
106 +++ /dev/null
107 @@ -1,67 +0,0 @@
108 -# Copyright 1999-2015 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -# $Id$
111 -
112 -EAPI="5"
113 -
114 -inherit multilib findlib eutils
115 -
116 -MY_P=${P%_p*}
117 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
118 -HOMEPAGE="http://camlp5.gforge.inria.fr/"
119 -SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz"
120 -
121 -LICENSE="BSD"
122 -SLOT="0/${PV}"
123 -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
124 -IUSE="doc +ocamlopt"
125 -
126 -DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"
127 -RDEPEND="${DEPEND}"
128 -
129 -PATCHLEVEL=${PV#*_p}
130 -PATCHLIST=""
131 -
132 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
133 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
134 - SRC_URI="${SRC_URI}
135 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
136 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
137 - done
138 -fi
139 -
140 -S=${WORKDIR}/${MY_P}
141 -
142 -src_prepare() {
143 - for i in ${PATCHLIST} ; do
144 - epatch "${DISTDIR}/${i}"
145 - done
146 -}
147 -
148 -src_configure() {
149 - ./configure \
150 - --strict \
151 - -prefix /usr \
152 - -bindir /usr/bin \
153 - -libdir /usr/$(get_libdir)/ocaml \
154 - -mandir /usr/share/man || die "configure failed"
155 -}
156 -
157 -src_compile(){
158 - emake out
159 - if use ocamlopt; then
160 - emake opt
161 - emake opt.opt
162 - fi
163 -}
164 -
165 -src_install() {
166 - emake DESTDIR="${D}" install
167 - # findlib support
168 - insinto "$(ocamlfind printconf destdir)/${PN}"
169 - doins etc/META
170 -
171 - use doc && dohtml -r doc/*
172 -
173 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
174 -}
175
176 diff --git a/dev-ml/camlp5/camlp5-6.16.ebuild b/dev-ml/camlp5/camlp5-6.16.ebuild
177 deleted file mode 100644
178 index c27411a..00000000
179 --- a/dev-ml/camlp5/camlp5-6.16.ebuild
180 +++ /dev/null
181 @@ -1,67 +0,0 @@
182 -# Copyright 1999-2015 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -# $Id$
185 -
186 -EAPI="5"
187 -
188 -inherit multilib findlib eutils
189 -
190 -MY_P=${P%_p*}
191 -DESCRIPTION="A preprocessor-pretty-printer of ocaml"
192 -HOMEPAGE="http://camlp5.gforge.inria.fr/"
193 -SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz"
194 -
195 -LICENSE="BSD"
196 -SLOT="0/${PV}"
197 -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
198 -IUSE="doc +ocamlopt"
199 -
200 -DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"
201 -RDEPEND="${DEPEND}"
202 -
203 -PATCHLEVEL=${PV#*_p}
204 -PATCHLIST=""
205 -
206 -if [ "${PATCHLEVEL}" != "${PV}" ] ; then
207 - for (( i=1; i<=PATCHLEVEL; i++ )) ; do
208 - SRC_URI="${SRC_URI}
209 - http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
210 - PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
211 - done
212 -fi
213 -
214 -S=${WORKDIR}/${MY_P}
215 -
216 -src_prepare() {
217 - for i in ${PATCHLIST} ; do
218 - epatch "${DISTDIR}/${i}"
219 - done
220 -}
221 -
222 -src_configure() {
223 - ./configure \
224 - --strict \
225 - -prefix /usr \
226 - -bindir /usr/bin \
227 - -libdir /usr/$(get_libdir)/ocaml \
228 - -mandir /usr/share/man || die "configure failed"
229 -}
230 -
231 -src_compile(){
232 - emake out
233 - if use ocamlopt; then
234 - emake opt
235 - emake opt.opt
236 - fi
237 -}
238 -
239 -src_install() {
240 - emake DESTDIR="${D}" install
241 - # findlib support
242 - insinto "$(ocamlfind printconf destdir)/${PN}"
243 - doins etc/META
244 -
245 - use doc && dohtml -r doc/*
246 -
247 - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
248 -}