Skip to content

Commit

Permalink
sec-keys/openpgp-keys-midipix: add 20240315, drop 20231115
Browse files Browse the repository at this point in the history
Signed-off-by: orbea <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
orbea authored and thesamesam committed Mar 15, 2024
1 parent a91172e commit 00a9dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sec-keys/openpgp-keys-midipix/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST 6482133FE45A8A91EEB0733716997AE880F70A46.asc 15078 BLAKE2B 130109c58025bd8638f31537fd3b6b0735f0c4ddff6b9a2b8817a0a92b645d77f4a9c05158bd3f31a2c2191e6fe086ffa5ba6da30dfcd590f01460817f142300 SHA512 0cc842243ed5af2f986acdd921d653e00ac77db76f7b4e985ba8507c06692ecc9b5ff001431a9283a78218c7df6c6f6421a7bc7d61201fd789b862d9e30ad2aa
DIST openpgp-keys-midipix-20240315.asc 7583 BLAKE2B 07d5f5de847bdc0f374aa77fee186977e77f140ed11bffe63c0ec7ab10b943be59409f9d2558bd83a5f4c53128873001904df2e7382bb6396b8eb1ce1dcf36fa SHA512 956b78ef25965753888df428c00a7832dd05e9e0c419de1fff7c0602000999167f55e75761d87647d093284eb66ce81156e4ef7db784dca9fffef1d0b685f4fd
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# 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"
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)
}

0 comments on commit 00a9dab

Please sign in to comment.