Diff openpgp-keys-nettle-20220603 with a openpgp-keys-nettle-20250628
| /usr/portage/sec-keys/openpgp-keys-nettle/openpgp-keys-nettle-20250628.ebuild 2025-07-29 16:22:17.356467841 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2022 Gentoo Authors |
|
| 1 |
# Copyright 2022-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="OpenPGP keys used by Niels Möller (to sign nettle releases)" |
| 7 | 7 |
HOMEPAGE="https://www.lysator.liu.se/~nisse/" |
| 8 |
# Had to grab from keyserver.ubuntu.com |
|
| 9 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-F3599FF828C67298.asc"
|
|
| 8 |
SRC_URI="http://www.lysator.liu.se/~nisse/archive/distribution-key.gpg -> ${P}.asc"
|
|
| 10 | 9 |
S="${WORKDIR}"
|
| 11 | 10 | |
| 12 | 11 |
LICENSE="public-domain" |
| 13 | 12 |
SLOT="0" |
| 14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
| 13 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 15 | 14 | |
| 16 | 15 |
src_install() {
|
| 17 | 16 |
local files=( ${A} )
|