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/coq-serapi/
Date: Wed, 15 Mar 2023 01:29:09
Message-Id: 1678839940.aaa95b088ca9506c9634f68c62fa1ec0af7fd89e.xgqt@gentoo
1 commit: aaa95b088ca9506c9634f68c62fa1ec0af7fd89e
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 23:54:31 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 00:25:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa95b08
7
8 sci-mathematics/coq-serapi: introduce COQ_MIN_V
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild
16 index 9b4f5a4653a6..45e829121219 100644
17 --- a/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild
18 +++ b/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=8
22
23 -COQV=8.16.0
24 +COQ_MIN_V=8.16.0
25 +COQ_MAX_V=8.17.0
26
27 inherit elisp-common dune
28
29 @@ -13,7 +14,7 @@ HOMEPAGE="https://github.com/ejgallego/coq-serapi/"
30 # The tarball in SRC_URI is comprised of <supported coq>+<package version>
31 SRC_URI="https://github.com/ejgallego/${PN}/archive/${COQV}+${PV}.tar.gz
32 -> ${P}.tar.gz"
33 -S="${WORKDIR}"/${PN}-${COQV}-${PV}
34 +S="${WORKDIR}"/${PN}-${COQ_MIN_V}-${PV}
35
36 LICENSE="GPL-3+"
37 SLOT="0/${PV}"
38 @@ -22,7 +23,7 @@ IUSE="emacs +ocamlopt test"
39 RESTRICT="!test? ( test )"
40
41 RDEPEND="
42 - >=sci-mathematics/coq-${COQV}:= <sci-mathematics/coq-8.17:=
43 + >=sci-mathematics/coq-${COQ_MIN_V}:= <sci-mathematics/coq-${COQ_MAX_V}:=
44 >=dev-ml/ppx_sexp_conv-0.13.0:=
45 dev-ml/cmdliner:=
46 dev-ml/ppx_compare:=