sec-keys/openpgp-keys-johnogness - 20260524 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-johnogness-20260524

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

autounmask =sec-keys/openpgp-keys-johnogness-20260524

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-johnogness-20260524

Package Information

Description:
OpenPGP keys used by John Ogness
Homepage:
https://wiki.gentoo.org/wiki/No_homepage

Ebuild Details

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

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	"4CE14D2AAAC6C2E31BF36920F51469ECE1E71FFB:johnogness:manual,openpgp,ubuntu"
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used by John Ogness"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI+="
	https://www.linutronix.de/minicoredumper/files/0x4CE14D2AAAC6C2E31BF36920F51469ECE1E71FFB.asc
		-> ${P}-key-0x4CE14D2AAAC6C2E31BF36920F51469ECE1E71FFB.asc
"

KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"

Inherited Eclasses