sec-keys/openpgp-keys-apache-logging - 20251104 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-apache-logging-20251104

Package Information

Description:
OpenPGP keys used by logging.apache.org
Homepage:
https://logging.apache.org/log4j/2.x/download.html

Ebuild Details

Version EAPI Keywords Slot
20251104 8 ~alpha amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	'077E8893A6DCC33DD4A4D5B256E73BA9A0B592D0:private:ubuntu'
	'53C935821AA6A755BD337DB53595395EB3D8E1BA:rgoers:ubuntu'
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used by logging.apache.org"
HOMEPAGE="https://logging.apache.org/log4j/2.x/download.html"

KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86"

src_install() {
	sec-keys_src_install
	mv "${ED}"/usr/share/openpgp-keys/{apache-logging,logging.apache.org}.asc || die
}

Inherited Eclasses