commit: 813830c935a7b6efecb8975e8bf83baa31335c8f Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 05:36:20 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 16:41:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813830c9
sec-keys/openpgp-keys-coreutils: add 20250806 Update some keys. Rotate some other keys: - Assaf Gordon is removed from savannah - Collin Funk is added to savannah Closes: https://github.com/gentoo/gentoo/pull/43347 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../openpgp-keys-coreutils-20250806.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sec-keys/openpgp-keys-coreutils/openpgp-keys-coreutils-20250806.ebuild b/sec-keys/openpgp-keys-coreutils/openpgp-keys-coreutils-20250806.ebuild new file mode 100644 index 000000000000..f3903df7cd58 --- /dev/null +++ b/sec-keys/openpgp-keys-coreutils/openpgp-keys-coreutils-20250806.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + '155D3FC500C834486D1EEA677FD9FCCB000BEEEE:jim.meyering:manual' + '2B7C1A53420D4AF3BFF4738BF382AE19F4850180:eblake:manual' + '71C2CC22B1C4602927D2F3AAA7A16B4A2527436A:eblake2:manual' + '63B16683841CE3DC25D3C6EB421AFA26387F9A8E:bob.proulx:manual' + '7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34:eggert:manual' + '6C37DC12121A5006BC1DB804DF6FD971306037D9:pixelb:ubuntu' + 'A5189DB69C1164D33002936646502EF796917195:bernhard.voelker:manual' + '2371185508D1317BD578E5CC8CE6491AE30D7D75:collin.funk:manual' +) + +inherit sec-keys + +DESCRIPTION="OpenPGP keys used by GNU coreutils" +HOMEPAGE="https://savannah.gnu.org/projects/coreutils/" +SRC_URI+=" https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=coreutils&download=1 -> ${P}.asc" + +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
