Install this version:
emerge -a =sec-keys/openpgp-keys-simeonsimeonov-20220409
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-simeonsimeonov-20220409
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-simeonsimeonov-20220409
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20220409 | 8 | alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 riscv s390 sparc x86 | 0 |
# Copyright 2022 Simeon Simeonov
# Distributed under the terms of the GNU General Public License v3
EAPI=8
DESCRIPTION="OpenPGP keys used by Simeon Simeonov"
HOMEPAGE="https://github.com/blackm0re"
SRC_URI="https://simeon.simeonov.no/sgs.gpg"
S=${WORKDIR}
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 riscv s390 sparc x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - simeonsimeonov.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sgs.gpg | 4000 bytes | https://simeon.simeonov.no/sgs.gpg |