sec-keys/openpgp-keys-andresimon: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-09-28 12:37:13 +02:00
parent 065c5196ae
commit 3b8264e9a3
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +1 @@
DIST B8C55574187F49180EDC763750FE0279D805A7C7.v2.asc 4519 BLAKE2B 723900405c26400cc238eee931dcac22affee80aa1b27323929f6ac6b61f71c1ed3043adf255ec61bbb121d6cf1ad6e495b844dfc1c674dfacf14cef8d06fbf0 SHA512 96e45cf91ff72e1f45e1edc74f5e5c1964a6b2d49880033b52a2c6a459ecdd8aaeced27c3f0041b9ed6f1515c42e432951dbdb9b917a5f3403a91202b29c5240
DIST openpgp-keys-andresimon-20230830-B8C55574187F49180EDC763750FE0279D805A7C7.asc 2208 BLAKE2B 9b269d5aaa3b581a262012c5f950ccf87a1f61e0e556bb156156191918f2f1dade61b99d20f9f2dc381dafdedc4c19be82ebebe45ff3e9de1e77c6bf2165fd63 SHA512 f22110469f198b0d20204aea1257734279c916603cf59626a83ca7b482b33aa3e1f8b05c12e1b0f1ab6719bbea3530ebc6b15e5821281226fc0e8f2046068705

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Andre Simon"
HOMEPAGE="http://www.andre-simon.de/zip/download.php#gpgsig"
# Mirrored from http://www.andre-simon.de/zip/andre_simon.pub but then refreshed
# as it'd expired.
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-B8C55574187F49180EDC763750FE0279D805A7C7.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=(
${P}-B8C55574187F49180EDC763750FE0279D805A7C7.asc
)
insinto /usr/share/openpgp-keys
newins - andresimon.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}