Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
Date: Thu, 07 Jan 2021 11:33:32
Message-Id: 1610019193.3f680b99e4da3ccdade91747fa444742205e1912.sam@gentoo
1 commit: 3f680b99e4da3ccdade91747fa444742205e1912
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 11:19:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 11:33:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f680b99
7
8 dev-util/cproto: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/cproto/Manifest | 1 -
14 dev-util/cproto/cproto-4.7o.ebuild | 15 ---------------
15 2 files changed, 16 deletions(-)
16
17 diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
18 index c90dbd7a168..6d22fbd78f1 100644
19 --- a/dev-util/cproto/Manifest
20 +++ b/dev-util/cproto/Manifest
21 @@ -1,2 +1 @@
22 -DIST cproto-4.7o.tgz 168915 BLAKE2B a79d22014140531c263d0b389c50c263b13bf2e9bd2142da54ec712ec13f122539d92fbc3e40a52d52802e17e5b96a39c73e0ea3dd3c189e0e4563cf7b3feea3 SHA512 9a731be8bfa3f0da9c8a7c04a1c9bcf5ca52897325fa868306c35d818fc54348f83d93e2b2d792a2f682f935fb42d928d2828b1ff7fe3287a1806852e180a9f3
23 DIST cproto-4.7q.tgz 175005 BLAKE2B 4138aeb87bff6cd59182939ca93c174cc23a67fd5830bbbb4f0e148edb7856acd7ec98390b46cc1c268c694347d6624a48d94e126751ddeec29fa8a305ed5d89 SHA512 014b51dfcc4b00cf0f71355901ce6ea5d5627846f4bce370559c4a7d9935abe8abc2f994a70793d4886ab93a24843152aa6c873515aa7d9a72d9c4a18fa1171e
24
25 diff --git a/dev-util/cproto/cproto-4.7o.ebuild b/dev-util/cproto/cproto-4.7o.ebuild
26 deleted file mode 100644
27 index 4820a05be91..00000000000
28 --- a/dev-util/cproto/cproto-4.7o.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Generate C function prototypes from C source code"
37 -HOMEPAGE="https://invisible-island.net/cproto/"
38 -SRC_URI="ftp://ftp.invisible-island.net/cproto//${P}.tgz"
39 -
40 -LICENSE="public-domain"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
43 -
44 -DEPEND="sys-devel/flex
45 - virtual/yacc"