Diff openpgp-keys-antoniodiazdiaz-20220406 with a openpgp-keys-antoniodiazdiaz-20260213

/usr/portage/sec-keys/openpgp-keys-antoniodiazdiaz/openpgp-keys-antoniodiazdiaz-20260213.ebuild 2026-03-18 11:46:04.305720891 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
SEC_KEYS_VALIDPGPKEYS=(
7
	# Old DSA1024 key
8
	1D41C14B272A2219A739FA4F8FE99503132D7742:dsa:manual
9
	# New RSA4096 key
10
	1E5AEE0B18C0DEB45D64AA0325B62C9821501AA0:rsa:manual
11
)
12

  
13
inherit sec-keys
14

  
6 15
DESCRIPTION="OpenPGP keys used by Antonio Diaz Diaz"
7 16
HOMEPAGE="https://savannah.gnu.org/users/antonio"
8 17
SRC_URI="https://savannah.gnu.org/people/viewgpg.php?user_id=12809 -> ${P}.asc"
9
S="${WORKDIR}"
10 18

  
11
LICENSE="public-domain"
12 19
SLOT="0"
13 20
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
14

  
15
src_install() {
16
	local files=( ${A} )
17

  
18
	insinto /usr/share/openpgp-keys
19
	newins - antoniodiazdiaz.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
20
}
Thank you!