Install this version:
emerge -a =sec-keys/openpgp-keys-fefe-20250926
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-fefe-20250926
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-fefe-20250926
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used to sign packages from http://www.fefe.de/"
HOMEPAGE="http://www.fefe.de/"
SRC_URI="http://www.fefe.de/felix@fefe.de.asc"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~sparc ~x86"
S=${WORKDIR}
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - fefe.asc < <(cat "${files[@]/#/${DISTDIR}/}")
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | felix@fefe.de.asc | 46748 bytes | http://www.fefe.de/felix@fefe.de.asc |