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: Sat, 26 Nov 2022 13:47:15
Message-Id: 1669470416.132e6e560929e0b0f4df7d56fbc7d1fc223ac64a.tupone@gentoo
1 commit: 132e6e560929e0b0f4df7d56fbc7d1fc223ac64a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 13:44:45 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 13:46:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132e6e56
7
8 sci-mathematics/why3-for-spark: stop using <sci-mathematics/coq-8.12
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild | 5 ++---
13 sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild | 8 ++------
14 2 files changed, 4 insertions(+), 9 deletions(-)
15
16 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
17 index bc975bd21a6b..f83359f0ee7e 100644
18 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
19 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
20 @@ -13,14 +13,13 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
21 LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS="amd64"
24 -IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt zarith zip"
25 +IUSE="doc emacs gtk html hypothesis-selection +ocamlopt zarith zip"
26 RESTRICT="strip"
27
28 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=]
29 >=dev-ml/ocamlbuild-0.14.0
30 <=dev-ml/menhir-20190924:=
31 dev-ml/num:=
32 - coq? ( >=sci-mathematics/coq-8.9.1 )
33 doc? ( dev-tex/rubber )
34 gtk? ( >=dev-ml/lablgtk-2.18.8:=[sourceview] )
35 emacs? ( >=app-editors/emacs-23.1:* )
36 @@ -73,7 +72,7 @@ src_configure() {
37 --disable-pvs-libs \
38 --disable-isabelle-libs \
39 --enable-verbose-make \
40 - $(use_enable coq coq-libs) \
41 + --disable-coq-libs \
42 $(use_enable doc) \
43 $(use_enable emacs emacs-compilation) \
44 $(use_enable gtk ide) \
45
46 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild
47 index 9075ebf3e9da..66a760496a92 100644
48 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild
49 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild
50 @@ -14,7 +14,7 @@ SRC_URI="https://community.download.adacore.com/v1/8bb5801e17b8b23453262da69c981
51 LICENSE="GPL-3"
52 SLOT="0"
53 KEYWORDS="~amd64"
54 -IUSE="coq doc emacs gtk html +ocamlopt zarith zip"
55 +IUSE="doc emacs gtk html +ocamlopt zarith zip"
56 RESTRICT="strip"
57
58 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=]
59 @@ -22,10 +22,6 @@ DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=]
60 dev-ml/menhir:=
61 <dev-ml/num-1.4:=
62 dev-ml/yojson:=
63 - coq? (
64 - >=sci-mathematics/coq-8.9.1
65 - <sci-mathematics/coq-8.12
66 - )
67 doc? (
68 dev-tex/rubber
69 dev-python/sphinx
70 @@ -80,7 +76,7 @@ src_configure() {
71 --disable-pvs-libs \
72 --disable-isabelle-libs \
73 --enable-verbose-make \
74 - $(use_enable coq coq-libs) \
75 + --disable-coq-libs \
76 $(use_enable doc) \
77 $(use_enable emacs emacs-compilation) \
78 $(use_enable gtk ide) \