From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB38D158087 for ; Tue, 14 Dec 2021 12:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E502BC02F; Tue, 14 Dec 2021 12:45:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E4F32BC021 for ; Tue, 14 Dec 2021 12:45:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2588342D8A for ; Tue, 14 Dec 2021 12:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6717AD0 for ; Tue, 14 Dec 2021 12:45:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1639485878.d35302fc8a415b6c8081e42cc35166b5fb77bcc7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq/coq-8.11.2.ebuild sci-mathematics/coq/coq-8.12.0-r1.ebuild sci-mathematics/coq/coq-8.13.0.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d35302fc8a415b6c8081e42cc35166b5fb77bcc7 X-VCS-Branch: master Date: Tue, 14 Dec 2021 12:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f9fa5b4-10a4-44f0-b46d-664a0ccdec3b X-Archives-Hash: a11086fedda69d18f75836e5a36708e6 commit: d35302fc8a415b6c8081e42cc35166b5fb77bcc7 Author: Viorel Munteanu gmail com> AuthorDate: Tue Dec 7 18:16:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 14 12:44:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35302fc 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23211 Signed-off-by: Joonas Niilola gentoo.org> 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(-) 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 -