commit: 75746f4611061afdf72930aa96570fcd0f854167 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Feb 10 08:32:57 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 19:51:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75746f46
sec-keys/openpgp-keys-cjwatson: add 20260210 * Add keyservers where available, tests are going to see it as a need to update if its out of sync. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/38 Signed-off-by: Sam James <sam <AT> gentoo.org> sec-keys/openpgp-keys-cjwatson/Manifest | 2 ++ .../openpgp-keys-cjwatson-20260210.ebuild | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/sec-keys/openpgp-keys-cjwatson/Manifest b/sec-keys/openpgp-keys-cjwatson/Manifest index 4b9b845c8d94..986be5c2785f 100644 --- a/sec-keys/openpgp-keys-cjwatson/Manifest +++ b/sec-keys/openpgp-keys-cjwatson/Manifest @@ -1 +1,3 @@ DIST openpgp-keys-cjwatson-github-20260124.asc 5595 BLAKE2B 9f0b946162e0f51316fc58ace96da5c4bc89914845a9ac6784873868b8fca614d8f0a548c46238eebb4eb3081d8f88976f6d11c0b691ebfecffeccf6f9f4fcf2 SHA512 06cea05e896daeabcdcc14151cbf7c097273a1228d4ef4b9c5fb2210004bc5c6b1c6dd8b52f33cce201dac1e21f0ddcd1676ab2e8a6ceeaa07ca6dd2b5eb284b +DIST openpgp-keys-cjwatson-github-20260210.asc 5595 BLAKE2B 9f0b946162e0f51316fc58ace96da5c4bc89914845a9ac6784873868b8fca614d8f0a548c46238eebb4eb3081d8f88976f6d11c0b691ebfecffeccf6f9f4fcf2 SHA512 06cea05e896daeabcdcc14151cbf7c097273a1228d4ef4b9c5fb2210004bc5c6b1c6dd8b52f33cce201dac1e21f0ddcd1676ab2e8a6ceeaa07ca6dd2b5eb284b +DIST openpgp-keys-cjwatson-ubuntu-20260210.asc 370181 BLAKE2B 386f74a2f4e0c0e4d0e08da1da674d75b663c9b42c62145681bd4f2db87d5678b2cd5f8df7ba78aff606ed484a6dae430fa943a83f32d45efe2c430fd05db7e3 SHA512 701e8949e99494807791fb09f1347e7844142079ea16ef9bec55c385ec1a4c71cfc55c21bb27482ef2e4e90014051b9e5bab3ea499aee88ad70c1f35d1eb1458 diff --git a/sec-keys/openpgp-keys-cjwatson/openpgp-keys-cjwatson-20260210.ebuild b/sec-keys/openpgp-keys-cjwatson/openpgp-keys-cjwatson-20260210.ebuild new file mode 100644 index 000000000000..ed13cfbc70ec --- /dev/null +++ b/sec-keys/openpgp-keys-cjwatson/openpgp-keys-cjwatson-20260210.ebuild @@ -0,0 +1,17 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + # opengpg cannot be used due to missing user ID's + AC0A4FF12611B6FCCF01C111393587D97D86500B:cjwatson:github,ubuntu +) + +inherit sec-keys + +DESCRIPTION="OpenPGP key used by Colin Watson" +HOMEPAGE="https://github.com/cjwatson https://www.columbiform.co.uk/" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
