sec-keys/openpgp-keys-herrhotzenplotz - 20260530 (parona-overlay)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-herrhotzenplotz-20260530

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sec-keys/openpgp-keys-herrhotzenplotz-20260530

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-herrhotzenplotz-20260530

Package Information

Description:
OpenPGP keys used by Nico Sonack (herrhotzenplotz)
Homepage:
https://herrhotzenplotz.de/

Ebuild Details

Version EAPI Keywords Slot
20260530 8 ~amd64
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	"1A0EE08D9D3BCFB98C85A76EF373F52545A28D14:herrhotzenplotz:manual,github"
)

inherit eapi9-pipestatus sec-keys

DESCRIPTION="OpenPGP keys used by Nico Sonack (herrhotzenplotz)"
HOMEPAGE="https://herrhotzenplotz.de/"
SRC_URI+="
	https://gitlab.com/herrhotzenplotz.gpg -> ${P}-gitlab.gpg
"

KEYWORDS="~amd64"

src_test() {
	wget -qO- https://gitlab.com/herrhotzenplotz.gpg | gpg --import
	pipestatus || die

	wget -qO- https://github.com/herrhotzenplotz.gpg | gpg --import
	pipestatus || die

	sec-keys_src_test
}

Inherited Eclasses