From 70c713a0bcc9302c5a9a919a6c4a5a2699e26942 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Feb 2021 07:13:03 +0000 Subject: sci-mathematics/coq: lower OCaml dep Bug: https://bugs.gentoo.org/769317 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- sci-mathematics/coq/coq-8.12.0-r1.ebuild | 90 ++++++++++++++++++++++++++++++++ sci-mathematics/coq/coq-8.12.0.ebuild | 88 ------------------------------- 2 files changed, 90 insertions(+), 88 deletions(-) create mode 100644 sci-mathematics/coq/coq-8.12.0-r1.ebuild delete mode 100644 sci-mathematics/coq/coq-8.12.0.ebuild diff --git a/sci-mathematics/coq/coq-8.12.0-r1.ebuild b/sci-mathematics/coq/coq-8.12.0-r1.ebuild new file mode 100644 index 000000000000..184f6501ee75 --- /dev/null +++ b/sci-mathematics/coq/coq-8.12.0-r1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop multilib + +MY_PV=${PV/_p/pl} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="Proof assistant written in O'Caml" +HOMEPAGE="http://coq.inria.fr/" +SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk debug +ocamlopt doc" + +RESTRICT=test + +RDEPEND=" + dev-ml/camlp5:=[ocamlopt?] + || ( + dev-ml/num +