diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 01:53:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 01:53:33 +0000 |
commit | 5e274f8416545566c4b23cd661bc339fe370a805 (patch) | |
tree | 7ab00fb2b81ef6a7c6027ab4a010f02abae2db0b /sec-keys/openpgp-keys-thomasdickey | |
parent | sys-fs/lvm2: Stabilize 2.03.22-r3 amd64, #916094 (diff) | |
download | gentoo-5e274f8416545566c4b23cd661bc339fe370a805.tar.gz gentoo-5e274f8416545566c4b23cd661bc339fe370a805.tar.bz2 gentoo-5e274f8416545566c4b23cd661bc339fe370a805.zip |
sec-keys/openpgp-keys-thomasdickey: add 20240114
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-thomasdickey')
-rw-r--r-- | sec-keys/openpgp-keys-thomasdickey/Manifest | 1 | ||||
-rw-r--r-- | sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20240114.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-thomasdickey/Manifest b/sec-keys/openpgp-keys-thomasdickey/Manifest index 07cf95688b41..e6492884d755 100644 --- a/sec-keys/openpgp-keys-thomasdickey/Manifest +++ b/sec-keys/openpgp-keys-thomasdickey/Manifest @@ -1,2 +1,3 @@ DIST openpgp-keys-thomasdickey-20220428-dickey@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 diff --git a/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20240114.ebuild b/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20240114.ebuild new file mode 100644 index 000000000000..fee273f0af08 --- /dev/null +++ b/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20240114.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 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/dickey@invisible-island.net-rsa3072.asc -> ${P}-dickey@invisible-island.net-rsa3072.asc" +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 ~ia64 ~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) +} |