public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
Date: Wed,  1 Mar 2023 05:11:27 +0000 (UTC)	[thread overview]
Message-ID: <1677647475.76c635fd6664aea1a57e21a841fd7d37dd737bd9.sam@gentoo> (raw)

commit:     76c635fd6664aea1a57e21a841fd7d37dd737bd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 04:53:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 05:11:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c635fd

dev-util/cproto: add 4.7v

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cproto/Manifest           |  2 ++
 dev-util/cproto/cproto-4.7v.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest
index 3ba8918f4b97..ddd5f53a1544 100644
--- a/dev-util/cproto/Manifest
+++ b/dev-util/cproto/Manifest
@@ -2,3 +2,5 @@ DIST cproto-4.7t.tgz 181095 BLAKE2B 60e8fc26acab8a7475d08c413b85bfc68b1fec877845
 DIST cproto-4.7t.tgz.asc 729 BLAKE2B 9b668a41374d273263d535fb4dba5038a72f3ee3d0f44a2bc5f6fa85a426f1c2209dea4655639b772f6d5d036af1131dec476c1e2e9dbb808a18a734ff538ede SHA512 d3874a04159a092322097c254a2a855db55409eaa7d529eaee973a4763bf71c525f8b40e9d5fbdf5028108713a8e891f45b26e31bd5c879d3d4e5249c8dcae3f
 DIST cproto-4.7u.tgz 183364 BLAKE2B 679cb2c41b396e363ebcf69c61c8b00448ddd27c4d1126b8d3eda1f1b429a7be42359d1b695b94dd1095b707d70a1b425930acc7d2998634159836e4a51ef953 SHA512 6ed7e98319cf2b8d701dcd0ccdbe29537e3b57725da527da1b3889edd696374728ae87cdda34c68314c3e3f80f10e5f99199771200ffb429091c91d378c672e9
 DIST cproto-4.7u.tgz.asc 729 BLAKE2B 4120151f5ffcaf42c1134e8998cd767aab58c4f09bf488186829d96bdc44266273e89b96e1bcad3b84d998ca3d82c4b1bc7d9213f11790853d9fd2f4d0a7c901 SHA512 bdaa60edf0a04e15f2de61398d118efced4c25849d8d2a326e2ad21cd296b73cb6a809933476fcbe7b4471b297368c8090b31e725a9ab3081e334a06c2282753
+DIST cproto-4.7v.tgz 193874 BLAKE2B 0fb13ac8f501b9111096666c54ccfa466fe7ecce6f26f7b62d72e12d19cd2f8dcef9ce37247018abe8ec4affc8c26f4d899e01f960c36b4cb7ee2239b11361fb SHA512 865d65a0db1198d4d07e8a9fba85e347a69d61530423feafae9b3a881606942279942af42ea67558ad2ae82926aaef76bd635913b3e00604eaffe82a8a6621fc
+DIST cproto-4.7v.tgz.asc 729 BLAKE2B 577ce738de30ab32099836041fe7b651764750eddee13135a9340410a50c0b46cf8034fb566d31748ea1db8d6d013e4e0c2abecc02d074a998828ce8b00d0fe8 SHA512 b0b03400b79aa04131bfe7176811dcb46cce05d339ab73552b787d9ade26a38e234f6c4f588e5a3cbe3a0521df73a6f7565a3a20181f3b677446ba9379ba8532

diff --git a/dev-util/cproto/cproto-4.7v.ebuild b/dev-util/cproto/cproto-4.7v.ebuild
new file mode 100644
index 000000000000..99cd309dd08c
--- /dev/null
+++ b/dev-util/cproto/cproto-4.7v.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 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="app-alternatives/lex"
+BDEPEND="
+	app-alternatives/lex
+	app-alternatives/yacc
+	dev-util/gperf
+	verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"


             reply	other threads:[~2023-03-01  5:11 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  5:11 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29  5:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/ 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
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=1677647475.76c635fd6664aea1a57e21a841fd7d37dd737bd9.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