commit: 7f4d8ebc486ec4fbd935c8f3900613c75634f63a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 00:31:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 00:36:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4d8ebc
dev-util/cproto: add 4.7w Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cproto/Manifest | 2 ++ dev-util/cproto/cproto-4.7w.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index ea4e0899fafd..7a89bc0f1a4c 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1,2 +1,4 @@ DIST cproto-4.7v.tgz 193874 BLAKE2B 0fb13ac8f501b9111096666c54ccfa466fe7ecce6f26f7b62d72e12d19cd2f8dcef9ce37247018abe8ec4affc8c26f4d899e01f960c36b4cb7ee2239b11361fb SHA512 865d65a0db1198d4d07e8a9fba85e347a69d61530423feafae9b3a881606942279942af42ea67558ad2ae82926aaef76bd635913b3e00604eaffe82a8a6621fc 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 diff --git a/dev-util/cproto/cproto-4.7w.ebuild b/dev-util/cproto/cproto-4.7w.ebuild new file mode 100644 index 000000000000..76e369185b61 --- /dev/null +++ b/dev-util/cproto/cproto-4.7w.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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 ) +"