sec-keys/openpgp-keys-midipix: add 20240315, drop 20231115

Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
orbea
2024-03-15 07:56:33 -07:00
committed by Sam James
parent a91172e4b2
commit 00a9dab723
2 changed files with 4 additions and 7 deletions

View File

@@ -1 +1 @@
DIST 6482133FE45A8A91EEB0733716997AE880F70A46.asc 15078 BLAKE2B 130109c58025bd8638f31537fd3b6b0735f0c4ddff6b9a2b8817a0a92b645d77f4a9c05158bd3f31a2c2191e6fe086ffa5ba6da30dfcd590f01460817f142300 SHA512 0cc842243ed5af2f986acdd921d653e00ac77db76f7b4e985ba8507c06692ecc9b5ff001431a9283a78218c7df6c6f6421a7bc7d61201fd789b862d9e30ad2aa
DIST openpgp-keys-midipix-20240315.asc 7583 BLAKE2B 07d5f5de847bdc0f374aa77fee186977e77f140ed11bffe63c0ec7ab10b943be59409f9d2558bd83a5f4c53128873001904df2e7382bb6396b8eb1ce1dcf36fa SHA512 956b78ef25965753888df428c00a7832dd05e9e0c419de1fff7c0602000999167f55e75761d87647d093284eb66ce81156e4ef7db784dca9fffef1d0b685f4fd

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="OpenPGP keys used to sign midipix releases"
HOMEPAGE="https://midipix.org/"
SRC_URI="https://dl.foss21.org/keys/6482133FE45A8A91EEB0733716997AE880F70A46.asc"
SRC_URI="https://dl.foss21.org/keys/6482133FE45A8A91EEB0733716997AE880F70A46.asc -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
@@ -13,10 +13,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
local files=(
6482133FE45A8A91EEB0733716997AE880F70A46.asc
)
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - midipix.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}