mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
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@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43580 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
16 lines
362 B
Bash
16 lines
362 B
Bash
# 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"
|