summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 09:01:17 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 09:01:17 +0200
commite8297ddc3ef54f188f56866ce14059b6233e7c6a (patch)
treeb9d76e382ca90c956c383943cf101ff72bd6fa83 /sys-devel/cons
parentsci-libs/ufconfig: Drop old (EAPI 0) (diff)
downloadgentoo-e8297ddc3ef54f188f56866ce14059b6233e7c6a.tar.gz
gentoo-e8297ddc3ef54f188f56866ce14059b6233e7c6a.tar.bz2
gentoo-e8297ddc3ef54f188f56866ce14059b6233e7c6a.zip
sys-devel/cons: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/cons')
-rw-r--r--sys-devel/cons/Manifest1
-rw-r--r--sys-devel/cons/cons-2.2.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-devel/cons/Manifest b/sys-devel/cons/Manifest
index 67a463140ec4..167672cc3290 100644
--- a/sys-devel/cons/Manifest
+++ b/sys-devel/cons/Manifest
@@ -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
index 0cb339198843..000000000000
--- a/sys-devel/cons/cons-2.2.0.ebuild
+++ /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
-}