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 4FEE9158095 for ; Thu, 1 Sep 2022 21:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B160E09D8; Thu, 1 Sep 2022 21:49: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCB80E09D8 for ; Thu, 1 Sep 2022 21:49: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 BC0AD341167 for ; Thu, 1 Sep 2022 21:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 157C559F for ; Thu, 1 Sep 2022 21:49:19 +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: <1662068951.add929cdd362d86907d477342a1da7b9a1df72b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.2.38.ebuild app-crypt/gnupg/gnupg-2.3.7-r1.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: add929cdd362d86907d477342a1da7b9a1df72b8 X-VCS-Branch: master Date: Thu, 1 Sep 2022 21:49:19 +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: 0de8d9e0-cde8-4688-818a-2a05ede8dcae X-Archives-Hash: 42cd1414f69512ca11597408f409c70d commit: add929cdd362d86907d477342a1da7b9a1df72b8 Author: Sam James gentoo org> AuthorDate: Thu Sep 1 21:05:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 21:49:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add929cd app-crypt/gnupg: add maintenance notes Signed-off-by: Sam James gentoo.org> app-crypt/gnupg/gnupg-2.2.38.ebuild | 6 ++++++ app-crypt/gnupg/gnupg-2.3.7-r1.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app-crypt/gnupg/gnupg-2.2.38.ebuild b/app-crypt/gnupg/gnupg-2.2.38.ebuild index fcc6d9e01c03..fb9d8114d5bb 100644 --- a/app-crypt/gnupg/gnupg-2.2.38.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.38.ebuild @@ -3,6 +3,12 @@ EAPI=8 +# Maintainers should: +# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/ +# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159 +# (find the one for the current release then subscribe to it + +# any subsequent ones linked within so you're covered for a while.) + VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc inherit flag-o-matic systemd toolchain-funcs verify-sig diff --git a/app-crypt/gnupg/gnupg-2.3.7-r1.ebuild b/app-crypt/gnupg/gnupg-2.3.7-r1.ebuild index 54821c7edea1..f7b9cb6f2981 100644 --- a/app-crypt/gnupg/gnupg-2.3.7-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.7-r1.ebuild @@ -3,6 +3,12 @@ EAPI=8 +# Maintainers should: +# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/ +# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159 +# (find the one for the current release then subscribe to it + +# any subsequent ones linked within so you're covered for a while.) + VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc inherit flag-o-matic systemd toolchain-funcs verify-sig