Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/
Date: Sun, 06 Feb 2022 17:41:49
Message-Id: 1644169290.6e412177eb38dfea270e9c6c8cf60375cc9ddd81.tupone@gentoo
1 commit: 6e412177eb38dfea270e9c6c8cf60375cc9ddd81
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 15:52:17 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 17:41:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e412177
7
8 sci-mathematics/why3-for-spark: drop old version
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-mathematics/why3-for-spark/Manifest | 1 -
14 sci-mathematics/why3-for-spark/metadata.xml | 1 -
15 .../why3-for-spark/why3-for-spark-2018.ebuild | 73 ----------------------
16 .../why3-for-spark/why3-for-spark-2019-r2.ebuild | 6 +-
17 4 files changed, 3 insertions(+), 78 deletions(-)
18
19 diff --git a/sci-mathematics/why3-for-spark/Manifest b/sci-mathematics/why3-for-spark/Manifest
20 index a15aa4d6feb9..afc57cb3d37d 100644
21 --- a/sci-mathematics/why3-for-spark/Manifest
22 +++ b/sci-mathematics/why3-for-spark/Manifest
23 @@ -1,4 +1,3 @@
24 DIST 8bb5801e17b8b23453262da69c981c091959eec7?filename=why3-2020-20200429-199EF-src.tar.gz 9739066 BLAKE2B c7c11a92d4926f90be9ffa94d74e65ad78423953b53ee617565ccfcea4a5a60b251367b0712c30d170ab717d5868f7d95d62694f38c3d2f52805a28a6522ab8a SHA512 61cd5509957230ff81186d2507b9749b182cdc44698f6658337ce294d210742e57164d25d7c0eb3eb5ea0c53f5f46dea099e6a0769fadcb709a5a8557ed3cae3
25 DIST why3-2019-20190517-197BB-src.tar.gz 9439414 BLAKE2B 68072064e8ee9152528c90afc948047a1f4d58b960ac05b276761fdca5ba1204100c75f33db7bb0ea1a8a646b734e62892ed41bd875b954354f52b8f9d498d4a SHA512 9169a4ff9ee994a19f9f04b689d1b9c679f5340bcd631d7d49b4c55064f505bd5a6ca8149077e5d24d36f5365f0cab58587094e86f352a9105fc46f10c0746ba
26 DIST why3-2021-20210519-19ADF-src.tar.gz 10386938 BLAKE2B 93b6323c562126244f5cccef34088a521fe3dc1cec07c966e94472503ec8492707b20a641936449307f0439e711a82260d36679cbc69f53df8e7886a1d3673c3 SHA512 65e3c1430001962f2c7cce786f3e30f14b5295cff89c4087d95c1545e81743723319ba0309dbe15c4c46552110b25ff57addc3ee085dade02ea59a2273b127db
27 -DIST why3-for-spark-gpl-2018-src.tar.gz 7682767 BLAKE2B 0b0272ca4d5519ca402990b234d0847378bcd2a0949fea78ea10e355233a16aebe79b938cdf8e4daadabb909171cab83b9d6ccacf9f2dc1c0b57bb6da6fd1fe0 SHA512 fc798acf343484fd8e70f470a318753c9a0e9967ff579f20ec185bf3c2a75e7a4a556388fc86a378610ce4a467f3e722c6f610da34d4c33bc3d6b10551731f07
28
29 diff --git a/sci-mathematics/why3-for-spark/metadata.xml b/sci-mathematics/why3-for-spark/metadata.xml
30 index 6581985ad1d8..edf687ae15b9 100644
31 --- a/sci-mathematics/why3-for-spark/metadata.xml
32 +++ b/sci-mathematics/why3-for-spark/metadata.xml
33 @@ -21,7 +21,6 @@
34 <flag name="coq">Add <pkg>sci-mathematics/coq</pkg> support</flag>
35 <flag name="html">Build HTML documentation</flag>
36 <flag name="hypothesis-selection">Enable hypothesis selection</flag>
37 - <flag name="profiling">Enable profiling</flag>
38 <flag name="zarith">Use <pkg>dev-ml/zarith</pkg></flag>
39 <flag name="zip">Enable compression of session files</flag>
40 </use>
41
42 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild
43 deleted file mode 100644
44 index 48d190220579..000000000000
45 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild
46 +++ /dev/null
47 @@ -1,73 +0,0 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -
53 -MYP=${PN}-gpl-${PV}-src
54 -
55 -DESCRIPTION="Platform for deductive program verification"
56 -HOMEPAGE="http://why3.lri.fr/"
57 -SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819dec7a447df26c27a43
58 - -> ${MYP}.tar.gz"
59 -
60 -LICENSE="GPL-3"
61 -SLOT="0"
62 -KEYWORDS="amd64"
63 -IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip"
64 -RESTRICT="strip"
65 -
66 -DEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt=]
67 - dev-ml/menhir:=
68 - coq? ( sci-mathematics/coq )
69 - doc? ( dev-tex/rubber )
70 - gtk? ( dev-ml/lablgtk:2=[sourceview] )
71 - emacs? ( >=app-editors/emacs-23.1:* )
72 - html? ( dev-tex/hevea:= )
73 - hypothesis-selection? ( dev-ml/ocamlgraph:= )
74 - zarith? ( dev-ml/zarith:= )
75 - zip? ( >=dev-ml/camlzip-1.07:= )"
76 -RDEPEND="${DEPEND}"
77 -
78 -S="${WORKDIR}"/${MYP}
79 -
80 -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
81 -
82 -REQUIRED_USE="html? ( doc )"
83 -
84 -src_configure() {
85 - econf \
86 - --disable-pvs-libs \
87 - --disable-isabelle-libs \
88 - $(use_enable coq coq-libs) \
89 - $(use_enable coq coq-tactic) \
90 - $(use_enable doc) \
91 - $(use_enable emacs emacs-compilation) \
92 - $(use_enable gtk ide) \
93 - $(use_enable html html-doc) \
94 - $(use_enable hypothesis-selection) \
95 - $(use_enable ocamlopt native-code) \
96 - $(use_enable profiling) \
97 - $(use_enable zarith) \
98 - $(use_enable zip)
99 -}
100 -
101 -src_compile() {
102 - emake -j1
103 - if use ocamlopt; then
104 - emake byte
105 - fi
106 - use doc && emake doc
107 -}
108 -
109 -src_install() {
110 - emake DESTDIR="${D}" -j1 install
111 - emake DESTDIR="${D}" -j1 install-lib
112 - emake DESTDIR="${D}" install_spark2014_dev
113 - einstalldocs
114 - docompress -x /usr/share/doc/${PF}/examples
115 - dodoc -r examples
116 - if use doc; then
117 - dodoc doc/manual.pdf
118 - use html && dodoc -r doc/html
119 - fi
120 -}
121
122 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
123 index 9fa713b6baaa..f0597604b01e 100644
124 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
125 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2021 Gentoo Authors
128 +# Copyright 1999-2022 Gentoo Authors
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI=7
132 @@ -12,13 +12,13 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
133
134 LICENSE="GPL-3"
135 SLOT="0"
136 -KEYWORDS="~amd64"
137 +KEYWORDS="amd64"
138 IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt zarith zip"
139 RESTRICT="strip"
140
141 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=]
142 >=dev-ml/ocamlbuild-0.14.0
143 - dev-ml/menhir:=
144 + <=dev-ml/menhir-20190924:=
145 dev-ml/num:=
146 coq? ( >=sci-mathematics/coq-8.9.1 )
147 doc? ( dev-tex/rubber )