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 E5DB715808B for ; Thu, 7 Apr 2022 00:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF26E0AED; Thu, 7 Apr 2022 00:46:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01857E0AE5 for ; Thu, 7 Apr 2022 00:46:17 +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 0AFDB340F1F for ; Thu, 7 Apr 2022 00:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF7139F for ; Thu, 7 Apr 2022 00:46:14 +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: <1649292057.3b53ec016515a59d183e1e521d3ac99c2c42f035.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libintl/Manifest dev-libs/libintl/libintl-0.21.ebuild X-VCS-Directories: dev-libs/libintl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b53ec016515a59d183e1e521d3ac99c2c42f035 X-VCS-Branch: master Date: Thu, 7 Apr 2022 00:46:14 +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: 8e10f54b-cc18-45bf-a8fe-f21fe217a85b X-Archives-Hash: 0493547cbe4ea5c8ba2022e805f6e1d6 commit: 3b53ec016515a59d183e1e521d3ac99c2c42f035 Author: Sam James gentoo org> AuthorDate: Thu Apr 7 00:40:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 7 00:40:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b53ec01 dev-libs/libintl: add verify-sig Signed-off-by: Sam James gentoo.org> dev-libs/libintl/Manifest | 1 + dev-libs/libintl/libintl-0.21.ebuild | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-libs/libintl/Manifest b/dev-libs/libintl/Manifest index 61bb66f324f9..695aa9c5e138 100644 --- a/dev-libs/libintl/Manifest +++ b/dev-libs/libintl/Manifest @@ -1 +1,2 @@ DIST gettext-0.21.tar.gz 24181849 BLAKE2B 2eae99d0916b00b2af6fbc6bf7e309076519a10fea16cd49e7aa29fe8aec1ee7c784c6277281b764dc4abacf400cd3fe461129586303c8cd337db15c76cb4b87 SHA512 bbe590c5dd3580c75bf30ff768da99a88eb8d466ec1ac9eea20be4cab4357ecf72448e6b81b47425e39d50fa6320ba426632914d7898dfebb4f159abc39c31d1 +DIST gettext-0.21.tar.gz.sig 819 BLAKE2B ea3123a08751ff0e452d419b22b8ed00d28b98f0df0c5bd392a000e4e56c7a540ec49157e6dfc59cde54fca0f95543b30334237f854efe82718a4be092796cb9 SHA512 f43159bd4569a92f35aab64bf6475be17d47ccc8aa2005be7b110c94b93133044becfb58befeadbc1951244129abb4984de814e66a692e6173013ff363f9a6fc diff --git a/dev-libs/libintl/libintl-0.21.ebuild b/dev-libs/libintl/libintl-0.21.ebuild index bc6709653098..90c364e7b1d3 100644 --- a/dev-libs/libintl/libintl-0.21.ebuild +++ b/dev-libs/libintl/libintl-0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with sys-devel/gettext. @@ -6,12 +6,14 @@ EAPI=7 MY_P="gettext-${PV}" - -inherit multilib-minimal libtool usr-ldscript +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gettext.asc +inherit multilib-minimal libtool usr-ldscript verify-sig DESCRIPTION="the GNU international library (split out of gettext)" HOMEPAGE="https://www.gnu.org/software/gettext/" SRC_URI="mirror://gnu/gettext/${MY_P}.tar.gz" +SRC_URI+=" verify-sig? ( mirror://gnu/gettext/${MY_P}.tar.gz.sig )" +S="${WORKDIR}/${MY_P}/gettext-runtime" LICENSE="LGPL-2.1+" SLOT="0" @@ -24,8 +26,7 @@ RDEPEND="${DEPEND} !sys-libs/glibc !sys-libs/musl !