sys-devel/cons: Drop old (EAPI 0)
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 07:01:17 +0000 (09:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 07:01:17 +0000 (09:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/cons/Manifest
sys-devel/cons/cons-2.2.0.ebuild [deleted file]

index 67a463140ec4bf6b253a8083528c1c9daa7ca5dd..167672cc329014ff4d578531732b821c480f1712 100644 (file)
@@ -1,2 +1 @@
-DIST cons-2.2.0.tgz 200338 BLAKE2B 17a4c5a7e23f2b49ae313066315b69dc6795d0f32faacd7318df31210768020f3b75fee05778cfd5977bbc080f51c13d114c90e7f4402d801a94ed8a0d908a39 SHA512 93b75e293bcd8f9a8ebb4c5f77ec07c72d82493a896e8858603d32f006e7ac7fb8164e901a7927963f66c7973519b1bf2551a6c7ee9c5da1c4e6f61df8bdce7c
 DIST cons-2.3.0.tgz 235895 BLAKE2B 766b00824ede528c5d356eda40d3b2929b472720340c0f85add95ba13a5b172afaaa50c779e664cca1b5e74f9ed1d26cce8405f7994d9464a0693e5828963863 SHA512 a42b7537fa8c8cc179ff9e608e6cecfaec1ee0b2e1efb9b9b5992ced15867ca05155e87221e5fde6d912b94eac0d1a411c7feb528e882ed65ce9fb2a2d46be12
diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild
deleted file mode 100644 (file)
index 0cb3391..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Extensible perl-based build utility"
-SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz"
-HOMEPAGE="http://www.dsmit.com/cons/"
-
-SLOT="2.2"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND="
-       dev-lang/perl
-       virtual/perl-Digest-MD5"
-RDEPEND="
-       ${DEPEND}
-       !sci-biology/emboss"
-
-src_install() {
-       dobin cons || die
-       dodoc CHANGES INSTALL MANIFEST README RELEASE TODO || die
-       dohtml *.html || die
-       doman cons.1.gz || die
-}