From d35302fc8a415b6c8081e42cc35166b5fb77bcc7 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Tue, 7 Dec 2021 20:16:45 +0200 Subject: sci-mathematics/coq: drop redundant ebuilds Drop old ebuilds that depend on media-libs/netpbm[zlib] They have been replaced by ebuilds that depend on media-libs/netpbm[zlib(+)] Bug: https://bugs.gentoo.org/801442 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu Closes: https://github.com/gentoo/gentoo/pull/23211 Signed-off-by: Joonas Niilola --- sci-mathematics/coq/coq-8.11.2.ebuild | 90 -------------------------------- sci-mathematics/coq/coq-8.12.0-r1.ebuild | 90 -------------------------------- sci-mathematics/coq/coq-8.13.0.ebuild | 88 ------------------------------- 3 files changed, 268 deletions(-) delete mode 100644 sci-mathematics/coq/coq-8.11.2.ebuild delete mode 100644 sci-mathematics/coq/coq-8.12.0-r1.ebuild delete mode 100644 sci-mathematics/coq/coq-8.13.0.ebuild (limited to 'sci-mathematics/coq') diff --git a/sci-mathematics/coq/coq-8.11.2.ebuild b/sci-mathematics/coq/coq-8.11.2.ebuild deleted file mode 100644 index 184f6501ee75..000000000000 --- a/sci-mathematics/coq/coq-8.11.2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# 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 -