commit: 9422c25f65e204d0584f0f7b487c27bc1b0940b5 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Aug 29 17:33:11 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Sep 25 10:03:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9422c25f
sec-keys/openpgp-keys-sjaranowski: new package, add 20250712 Downloads and uses the key which was used upstream for signing the maven-bin tarball. The KEYS file from downloads.apache.org/maven was leading to errors in compile phase. Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43580 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> sec-keys/openpgp-keys-sjaranowski/Manifest | 1 + sec-keys/openpgp-keys-sjaranowski/metadata.xml | 8 ++++++++ .../openpgp-keys-sjaranowski-20250712.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/sec-keys/openpgp-keys-sjaranowski/Manifest b/sec-keys/openpgp-keys-sjaranowski/Manifest new file mode 100644 index 000000000000..5e271734c7f8 --- /dev/null +++ b/sec-keys/openpgp-keys-sjaranowski/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-sjaranowski-ubuntu-20250712.asc 4072 BLAKE2B ad71f95e6a1b8a3054ac38040ede95db2ac388cb40a0a0e0e9abfef9e87e1e006055043e69d12d012fe655aefd6e88f1a5524117080f862f2717cb3f757e1d8c SHA512 2547f19f1fc5651171a5ba6d52f827a653ff25a5c04b90c82d7007c55c1dc0288ec9fbf42ac1f546eadb5e0ffdd3965358c62aefdfd53f289115b03c827c0d37 diff --git a/sec-keys/openpgp-keys-sjaranowski/metadata.xml b/sec-keys/openpgp-keys-sjaranowski/metadata.xml new file mode 100644 index 000000000000..4221e170cbc0 --- /dev/null +++ b/sec-keys/openpgp-keys-sjaranowski/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Java</name> + </maintainer> +</pkgmetadata> diff --git a/sec-keys/openpgp-keys-sjaranowski/openpgp-keys-sjaranowski-20250712.ebuild b/sec-keys/openpgp-keys-sjaranowski/openpgp-keys-sjaranowski-20250712.ebuild new file mode 100644 index 000000000000..74e0f3fc7627 --- /dev/null +++ b/sec-keys/openpgp-keys-sjaranowski/openpgp-keys-sjaranowski-20250712.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + '84789D24DF77A32433CE1F079EB80E92EB2135B1:sjaranowski:ubuntu' +) + +inherit sec-keys + +DESCRIPTION="OpenPGP keys used by maven.apache.org" +HOMEPAGE="https://downloads.apache.org/maven/" + +LICENSE="public-domain" +KEYWORDS="amd64"
