gentoo/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20241010.ebuild
Volkmar W. Pogatzki c7e29fc83b
sec-keys/openpgp-keys-apache-logging: add 20241010, drop 20220918
Needed for updating dev-java/log4j-api to a newer version.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/40223
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2025-01-21 08:18:09 +01:00

20 lines
527 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by logging.apache.org"
HOMEPAGE="https://logging.apache.org/log4j/2.x/download.html"
SRC_URI="https://downloads.apache.org/logging/KEYS -> ${P}-KEYS.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - logging.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}