forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sec-keys/openpgp-keys-midipix: add 20240315, drop 20231115
Signed-off-by: orbea <[email protected]> Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
a91172e
commit 00a9dab
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
9 changes: 3 additions & 6 deletions
9
...ipix/openpgp-keys-midipix-20231115.ebuild → ...ipix/openpgp-keys-midipix-20240315.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
} |