sec-keys/openpgp-keys-stups - 20260607 (eventb-rossi)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-stups-20260607

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

autounmask =sec-keys/openpgp-keys-stups-20260607

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-stups-20260607

Package Information

Description:
OpenPGP key used by the STUPS group at HHU Düsseldorf
Homepage:
https://stups.hhu-hosting.de/
License:
public-domain

Ebuild Details

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

EAPI=8

DESCRIPTION="OpenPGP key used by the STUPS group at HHU Düsseldorf"
HOMEPAGE="https://stups.hhu-hosting.de/"
# Keyserver exports are mutable (accumulating third-party signatures),
# which would break Manifest digests on re-fetch, so the key is
# committed to the repository instead. Minimal export of fingerprint
# 6B2CBE657E0BBB9BED2CF32D891C7E1F861DA57F from keyserver.ubuntu.com.
S="${WORKDIR}"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	insinto /usr/share/openpgp-keys
	newins "${FILESDIR}"/stups-${PV}.asc stups.asc
}