summaryrefslogtreecommitdiff
path: root/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
commit0d39cf7bd8aae36b5d8eb4272a42dc6919216e34 (patch)
treea693bda4655d339b219f18fa48d970444858c94d /sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild
parent9d8d34d0eedfd7319f905092519980bf1b4ce3e5 (diff)
gentoo auto-resync : 11:04:2023 - 17:39:25
Diffstat (limited to 'sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild')
-rw-r--r--sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild
deleted file mode 100644
index 169688aba6cc..000000000000
--- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 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="
- dev-lang/ocaml:=
- >=sci-mathematics/coq-8.13.0:= <sci-mathematics/coq-8.16.0:=
-"
-DEPEND="${RDEPEND}"
-
-# > make jobserver unavailable
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake -j1 install DESTDIR="${D}"
-}