sec-keys/openpgp-keys-lassecollin: drop 202204066

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-02-13 05:45:16 +00:00
parent bf74073a1d
commit 1c04de013e
2 changed files with 0 additions and 21 deletions

View File

@@ -1,2 +1 @@
DIST openpgp-keys-lassecollin-202204066-lasse_collin_pubkey.txt 4662 BLAKE2B 9e39a7e1bbebd568ca52ab51f36eafd9a90b81b7c933adbf19bba2e0ec5178ebc59fc8deebeb8de8b13c067aecf06d8bb501ca6e79eba4bad3de1f0d1b0339b4 SHA512 8a19ac08acdfadba2e94f6a0b74536c69dd59c6d8052e13a2363b93920faf93c8afbf96dd371f5917ccb74607871e060d9e2ded1218cd07c3541dd3f5b5087b6
DIST openpgp-keys-lassecollin-20230213-lasse_collin_pubkey.txt 4658 BLAKE2B 27458fc0af9637eb541550d9d3b27a94c7632c4ed32644bd4a4a45f544f1f2434833f143cc3ae25bc6343848aa25e1b521408bf0d3e31b90467f096d262be96f SHA512 d8751fc9c7014dfe9a6c0a06338d615c4bd26567c489162288eb4eff04b0348d16f70b13abef6c0bfda0bd76af5c8470d72019f533cfd992b93eddf4b7666ee4

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="OpenPGP keys used by Lasse Collin"
HOMEPAGE="https://tukaani.org/xz/"
SRC_URI="https://tukaani.org/misc/lasse_collin_pubkey.txt -> ${P}-lasse_collin_pubkey.txt"
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 - lassecollin.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}