From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
Date: Thu, 13 Oct 2022 23:37:35 +0000 (UTC) [thread overview]
Message-ID: <1665704126.288d6d7940c12521c69c1d1d00a9779f234fea42.sam@gentoo> (raw)
commit: 288d6d7940c12521c69c1d1d00a9779f234fea42
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 23:35:26 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 23:35:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288d6d79
dev-util/cproto: EAPI 8, verify-sig
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cproto/Manifest | 1 +
dev-util/cproto/cproto-4.7t-r1.ebuild | 22 ++++++++++++++++++++++
dev-util/cproto/cproto-4.7t.ebuild | 15 ---------------
3 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
index f855035845f6..04a1511c90ab 100644
--- a/dev-util/cproto/Manifest
+++ b/dev-util/cproto/Manifest
@@ -1 +1,2 @@
DIST cproto-4.7t.tgz 181095 BLAKE2B 60e8fc26acab8a7475d08c413b85bfc68b1fec877845f6302f741665eb3f779faf313d5463ec08f6a41a04737a9c280d3f8d5247bed819a21ea30a3c2d11f197 SHA512 ad5abddeec7e92ec85ac5d19f025a1d3362ed0a082e3a00fbc64545e3ef6e34fbd9cfff36be01276836d1d834c481927d12f747b0904dbc644d43f2e879bd82f
+DIST cproto-4.7t.tgz.asc 729 BLAKE2B 9b668a41374d273263d535fb4dba5038a72f3ee3d0f44a2bc5f6fa85a426f1c2209dea4655639b772f6d5d036af1131dec476c1e2e9dbb808a18a734ff538ede SHA512 d3874a04159a092322097c254a2a855db55409eaa7d529eaee973a4763bf71c525f8b40e9d5fbdf5028108713a8e891f45b26e31bd5c879d3d4e5249c8dcae3f
diff --git a/dev-util/cproto/cproto-4.7t-r1.ebuild b/dev-util/cproto/cproto-4.7t-r1.ebuild
new file mode 100644
index 000000000000..770330e2dde8
--- /dev/null
+++ b/dev-util/cproto/cproto-4.7t-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit verify-sig
+
+DESCRIPTION="Generate C function prototypes from C source code"
+HOMEPAGE="https://invisible-island.net/cproto/"
+SRC_URI="https://invisible-island.net/archives/${PN}/${P}.tgz"
+SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${P}.tgz.asc )"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="
+ sys-devel/flex
+ virtual/yacc
+"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomasdickey )"
diff --git a/dev-util/cproto/cproto-4.7t.ebuild b/dev-util/cproto/cproto-4.7t.ebuild
deleted file mode 100644
index b2f55586ea3e..000000000000
--- a/dev-util/cproto/cproto-4.7t.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Generate C function prototypes from C source code"
-HOMEPAGE="https://invisible-island.net/cproto/"
-SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="sys-devel/flex
- virtual/yacc"
next reply other threads:[~2022-10-13 23:37 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 23:37 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 5:42 [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/ Sam James
2025-01-03 1:11 Sam James
2024-08-29 5:27 Jakov Smolić
2024-07-15 0:37 Sam James
2023-11-25 5:28 Sam James
2023-04-25 19:01 Sam James
2023-04-25 13:49 Arthur Zamarin
2023-04-19 6:07 Sam James
2023-04-19 6:07 Sam James
2023-04-19 6:07 Sam James
2023-03-01 5:11 Sam James
2022-12-29 3:19 Sam James
2022-12-29 3:16 Sam James
2022-12-29 3:16 Sam James
2022-12-29 2:21 Sam James
2022-12-06 20:41 Sam James
2022-10-18 3:47 Sam James
2022-08-10 20:29 Sam James
2022-04-17 19:00 Sam James
2022-02-20 5:27 Sam James
2022-02-19 8:18 Arthur Zamarin
2021-11-29 22:30 Sam James
2021-05-09 12:53 David Seifert
2021-04-22 12:27 Sam James
2021-04-22 12:18 Sam James
2021-04-22 3:01 Sam James
2021-04-22 2:59 Sam James
2021-03-23 4:34 Sam James
2021-02-16 12:30 Sam James
2021-02-12 13:48 Sam James
2021-02-12 9:57 Sam James
2021-01-11 8:00 Sam James
2021-01-07 11:33 Sam James
2021-01-07 10:39 Sam James
2021-01-04 3:31 Sam James
2020-10-12 12:32 Sam James
2019-10-12 7:01 Michał Górny
2019-10-12 4:30 Matt Turner
2019-04-25 3:36 Aaron Bauman
2019-04-25 3:36 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1665704126.288d6d7940c12521c69c1d1d00a9779f234fea42.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox