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: Tue, 24 Oct 2017 19:59:10
Message-Id: 1508875131.06a07ce4bfbcaf034558bb8a95c18e644b3683c6.tupone@gentoo
1 commit: 06a07ce4bfbcaf034558bb8a95c18e644b3683c6
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 19:58:51 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 19:58:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a07ce4
7
8 sci-mathematics/why3-for-spark: Add zip use flags
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sci-mathematics/why3-for-spark/metadata.xml | 1 +
13 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 8 +++++---
14 2 files changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/why3-for-spark/metadata.xml b/sci-mathematics/why3-for-spark/metadata.xml
17 index f73ffa40b69..dfc2bea31bd 100644
18 --- a/sci-mathematics/why3-for-spark/metadata.xml
19 +++ b/sci-mathematics/why3-for-spark/metadata.xml
20 @@ -23,5 +23,6 @@
21 <flag name="hypothesis-selection">Enable hypothesis selection</flag>
22 <flag name="profiling">Enable profiling</flag>
23 <flag name="zarith">Use <pkg>dev-ml/zarith</pkg></flag>
24 + <flag name="zip">Enable compression of session files</flag>
25 </use>
26 </pkgmetadata>
27
28 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
29 index 596bdfc7fe1..0216951fd81 100644
30 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
31 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
32 @@ -15,7 +15,7 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed055
33 LICENSE="GPL-3"
34 SLOT="0"
35 KEYWORDS="~amd64"
36 -IUSE="coq doc emacs gtk html hypothesis-selection profiling zarith"
37 +IUSE="coq doc emacs gtk html hypothesis-selection profiling zarith zip"
38
39 DEPEND=">=dev-lang/ocaml-4.02.3
40 dev-ml/menhir
41 @@ -25,7 +25,8 @@ DEPEND=">=dev-lang/ocaml-4.02.3
42 emacs? ( app-editors/emacs:* )
43 html? ( dev-tex/hevea )
44 hypothesis-selection? ( dev-ml/ocamlgraph )
45 - zarith? ( dev-ml/zarith )"
46 + zarith? ( dev-ml/zarith )
47 + zip? ( dev-ml/camlzip )"
48 RDEPEND="${DEPEND}"
49
50 S="${WORKDIR}"/${MYP}
51 @@ -56,7 +57,8 @@ src_configure() {
52 $(use_enable html html-doc) \
53 $(use_enable hypothesis-selection) \
54 $(use_enable profiling) \
55 - $(use_enable zarith)
56 + $(use_enable zarith) \
57 + $(use_enable zip)
58 }
59
60 src_compile() {