Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/easycrypt/
Date: Sat, 07 May 2022 16:50:50
Message-Id: 1651942226.800228a625526f5b8f2029ae30eea0e9d168a274.xgqt@gentoo
1 commit: 800228a625526f5b8f2029ae30eea0e9d168a274
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 16:47:55 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 16:50:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800228a6
7
8 sci-mathematics/easycrypt: add Why3 constraints for older EC versions
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 ...crypt-1.0_pre20220303.ebuild => easycrypt-1.0_pre20220303-r1.ebuild} | 2 +-
13 .../easycrypt/{easycrypt-2022.04.ebuild => easycrypt-2022.04-r1.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/easycrypt/easycrypt-1.0_pre20220303.ebuild b/sci-mathematics/easycrypt/easycrypt-1.0_pre20220303-r1.ebuild
17 similarity index 94%
18 rename from sci-mathematics/easycrypt/easycrypt-1.0_pre20220303.ebuild
19 rename to sci-mathematics/easycrypt/easycrypt-1.0_pre20220303-r1.ebuild
20 index 84353ee281ec..c4f262d6d87c 100644
21 --- a/sci-mathematics/easycrypt/easycrypt-1.0_pre20220303.ebuild
22 +++ b/sci-mathematics/easycrypt/easycrypt-1.0_pre20220303-r1.ebuild
23 @@ -25,7 +25,7 @@ IUSE="+ocamlopt"
24
25 RDEPEND="
26 >=dev-lang/ocaml-4.08.0:=[ocamlopt?]
27 - >=sci-mathematics/why3-1.4:=
28 + >=sci-mathematics/why3-1.4:= <sci-mathematics/why3-1.5:=
29 dev-ml/batteries:=
30 dev-ml/camlzip:=
31 dev-ml/dune-build-info:=
32
33 diff --git a/sci-mathematics/easycrypt/easycrypt-2022.04.ebuild b/sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild
34 similarity index 94%
35 rename from sci-mathematics/easycrypt/easycrypt-2022.04.ebuild
36 rename to sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild
37 index 55ddb46d83fd..0e74e30a9b91 100644
38 --- a/sci-mathematics/easycrypt/easycrypt-2022.04.ebuild
39 +++ b/sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild
40 @@ -23,7 +23,7 @@ IUSE="+ocamlopt"
41
42 RDEPEND="
43 >=dev-lang/ocaml-4.08.0:=[ocamlopt?]
44 - >=sci-mathematics/why3-1.4:=
45 + >=sci-mathematics/why3-1.4:= <sci-mathematics/why3-1.5:=
46 dev-ml/batteries:=
47 dev-ml/camlzip:=
48 dev-ml/dune-build-info:=