commit: c9ba3ff267c4ee48f36a3a09388e6ff9fd1a0b28 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 01:24:54 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 01:24:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba3ff2
sec-keys/openpgp-keys-thomasdickey: drop 20220428, 20230810 Signed-off-by: Sam James <sam <AT> gentoo.org> sec-keys/openpgp-keys-thomasdickey/Manifest | 2 -- .../openpgp-keys-thomasdickey-20220428.ebuild | 19 ------------------- .../openpgp-keys-thomasdickey-20230810.ebuild | 21 --------------------- 3 files changed, 42 deletions(-) diff --git a/sec-keys/openpgp-keys-thomasdickey/Manifest b/sec-keys/openpgp-keys-thomasdickey/Manifest index 8994a0ce208a..597aab430a80 100644 --- a/sec-keys/openpgp-keys-thomasdickey/Manifest +++ b/sec-keys/openpgp-keys-thomasdickey/Manifest @@ -1,4 +1,2 @@ -DIST openpgp-keys-thomasdickey-20220428-dic...@invisible-island.net-rsa3072.asc 2505 BLAKE2B 1798b3fac119911e2eb714b6a90c12b0579344378355fa79965713749057bc83a50820d06019fa735b8aae05982ea3f3c259d72eae3c734ea470514b6d8bd1d1 SHA512 19e19d3844b82d956ed01fc553bfbfcbd80f41a0ed2d51a2d0a6b9d2d5eede9482c9dba792f540c5cc386b8bf5d4a4a8da831edc42a2e50465fa42a3224b55af -DIST openpgp-keys-thomasdickey-20230810.asc 3212 BLAKE2B f0c93f294045f2760698a1eefd22db316f637724d837d5b2c285560f348de3a014d6d110fd3e39960bad34385e031f7712d937e35931c9f64f50595ec7fa9e7c SHA512 68bb05a5bd249013e76c89c1f6402c655da86850ebab2c66e79afdeddbc235f6f3a0a6764f7969da296126be295ede88abe961ba038c7dd96fa1f9693e247b06 DIST openpgp-keys-thomasdickey-20240114.asc 3212 BLAKE2B 02545994c3c0007a9126ec3d01d1b85416635bac88425ddb151a12c818766cdfc19c39730e5c59e527bb9eff23ffa9c61295aae2033e6747e16da4b423902f54 SHA512 80aeb4606431118b55ec9023c02bbb463e358441ed610535372effa5cb66c823b9c0b962584d550ae53c45252de54a960250b6b08c79b6f6e9b8c622e55cfa59 DIST openpgp-keys-thomasdickey-20260204-dic...@invisible-island.net-rsa3072.asc 5479 BLAKE2B bdf139dbfc2760bfb8d041da0ba65524ace05459175775e10507e8f1a007ece1495eb2144fbf4402f91e45bfb174ecd23773ea7f718d6d0486a13c2569331aee SHA512 c2a1608d640f583b316cc543d496dc1d877032e53c9d4758628662373bab6d339a8fa36b39af6ec5625bc892959e7180a034047477a517e6a4f7bec06383364d diff --git a/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20220428.ebuild b/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20220428.ebuild deleted file mode 100644 index 482f86f57147..000000000000 --- a/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20220428.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="OpenPGP keys used by Thomas Dickey" -HOMEPAGE="https://invisible-island.net/public/public.html" -SRC_URI="https://invisible-island.net/public/[email protected] -> ${P}[email protected]" -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -src_install() { - local files=( ${A} ) - insinto /usr/share/openpgp-keys - newins - thomasdickey.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) -} diff --git a/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20230810.ebuild b/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20230810.ebuild deleted file mode 100644 index 39ae390a9883..000000000000 --- a/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20230810.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="OpenPGP keys used by Thomas Dickey" -HOMEPAGE="https://invisible-island.net/public/public.html" -# Expired, so we get the refreshed one from keyservers -#SRC_URI="https://invisible-island.net/public/[email protected] -> ${P}[email protected]" -SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.asc" -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -src_install() { - local files=( ${A} ) - insinto /usr/share/openpgp-keys - newins - thomasdickey.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) -}
