From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B1C51581C1 for ; Mon, 15 Jul 2024 00:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46E5E2B20; Mon, 15 Jul 2024 00:37:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AABDE2B1C for ; Mon, 15 Jul 2024 00:37:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD73340DE6 for ; Mon, 15 Jul 2024 00:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC2561976 for ; Mon, 15 Jul 2024 00:37:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721003818.7f4d8ebc486ec4fbd935c8f3900613c75634f63a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cproto/Manifest dev-util/cproto/cproto-4.7w.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f4d8ebc486ec4fbd935c8f3900613c75634f63a X-VCS-Branch: master Date: Mon, 15 Jul 2024 00:37:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3404b564-e519-4e0c-b68c-bd089d27f261 X-Archives-Hash: 6a36dff40097af24a55e2819eb2c4098 commit: 7f4d8ebc486ec4fbd935c8f3900613c75634f63a Author: Sam James gentoo org> AuthorDate: Mon Jul 15 00:31:52 2024 +0000 Commit: Sam James gentoo 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 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 ) +"