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: dev-util/cproto/
Date: Sat, 12 Oct 2019 07:01:52
Message-Id: 1570863663.3627f4cb4a55060d8e4dc86f454db7b3cca724f2.mgorny@gentoo
1 commit: 3627f4cb4a55060d8e4dc86f454db7b3cca724f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 07:01:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 07:01:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3627f4cb
7
8 dev-util/cproto: Drop old (EAPI 0)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cproto/Manifest | 1 -
13 dev-util/cproto/cproto-4.7e.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
17 index 887587519c6..c20f2107766 100644
18 --- a/dev-util/cproto/Manifest
19 +++ b/dev-util/cproto/Manifest
20 @@ -1,2 +1 @@
21 -DIST cproto-4.7e.tgz 145919 BLAKE2B 97e3b3bf3b282299d177bf2ea8548f91f8dc6432671b93187d91fc00ca02807f5d3a370cc563cbb46fa163f23fe5ff034d9e148e6621eaf87f7e9658e925c6fc SHA512 c9a1da8e19d85600109127e2de079cff5e66e51f0f3220f9a69e72e720ed6d745ef456b3a645bbb4755073c6ce59411d0137d9012da545736e92380f41c83985
22 DIST cproto-4.7o.tgz 168915 BLAKE2B a79d22014140531c263d0b389c50c263b13bf2e9bd2142da54ec712ec13f122539d92fbc3e40a52d52802e17e5b96a39c73e0ea3dd3c189e0e4563cf7b3feea3 SHA512 9a731be8bfa3f0da9c8a7c04a1c9bcf5ca52897325fa868306c35d818fc54348f83d93e2b2d792a2f682f935fb42d928d2828b1ff7fe3287a1806852e180a9f3
23
24 diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild
25 deleted file mode 100644
26 index 9c0efe4cced..00000000000
27 --- a/dev-util/cproto/cproto-4.7e.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -DESCRIPTION="Generate C function prototypes from C source code"
36 -HOMEPAGE="https://invisible-island.net/cproto/"
37 -SRC_URI="ftp://ftp.invisible-island.net/cproto//${P}.tgz"
38 -
39 -LICENSE="public-domain"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
42 -IUSE=""
43 -
44 -DEPEND="sys-devel/flex
45 - virtual/yacc"
46 -RDEPEND=""
47 -
48 -S=${WORKDIR}/${P/./_}
49 -
50 -src_install() {
51 - dobin cproto || die
52 - doman cproto.1
53 - dodoc README CHANGES
54 -}