Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/cons/
Date: Sat, 12 Oct 2019 07:01:55
Message-Id: 1570863677.e8297ddc3ef54f188f56866ce14059b6233e7c6a.mgorny@gentoo
1 commit: e8297ddc3ef54f188f56866ce14059b6233e7c6a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 07:01:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 07:01:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8297ddc
7
8 sys-devel/cons: Drop old (EAPI 0)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/cons/Manifest | 1 -
13 sys-devel/cons/cons-2.2.0.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/sys-devel/cons/Manifest b/sys-devel/cons/Manifest
17 index 67a463140ec..167672cc329 100644
18 --- a/sys-devel/cons/Manifest
19 +++ b/sys-devel/cons/Manifest
20 @@ -1,2 +1 @@
21 -DIST cons-2.2.0.tgz 200338 BLAKE2B 17a4c5a7e23f2b49ae313066315b69dc6795d0f32faacd7318df31210768020f3b75fee05778cfd5977bbc080f51c13d114c90e7f4402d801a94ed8a0d908a39 SHA512 93b75e293bcd8f9a8ebb4c5f77ec07c72d82493a896e8858603d32f006e7ac7fb8164e901a7927963f66c7973519b1bf2551a6c7ee9c5da1c4e6f61df8bdce7c
22 DIST cons-2.3.0.tgz 235895 BLAKE2B 766b00824ede528c5d356eda40d3b2929b472720340c0f85add95ba13a5b172afaaa50c779e664cca1b5e74f9ed1d26cce8405f7994d9464a0693e5828963863 SHA512 a42b7537fa8c8cc179ff9e608e6cecfaec1ee0b2e1efb9b9b5992ced15867ca05155e87221e5fde6d912b94eac0d1a411c7feb528e882ed65ce9fb2a2d46be12
23
24 diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild
25 deleted file mode 100644
26 index 0cb33919884..00000000000
27 --- a/sys-devel/cons/cons-2.2.0.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -DESCRIPTION="Extensible perl-based build utility"
36 -SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz"
37 -HOMEPAGE="http://www.dsmit.com/cons/"
38 -
39 -SLOT="2.2"
40 -LICENSE="GPL-2"
41 -KEYWORDS="~alpha ~amd64 ppc ~sparc x86"
42 -IUSE=""
43 -
44 -DEPEND="
45 - dev-lang/perl
46 - virtual/perl-Digest-MD5"
47 -RDEPEND="
48 - ${DEPEND}
49 - !sci-biology/emboss"
50 -
51 -src_install() {
52 - dobin cons || die
53 - dodoc CHANGES INSTALL MANIFEST README RELEASE TODO || die
54 - dohtml *.html || die
55 - doman cons.1.gz || die
56 -}