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: Mon, 29 Nov 2021 22:30:59
Message-Id: 1638225038.88ea6887ecacdc8615d87eaa1b43abe085dc5e64.sam@gentoo
1 commit: 88ea6887ecacdc8615d87eaa1b43abe085dc5e64
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 22:30:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 22:30:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ea6887
7
8 dev-util/cproto: add 4.7t
9
10 Closes: https://bugs.gentoo.org/827862
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/cproto/Manifest | 1 +
14 dev-util/cproto/cproto-4.7t.ebuild | 15 +++++++++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
18 index 2810c44c3f6a..2836ce128bdd 100644
19 --- a/dev-util/cproto/Manifest
20 +++ b/dev-util/cproto/Manifest
21 @@ -1,2 +1,3 @@
22 DIST cproto-4.7r.tgz 178234 BLAKE2B 83198fda34413253c7396e0171e3675642c664044b5a409d3a652b0b4ec6a83c9eb64bd35e86a9593ba02af60e9947e04f0251224d1766ef6d0d4639ea56b905 SHA512 934b9241f8e3ddabb6f0065117f500e716f552bc3593879e03890a22332da8baf6cf0b9c0b13c077e13c4bb692bef0efd3c39e96092154863d318219b7845e57
23 DIST cproto-4.7s.tgz 178765 BLAKE2B d9c990e0e71851774bbedfcd2ee6119efcee5c32d8e29ff3e0cb7762f03900546e646745712e77fa66379bb4b76f9c5378608e5e1f1c7c176ac2e20448be2a6d SHA512 1ec46356dce91a504ac04b6220034bd53f736580bf92d9939af66f548c50e519b8959c9f1396227e14e668e6c73a4e771af6e8bda75f97d0ccc58a1381e4ddbf
24 +DIST cproto-4.7t.tgz 181095 BLAKE2B 60e8fc26acab8a7475d08c413b85bfc68b1fec877845f6302f741665eb3f779faf313d5463ec08f6a41a04737a9c280d3f8d5247bed819a21ea30a3c2d11f197 SHA512 ad5abddeec7e92ec85ac5d19f025a1d3362ed0a082e3a00fbc64545e3ef6e34fbd9cfff36be01276836d1d834c481927d12f747b0904dbc644d43f2e879bd82f
25
26 diff --git a/dev-util/cproto/cproto-4.7t.ebuild b/dev-util/cproto/cproto-4.7t.ebuild
27 new file mode 100644
28 index 000000000000..75a444986957
29 --- /dev/null
30 +++ b/dev-util/cproto/cproto-4.7t.ebuild
31 @@ -0,0 +1,15 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Generate C function prototypes from C source code"
38 +HOMEPAGE="https://invisible-island.net/cproto/"
39 +SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz"
40 +
41 +LICENSE="public-domain"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
44 +
45 +DEPEND="sys-devel/flex
46 + virtual/yacc"