Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/
Date: Sat, 25 Jun 2016 21:31:08
Message-Id: 1466888576.5a7ad02075ebb4cb74929a1a532279b5f92a009b.monsieurp@gentoo
1 commit: 5a7ad02075ebb4cb74929a1a532279b5f92a009b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 20:48:45 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 21:02:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7ad020
7
8 sci-mathematics/coq: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 sci-mathematics/coq/Manifest | 2 -
13 sci-mathematics/coq/coq-8.4_p5.ebuild | 103 ----------------------------------
14 sci-mathematics/coq/coq-8.4_p6.ebuild | 103 ----------------------------------
15 3 files changed, 208 deletions(-)
16
17 diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
18 index 1570130..c098bdb 100644
19 --- a/sci-mathematics/coq/Manifest
20 +++ b/sci-mathematics/coq/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST coq-8.4pl5.tar.gz 4070062 SHA256 35815ab78a58d72799eacaab155427620ab071677882ca6c98d7bfec97d25245 SHA512 0965ff409933d601a5c96963ea805ce20dd22f1fd9a9473898de1b376403b4e7a9a86b36b58eb1480cfb3a25970626e1dcd225899c089f5a301f4809e7f8f242 WHIRLPOOL 6dea97e7fe655a33757e8f031b28f91f98558e53205890d6b9d928d5641c05814f8d743cb02c39b26dcf93aa4076c5bbd9710a7dfd9f6a3456e38039b0cb8220
23 -DIST coq-8.4pl6.tar.gz 4099815 SHA256 a540a231a9970a49353ca039f3544616ff86a208966ab1c593779ae13c91ebd6 SHA512 238bc6e28348f40f5619aa28d2e871179d9edeb6eb3f2521af6f407e24a889c8c68fa11c8b12e026f016f0fb7d5006447c3ab7eeae0804fc082d65774aefe0ef WHIRLPOOL 2120dcddce773d90ba024e97fc00df3d563edf398eaf0bbb3dc1df1265b5e657cb4044d334f598898c30a88f0579b35b38f1d6bad4ea5e373a0a30826b245e99
24 DIST coq-8.5.tar.gz 5346653 SHA256 89a92fb8b91e7cb0797d41c87cd13e4b63bee76c32a6dcc3d7c8055ca6a9ae3d SHA512 28835a9dc4c926f97b14d23fe746e45e17942003e29807ec59f301eb0b697d704f05afc4cccd31b83bc27e9877d079d00e94a2101ba16ae32f4134e90ad011fb WHIRLPOOL 30925b92f71ba606e43f1b46368822e8d6f6e6c1ae500c8fe1fc912c4ef0608c6db3c070d37ffabbd0e054eac0ff7d1b1e46eae33b73149bf238101b20a0f6d2
25 DIST coq-8.5pl1.tar.gz 5364928 SHA256 97047fc5e628f22e308efd3e86f625ae0504507decb96f2541e8e67eeaac20e8 SHA512 d907398e293cfc708c9314b3bbd57abf0806883cc1891d2b428f24e338953147586c0754e880fe679dfa893278335376287f6667db6c83dc7cb44a9e8afaddd1 WHIRLPOOL 7c65fd6a6804691492968d8b38cbbd34ac3fb9773cdea368679c206f735400d378e6d3786ce1955b22ac5ec4811beefaf83a6b656fb46a855e75c00c00608f21
26
27 diff --git a/sci-mathematics/coq/coq-8.4_p5.ebuild b/sci-mathematics/coq/coq-8.4_p5.ebuild
28 deleted file mode 100644
29 index 707a434..0000000
30 --- a/sci-mathematics/coq/coq-8.4_p5.ebuild
31 +++ /dev/null
32 @@ -1,103 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -
39 -inherit eutils multilib
40 -
41 -MY_PV=${PV/_p/pl}
42 -MY_P=${PN}-${MY_PV}
43 -
44 -DESCRIPTION="Proof assistant written in O'Caml"
45 -HOMEPAGE="http://coq.inria.fr/"
46 -SRC_URI="http://${PN}.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz"
47 -
48 -LICENSE="LGPL-2.1"
49 -SLOT="0"
50 -KEYWORDS="amd64 ppc x86"
51 -IUSE="gtk debug +ocamlopt doc camlp5"
52 -
53 -RDEPEND="
54 - >=dev-lang/ocaml-3.11.2:=[ocamlopt?]
55 - camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] )
56 - !camlp5? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )
57 - gtk? ( >=dev-ml/lablgtk-2.10.1:=[ocamlopt?] )"
58 -DEPEND="${RDEPEND}
59 - doc? (
60 - media-libs/netpbm[png,zlib]
61 - virtual/latex-base
62 - dev-tex/hevea
63 - dev-tex/xcolor
64 - dev-texlive/texlive-pictures
65 - dev-texlive/texlive-mathextra
66 - dev-texlive/texlive-latexextra
67 - )"
68 -
69 -S=${WORKDIR}/${MY_P}
70 -
71 -src_prepare() {
72 - epatch "${FILESDIR}/${PN}-8.4_p5-do-not-install-revision.patch"
73 - # Fix generation of the index_urls.txt file with Gentoo dev-tex/hevea versions.
74 - # http://lists.gforge.inria.fr/pipermail/coq-commits/2014-October/013582.html
75 - epatch "${FILESDIR}/${P}-hevea.patch"
76 - epatch "${FILESDIR}/${PN}-8.4_p5-no-clean-before-test.patch"
77 -}
78 -
79 -src_configure() {
80 - ocaml_lib=$(ocamlc -where)
81 - local myconf=(
82 - --prefix /usr
83 - --bindir /usr/bin
84 - --libdir /usr/$(get_libdir)/coq
85 - --mandir /usr/share/man
86 - --emacslib /usr/share/emacs/site-lisp
87 - --coqdocdir /usr/$(get_libdir)/coq/coqdoc
88 - --docdir /usr/share/doc/${PF}
89 - --configdir /etc/xdg/${PN}
90 - --lablgtkdir ${ocaml_lib}/lablgtk2
91 - )
92 -
93 - use debug && myconf+=( --debug )
94 - use doc || myconf+=( --with-doc no )
95 -
96 - if use gtk; then
97 - if use ocamlopt; then
98 - myconf+=( --coqide opt )
99 - else
100 - myconf+=( --coqide byte )
101 - fi
102 - else
103 - myconf+=( --coqide no )
104 - fi
105 -
106 - if use ocamlopt; then
107 - myconf+=( --opt )
108 - else
109 - myconf+=( -byte-only )
110 - fi
111 -
112 - if use camlp5; then
113 - myconf+=( --camlp5dir ${ocaml_lib}/camlp5 )
114 - else
115 - myconf+=( --usecamlp4 )
116 - fi
117 -
118 - export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"
119 - ./configure ${myconf[@]} || die "configure failed"
120 -}
121 -
122 -src_compile() {
123 - emake STRIP="true" -j1 world VERBOSE=1
124 -}
125 -
126 -src_test() {
127 - emake STRIP="true" check VERBOSE=1
128 -}
129 -
130 -src_install() {
131 - emake STRIP="true" COQINSTALLPREFIX="${D}" install VERBOSE=1
132 - dodoc README CREDITS CHANGES
133 -
134 - use gtk && make_desktop_entry "coqide" "Coq IDE" "${EPREFIX}/usr/share/coq/coq.png"
135 -}
136
137 diff --git a/sci-mathematics/coq/coq-8.4_p6.ebuild b/sci-mathematics/coq/coq-8.4_p6.ebuild
138 deleted file mode 100644
139 index be183f1..0000000
140 --- a/sci-mathematics/coq/coq-8.4_p6.ebuild
141 +++ /dev/null
142 @@ -1,103 +0,0 @@
143 -# Copyright 1999-2015 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -# $Id$
146 -
147 -EAPI="5"
148 -
149 -inherit eutils multilib
150 -
151 -MY_PV=${PV/_p/pl}
152 -MY_P=${PN}-${MY_PV}
153 -
154 -DESCRIPTION="Proof assistant written in O'Caml"
155 -HOMEPAGE="http://coq.inria.fr/"
156 -SRC_URI="http://${PN}.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz"
157 -
158 -LICENSE="LGPL-2.1"
159 -SLOT="0"
160 -KEYWORDS="~amd64 ~ppc ~x86"
161 -IUSE="gtk debug +ocamlopt doc camlp5"
162 -
163 -RDEPEND="
164 - >=dev-lang/ocaml-3.11.2:=[ocamlopt?]
165 - camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] )
166 - !camlp5? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )
167 - gtk? ( >=dev-ml/lablgtk-2.10.1:=[ocamlopt?] )"
168 -DEPEND="${RDEPEND}
169 - doc? (
170 - media-libs/netpbm[png,zlib]
171 - virtual/latex-base
172 - dev-tex/hevea
173 - dev-tex/xcolor
174 - dev-texlive/texlive-pictures
175 - dev-texlive/texlive-mathextra
176 - dev-texlive/texlive-latexextra
177 - )"
178 -
179 -S=${WORKDIR}/${MY_P}
180 -
181 -src_prepare() {
182 - epatch "${FILESDIR}/${PN}-8.4_p5-do-not-install-revision.patch"
183 - # Fix generation of the index_urls.txt file with Gentoo dev-tex/hevea versions.
184 - # http://lists.gforge.inria.fr/pipermail/coq-commits/2014-October/013582.html
185 - epatch "${FILESDIR}/${PN}-8.4_p5-hevea.patch"
186 - epatch "${FILESDIR}/${PN}-8.4_p5-no-clean-before-test.patch"
187 -}
188 -
189 -src_configure() {
190 - ocaml_lib=$(ocamlc -where)
191 - local myconf=(
192 - --prefix /usr
193 - --bindir /usr/bin
194 - --libdir /usr/$(get_libdir)/coq
195 - --mandir /usr/share/man
196 - --emacslib /usr/share/emacs/site-lisp
197 - --coqdocdir /usr/$(get_libdir)/coq/coqdoc
198 - --docdir /usr/share/doc/${PF}
199 - --configdir /etc/xdg/${PN}
200 - --lablgtkdir ${ocaml_lib}/lablgtk2
201 - )
202 -
203 - use debug && myconf+=( --debug )
204 - use doc || myconf+=( --with-doc no )
205 -
206 - if use gtk; then
207 - if use ocamlopt; then
208 - myconf+=( --coqide opt )
209 - else
210 - myconf+=( --coqide byte )
211 - fi
212 - else
213 - myconf+=( --coqide no )
214 - fi
215 -
216 - if use ocamlopt; then
217 - myconf+=( --opt )
218 - else
219 - myconf+=( -byte-only )
220 - fi
221 -
222 - if use camlp5; then
223 - myconf+=( --camlp5dir ${ocaml_lib}/camlp5 )
224 - else
225 - myconf+=( --usecamlp4 )
226 - fi
227 -
228 - export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"
229 - ./configure ${myconf[@]} || die "configure failed"
230 -}
231 -
232 -src_compile() {
233 - emake STRIP="true" -j1 world VERBOSE=1
234 -}
235 -
236 -src_test() {
237 - emake STRIP="true" check VERBOSE=1
238 -}
239 -
240 -src_install() {
241 - emake STRIP="true" COQINSTALLPREFIX="${D}" install VERBOSE=1
242 - dodoc README CREDITS CHANGES
243 -
244 - use gtk && make_desktop_entry "coqide" "Coq IDE" "${EPREFIX}/usr/share/coq/coq.png"
245 -}