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 EDFAB15808B for ; Wed, 6 Apr 2022 23:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A5FBE0B48; Wed, 6 Apr 2022 23:34:22 +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 7592BE0AFE for ; Wed, 6 Apr 2022 23:34:21 +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 269133412F3 for ; Wed, 6 Apr 2022 23:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E9139F for ; Wed, 6 Apr 2022 23:34:16 +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: <1649288028.79a1bc12624677b5cc5aed14cd17627180b5c507.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lunzip/Manifest app-arch/lunzip/lunzip-1.13.ebuild X-VCS-Directories: app-arch/lunzip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79a1bc12624677b5cc5aed14cd17627180b5c507 X-VCS-Branch: master Date: Wed, 6 Apr 2022 23:34:16 +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: d0444d53-9875-4dcd-a5cd-913ca658e608 X-Archives-Hash: 8af933edea6e74f6a2792cf48e48765a commit: 79a1bc12624677b5cc5aed14cd17627180b5c507 Author: Sam James gentoo org> AuthorDate: Wed Apr 6 23:27:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 6 23:33:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a1bc12 app-arch/lunzip: add verify-sig Signed-off-by: Sam James gentoo.org> app-arch/lunzip/Manifest | 1 + app-arch/lunzip/lunzip-1.13.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest index c52d5b73ad65..022bb8ea530b 100644 --- a/app-arch/lunzip/Manifest +++ b/app-arch/lunzip/Manifest @@ -1 +1,2 @@ DIST lunzip-1.13.tar.gz 66541 BLAKE2B 45b6a4ffaac6d9b8ddeeebe5e33609bf4e671ad7370570035bacf41ee8ad35f49e14f495dfba650de284fedca1a63ebafe7f67c18083b4add94caaf7709d8e2b SHA512 67f950883b7062d37601bc16d7d64c07f6c580afbf3c0f61394dd6fb5d41c27214484b1dea7aabd41db06d18162b95b5734674646c4fcc833268cabe8cba91bb +DIST lunzip-1.13.tar.gz.sig 72 BLAKE2B a0d852dbb5394c5fb3e287cf4111290e0c603414de5a00a2d6173821df2410e4d826554ba4e04b5e9b7df0fa247cd95335a1a227b7cf38d4c5a7f3cc436be6ef SHA512 b71a73e7ad3a25140343db92c0ccf6311d0a30c71675e01a36da4735d0e0523d12d32b6472409359345ad6c9e550dccd399442d98fde44593af42f516119b3fb diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild index 4f7d48dab0be..3106eed819d3 100644 --- a/app-arch/lunzip/lunzip-1.13.ebuild +++ b/app-arch/lunzip/lunzip-1.13.ebuild @@ -3,16 +3,20 @@ EAPI=8 -inherit toolchain-funcs +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/antoniodiazdiaz.asc +inherit toolchain-funcs verify-sig DESCRIPTION="Decompressor for the lzip format, written in C" HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html" SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz" +SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )" + src_configure() { # not autotools-based local myconf=(