summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-28 19:04:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-28 19:04:58 +0000
commite37ab0a68f45c8c23b76b5d878c9660e8a528b03 (patch)
treec5046414cae03ffda53c878f52791e4a1334222c /sci-mathematics
parent81a9088c5dc9fc9ce75a40868099d884a5503e01 (diff)
downloadbaldeagleos-repo-e37ab0a68f45c8c23b76b5d878c9660e8a528b03.tar.gz
baldeagleos-repo-e37ab0a68f45c8c23b76b5d878c9660e8a528b03.tar.xz
baldeagleos-repo-e37ab0a68f45c8c23b76b5d878c9660e8a528b03.zip
Adding metadata
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/coq/coq-8.17.1-r1.ebuild5
-rw-r--r--sci-mathematics/coq/coq-8.19.2-r1.ebuild5
-rw-r--r--sci-mathematics/coq/coq-8.20.0-r1.ebuild4
-rw-r--r--sci-mathematics/coq/coq-9.0.0.ebuild4
-rw-r--r--sci-mathematics/coq/coq-9.1.0-r1.ebuild (renamed from sci-mathematics/coq/coq-9.1.0.ebuild)5
-rw-r--r--sci-mathematics/coq/metadata.xml32
6 files changed, 29 insertions, 26 deletions
diff --git a/sci-mathematics/coq/coq-8.17.1-r1.ebuild b/sci-mathematics/coq/coq-8.17.1-r1.ebuild
index 0376c24fc404..3c164c844d9b 100644
--- a/sci-mathematics/coq/coq-8.17.1-r1.ebuild
+++ b/sci-mathematics/coq/coq-8.17.1-r1.ebuild
@@ -9,8 +9,9 @@ MY_P="${PN}-${MY_PV}"
inherit check-reqs desktop dune edo
DESCRIPTION="Proof assistant written in O'Caml"
-HOMEPAGE="http://coq.inria.fr/
- https://github.com/coq/coq/"
+HOMEPAGE="https://rocq-prover.org
+ https://github.com/rocq-prover/rocq/"
+
SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/coq/coq-8.19.2-r1.ebuild b/sci-mathematics/coq/coq-8.19.2-r1.ebuild
index 9613fc3a4f84..6b46ef0f3a4a 100644
--- a/sci-mathematics/coq/coq-8.19.2-r1.ebuild
+++ b/sci-mathematics/coq/coq-8.19.2-r1.ebuild
@@ -9,8 +9,9 @@ MY_P="${PN}-${MY_PV}"
inherit check-reqs desktop dune edo
DESCRIPTION="Proof assistant written in O'Caml"
-HOMEPAGE="http://coq.inria.fr/
- https://github.com/coq/coq/"
+HOMEPAGE="https://rocq-prover.org
+ https://github.com/rocq-prover/rocq/"
+
SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/coq/coq-8.20.0-r1.ebuild b/sci-mathematics/coq/coq-8.20.0-r1.ebuild
index 1c69a8de9461..c1bd2a1ba337 100644
--- a/sci-mathematics/coq/coq-8.20.0-r1.ebuild
+++ b/sci-mathematics/coq/coq-8.20.0-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=8
inherit check-reqs desktop dune edo
DESCRIPTION="Proof assistant written in O'Caml"
-HOMEPAGE="https://coq.inria.fr/
- https://github.com/coq/coq/"
+HOMEPAGE="https://rocq-prover.org
+ https://github.com/rocq-prover/rocq/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
diff --git a/sci-mathematics/coq/coq-9.0.0.ebuild b/sci-mathematics/coq/coq-9.0.0.ebuild
index ac81887a2d4a..09bf3909c962 100644
--- a/sci-mathematics/coq/coq-9.0.0.ebuild
+++ b/sci-mathematics/coq/coq-9.0.0.ebuild
@@ -6,8 +6,8 @@ EAPI=8
inherit check-reqs desktop dune edo
DESCRIPTION="Coq/Rocq is a proof assistant written in O'Caml"
-HOMEPAGE="https://coq.inria.fr/
- https://github.com/coq/coq/"
+HOMEPAGE="https://rocq-prover.org
+ https://github.com/rocq-prover/rocq/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
diff --git a/sci-mathematics/coq/coq-9.1.0.ebuild b/sci-mathematics/coq/coq-9.1.0-r1.ebuild
index 0ce0ae800faa..ac9ad6e10d8f 100644
--- a/sci-mathematics/coq/coq-9.1.0.ebuild
+++ b/sci-mathematics/coq/coq-9.1.0-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=8
inherit check-reqs desktop dune edo
DESCRIPTION="Coq/Rocq is a proof assistant written in O'Caml"
-HOMEPAGE="https://coq.inria.fr/
- https://github.com/coq/coq/"
+HOMEPAGE="https://rocq-prover.org
+ https://github.com/rocq-prover/rocq/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
@@ -32,6 +32,7 @@ RESTRICT="test"
RDEPEND="
dev-ml/camlzip:=
dev-ml/num:=
+ dev-ml/yojson:=
dev-ml/zarith:=
gui? (
>=dev-ml/lablgtk-3.1.2:3=[sourceview,ocamlopt?]
diff --git a/sci-mathematics/coq/metadata.xml b/sci-mathematics/coq/metadata.xml
index b5fe0d3561f4..efc588c9fb94 100644
--- a/sci-mathematics/coq/metadata.xml
+++ b/sci-mathematics/coq/metadata.xml
@@ -6,28 +6,28 @@
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
- Developed in the LogiCal project, the Coq tool is a formal proof
- management system: a proof done with Coq is mechanically checked
- by the machine.
+ Developed in the LogiCal project, the Coq tool is a formal proof
+ management system: a proof done with Coq is mechanically checked
+ by the machine.
- In particular, Coq allows:
- * the definition of functions or predicates,
- * to state mathematical theorems and software specifications,
- * to develop interactively formal proofs of these theorems,
- * to check these proofs by a small certification "kernel".
+ In particular, Coq allows:
+ * the definition of functions or predicates,
+ * to state mathematical theorems and software specifications,
+ * to develop interactively formal proofs of these theorems,
+ * to check these proofs by a small certification "kernel".
- Coq is based on a logical framework called "Calculus of Inductive
- Constructions" extended by a modular development system for
- theories.
- </longdescription>
+ Coq is based on a logical framework called "Calculus of Inductive
+ Constructions" extended by a modular development system for
+ theories.
+ </longdescription>
<upstream>
- <changelog>https://github.com/coq/coq/releases/</changelog>
- <bugs-to>https://github.com/coq/coq/issues/</bugs-to>
+ <changelog>https://github.com/rocq-prover/rocq/releases/</changelog>
+ <bugs-to>https://github.com/rocq-prover/rocq/issues/</bugs-to>
</upstream>
<use>
<flag name="native-compiler">
- Enable "native_compute" and compile the Coq Standard Library
- </flag>
+ Enable "native_compute" and compile the Coq Standard Library
+ </flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata> \ No newline at end of file