Install this version:
emerge -a =app-crypt/openpgp-keys-calculate-release-20180827
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/openpgp-keys-calculate-release-20180827
Or alternatively:
emerge --autounmask-write -a =app-crypt/openpgp-keys-calculate-release-20180827
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20180827 | 8 | amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used for Calculate binary packages"
HOMEPAGE="https://www.calculate-linux.org/"
SRC_URI="https://mirror.calculate-linux.org/source/openpgp-keys/calculate-release.asc.${PV}.gz"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"
src_install() {
insinto /usr/share/openpgp-keys
newins "calculate-release.asc.${PV}" calculate-release.asc
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | calculate-release.asc.20180827.gz | 6980 bytes | https://mirror.calculate-linux.org/source/openpgp-keys/calculate-release.asc.20180827.gz |