commit: 580c899bbeee7924c8628e31fd37a8248fef8c11 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 09:09:41 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 13:09:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580c899b
sec-keys/openpgp-keys-andresimon: Bump to 20250911 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sec-keys/openpgp-keys-andresimon/Manifest | 1 + .../openpgp-keys-andresimon-20250911.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sec-keys/openpgp-keys-andresimon/Manifest b/sec-keys/openpgp-keys-andresimon/Manifest index c0a8c4c02b9d..feda134ab9f1 100644 --- a/sec-keys/openpgp-keys-andresimon/Manifest +++ b/sec-keys/openpgp-keys-andresimon/Manifest @@ -1 +1,2 @@ +DIST B8C55574187F49180EDC763750FE0279D805A7C7.20250911.asc 4982 BLAKE2B 3875f9ebbc6eec3418802993d7b113cfdfae9bbb388628a878427e1d0067a86dadbe4f738af25fbcb29497159e94120d0129f63a3cb5414c3a7d451176031634 SHA512 c9fddfa7776ee3b8140c15a45797614d53e7da77cf8a85273f913ca3cea0db423b07372f6f0696982dd78f834ad9713c8c8937cf458192336de22a0248bd4c3c DIST B8C55574187F49180EDC763750FE0279D805A7C7.v2.asc 4519 BLAKE2B 723900405c26400cc238eee931dcac22affee80aa1b27323929f6ac6b61f71c1ed3043adf255ec61bbb121d6cf1ad6e495b844dfc1c674dfacf14cef8d06fbf0 SHA512 96e45cf91ff72e1f45e1edc74f5e5c1964a6b2d49880033b52a2c6a459ecdd8aaeced27c3f0041b9ed6f1515c42e432951dbdb9b917a5f3403a91202b29c5240 diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20250911.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20250911.ebuild new file mode 100644 index 000000000000..913872236698 --- /dev/null +++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20250911.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenPGP keys used by Andre Simon" +HOMEPAGE="http://andre-simon.de/zip/download.php#gpgsig" +SRC_URI=" + https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb8c55574187f49180edc763750fe0279d805a7c7 + -> B8C55574187F49180EDC763750FE0279D805A7C7.${PV}.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=( ${A} ) + insinto /usr/share/openpgp-keys + newins - andresimon.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +}
