From 4f49fc7caa0253a7ab164331f55bd4c70bba1bf7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 7 Sep 2022 16:36:21 +0100 Subject: gentoo auto-resync : 07:09:2022 - 16:36:21 --- sci-mathematics/coq-mathcomp/Manifest | 4 +++- .../coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild | 26 ++++++++++++++++++++++ .../coq-mathcomp/coq-mathcomp-1.14.0.ebuild | 26 ---------------------- .../coq-mathcomp/coq-mathcomp-1.15.0.ebuild | 17 ++++++++++++++ 4 files changed, 46 insertions(+), 27 deletions(-) create mode 100644 sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild delete mode 100644 sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0.ebuild create mode 100644 sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild (limited to 'sci-mathematics/coq-mathcomp') diff --git a/sci-mathematics/coq-mathcomp/Manifest b/sci-mathematics/coq-mathcomp/Manifest index 4637b00c1a30..d91ee52399eb 100644 --- a/sci-mathematics/coq-mathcomp/Manifest +++ b/sci-mathematics/coq-mathcomp/Manifest @@ -1,3 +1,5 @@ DIST coq-mathcomp-1.14.0.tar.gz 1352989 BLAKE2B 475ca9725a7868d592fc289223f468c6703cca1574d878568d7faaa2725fc204155320c915c75861d5f122acc0cf6aaad9f324656f9a7dae030d37fee93bec27 SHA512 49821492016e75fe32d22557b6b2de4bc0a3d924e2a38a13f2759aeb87095417a27e274737d0dcc01448899c3ebb50c284e9eb96fd1d4c22fb5d101dc6d290bf -EBUILD coq-mathcomp-1.14.0.ebuild 604 BLAKE2B c40cb3f909d150fa3166e57d2f8a894086f6f17f0409b4626d223624cd53a77047e62c803067dd2dd245722f2d04d69f458e3a6037ebebaf5e7453e9bd6a0960 SHA512 c44bc20bcb101a506d1aedc264429b624f0e67e9a6908ad6ee7ad2eaa17f84406186dea2518675f68cbeff1cd5504421606c460872a4410c15aa3d66b4bc7bbf +DIST coq-mathcomp-1.15.0.tar.gz 1359283 BLAKE2B 7a575e49f93c6527da877a4044ae97d82fa48f242c29b5ed22bc58154f422e14716cb481aa4de96963cfd3cf1aad5dcd76608d85ec4b68ce1a5601b13e3add3e SHA512 96d3bc53ab83740675e6d0bd6e31479e16d986994d1725e9a0466ef46cd517e4ced966d6b1e34b3ff1b15327a2058afcc914b91dba3c5354021d4ef224b8348c +EBUILD coq-mathcomp-1.14.0-r1.ebuild 634 BLAKE2B f6799e12f4a72b243e06ac651e3f7e1e2c38ec1898834afc5ccd5dab55e0cf9760af03596c4a1c3a22cae896234c2b40b18ba2e1eff55f67d2b59a5e6192cf7c SHA512 cb2047bbe7629738b8fecd26980a05491f8bed63a9ba5b5ea8b427792c9355780ec0115753fc3b09bf6055305fe1212d7f2c39f8f58963043c9497acb066c4b5 +EBUILD coq-mathcomp-1.15.0.ebuild 489 BLAKE2B 4c86a4f49167e12e044c42ed361770100a543754664bf91908a5db09e920f409972bcdc9fdd2f35a3ffd15464f9d1fcd3dc7fbb15d3f21fff8ea35428bb39078 SHA512 40e252491580dd5fd07545a3ac5a8ea549103ff2a6f478197a448536f6f1235a3b043499104193071a48e8b1403b82fb6399badd50c297c3b35fc1b53f6a1f00 MISC metadata.xml 511 BLAKE2B 3936f96cbf938fb9de97b080566d7fdde222d7dd303ccf842c76e7bd113b31c05136aea043c354bbd2ac6d4f61e2cba4e738f9f325059d36b7bae4feaed1ae89 SHA512 af2a4cfded0990d95e0a4b77ba69aebea09dee075f9eb4023b14c4788cd4118a78b3b5a4349fed11fff347061ab4bf59a4c63c8f43b22f8513054f1b3817af2f diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild new file mode 100644 index 000000000000..fcf362d97248 --- /dev/null +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Mathematical Components for the Coq proof assistant" +HOMEPAGE="https://github.com/math-comp/math-comp/" +SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp + +LICENSE="CeCILL-B" +SLOT="0/${PV}" +KEYWORDS="~amd64" + +RDEPEND=">=sci-mathematics/coq-8.13.0:= make jobserver unavailable +src_compile() { + emake -j1 +} + +src_install() { + emake -j1 install DESTDIR="${D}" +} diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0.ebuild deleted file mode 100644 index 2197f1aa5dd9..000000000000 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Mathematical Components for the Coq proof assistant" -HOMEPAGE="https://github.com/math-comp/math-comp/" -SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp - -LICENSE="CeCILL-B" -SLOT="0/${PV}" -KEYWORDS="~amd64" - -RDEPEND=">=sci-mathematics/coq-8.13.0:=" -DEPEND="${RDEPEND}" - -# > make jobserver unavailable -src_compile() { - emake -j1 -} - -src_install() { - emake -j1 install DESTDIR="${D}" -} diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild new file mode 100644 index 000000000000..5e41229a4f4f --- /dev/null +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Mathematical Components for the Coq proof assistant" +HOMEPAGE="https://github.com/math-comp/math-comp/" +SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp + +LICENSE="CeCILL-B" +SLOT="0/${PV}" +KEYWORDS="~amd64" + +RDEPEND=">=sci-mathematics/coq-8.16.0:=" +DEPEND="${RDEPEND}" -- cgit v1.2.3