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-mathcomp/
Date: Wed, 07 Sep 2022 12:17:52
Message-Id: 1662553064.5e1932c167586e62fa5274da5436c21a8e9b0d15.xgqt@gentoo
1 commit: 5e1932c167586e62fa5274da5436c21a8e9b0d15
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 12:08:31 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 12:17:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1932c1
7
8 sci-mathematics/coq-mathcomp: bump to 1.15.0
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 sci-mathematics/coq-mathcomp/Manifest | 1 +
13 sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/sci-mathematics/coq-mathcomp/Manifest b/sci-mathematics/coq-mathcomp/Manifest
17 index 4ab7ebbc5bf6..308e6489c8ef 100644
18 --- a/sci-mathematics/coq-mathcomp/Manifest
19 +++ b/sci-mathematics/coq-mathcomp/Manifest
20 @@ -1 +1,2 @@
21 DIST coq-mathcomp-1.14.0.tar.gz 1352989 BLAKE2B 475ca9725a7868d592fc289223f468c6703cca1574d878568d7faaa2725fc204155320c915c75861d5f122acc0cf6aaad9f324656f9a7dae030d37fee93bec27 SHA512 49821492016e75fe32d22557b6b2de4bc0a3d924e2a38a13f2759aeb87095417a27e274737d0dcc01448899c3ebb50c284e9eb96fd1d4c22fb5d101dc6d290bf
22 +DIST coq-mathcomp-1.15.0.tar.gz 1359283 BLAKE2B 7a575e49f93c6527da877a4044ae97d82fa48f242c29b5ed22bc58154f422e14716cb481aa4de96963cfd3cf1aad5dcd76608d85ec4b68ce1a5601b13e3add3e SHA512 96d3bc53ab83740675e6d0bd6e31479e16d986994d1725e9a0466ef46cd517e4ced966d6b1e34b3ff1b15327a2058afcc914b91dba3c5354021d4ef224b8348c
23
24 diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild
25 new file mode 100644
26 index 000000000000..5e41229a4f4f
27 --- /dev/null
28 +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DESCRIPTION="Mathematical Components for the Coq proof assistant"
36 +HOMEPAGE="https://github.com/math-comp/math-comp/"
37 +SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz
38 + -> ${P}.tar.gz"
39 +S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp
40 +
41 +LICENSE="CeCILL-B"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64"
44 +
45 +RDEPEND=">=sci-mathematics/coq-8.16.0:="
46 +DEPEND="${RDEPEND}"