From 10130c0f4c9b16f6eebcb4d44319e7035937891e Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 7 Sep 2022 13:56:59 +0200 Subject: sci-mathematics/coq-mathcomp: constraint coq version to <8.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/869053 Signed-off-by: Maciej Barć --- .../coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild | 26 ++++++++++++++++++++++ .../coq-mathcomp/coq-mathcomp-1.14.0.ebuild | 26 ---------------------- 2 files changed, 26 insertions(+), 26 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 (limited to 'sci-mathematics') 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}" -} -- cgit v1.2.3-65-gdbad