From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
Date: Fri, 03 Jan 2025 01:11:36 +0000 (UTC) [thread overview]
Message-ID: <1735866273.d25e11cd2da3e849168c8455a60ab4302e968c3f.sam@gentoo> (raw)
commit: d25e11cd2da3e849168c8455a60ab4302e968c3f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 01:04:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 01:04:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25e11cd
dev-util/cproto: add 4.7x
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cproto/Manifest | 2 ++
dev-util/cproto/cproto-4.7x.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
index 7a89bc0f1a4c..62abbd30f4c6 100644
--- a/dev-util/cproto/Manifest
+++ b/dev-util/cproto/Manifest
@@ -2,3 +2,5 @@ DIST cproto-4.7v.tgz 193874 BLAKE2B 0fb13ac8f501b9111096666c54ccfa466fe7ecce6f26
DIST cproto-4.7v.tgz.asc 729 BLAKE2B 577ce738de30ab32099836041fe7b651764750eddee13135a9340410a50c0b46cf8034fb566d31748ea1db8d6d013e4e0c2abecc02d074a998828ce8b00d0fe8 SHA512 b0b03400b79aa04131bfe7176811dcb46cce05d339ab73552b787d9ade26a38e234f6c4f588e5a3cbe3a0521df73a6f7565a3a20181f3b677446ba9379ba8532
DIST cproto-4.7w.tgz 194904 BLAKE2B 1a1c2812dc0a5144d35dc3f10d98f865db4d8db7ca40d302116d4dcb5a572ce17f670d48bc53d3c516f654518f4dadfba9054077609ca84dad11bdb2cb0057ab SHA512 4fcf67ac52906e5f502d99099c8af444a03dcf12cb7282790dc2e49ff7ba4b80e36f42d9e11e06e6a48edaac7be344ccf4f39229be8ccf6f043658fdbe899f41
DIST cproto-4.7w.tgz.asc 729 BLAKE2B 1c203b919e37f3c7fbb844ca2898bd1c29ec5790b6104e3ebb3ff33bab2857a7134370b16758c73cccc707c0f4d91d737ad4d8588ba687a985958efbaf8a2293 SHA512 03f941858c5df4bc5a81204a2cb918d127c015ba8f08f9681a8f2d9cc99f0d32c972ed38ea65806234ecd0753071a11681e3c43673fd8de209cdc80c1e10d6d1
+DIST cproto-4.7x.tgz 196563 BLAKE2B 462be211b6905be9945518fd836edad1f7ceb848a1bcc848dc951dc0b968cde642cacb58d83e5b86f77ceeae3a287d75228d3a86b87530cba860fe0f06352f1e SHA512 d896a46d01c09aae743fec8d3db2823377c3155f6080a7478df9f452805bbd5c7d0f77b9487006a4cab547c5638741e5780db0d8d0403f411b946ea032a5132e
+DIST cproto-4.7x.tgz.asc 729 BLAKE2B 6dad543e258e8c494542335cadd2d0a9fb581a4750419f9f91984a5d492edefdd784d3f7fb20acce764a39dd71cfc740de46314efdc4964f22987f3c8d7b37a9 SHA512 1fa4905982558a8aca99f9d6939eb41be0e9fbc661aab7cb732d5a0ee9c32a0a51966990fb9c567d3035d60d8785780734b8b95a7e057b1d507c1286e0bef50c
diff --git a/dev-util/cproto/cproto-4.7x.ebuild b/dev-util/cproto/cproto-4.7x.ebuild
new file mode 100644
index 000000000000..f05390239420
--- /dev/null
+++ b/dev-util/cproto/cproto-4.7x.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/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 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="app-alternatives/lex"
+BDEPEND="
+ app-alternatives/lex
+ app-alternatives/yacc
+ dev-util/gperf
+ verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
next reply other threads:[~2025-01-03 1:11 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 1:11 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
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-10-13 23:37 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=1735866273.d25e11cd2da3e849168c8455a60ab4302e968c3f.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