Diff openpgp-keys-thomasdickey-20220428 with a openpgp-keys-thomasdickey-20230810

/usr/portage/sec-keys/openpgp-keys-thomasdickey/openpgp-keys-thomasdickey-20230810.ebuild 2023-10-09 14:52:35.284368496 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 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 Thomas Dickey"
7 7
HOMEPAGE="https://invisible-island.net/public/public.html"
8
SRC_URI="https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc -> ${P}-dickey@invisible-island.net-rsa3072.asc"
8
# Expired, so we get the refreshed one from keyservers
9
#SRC_URI="https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc -> ${P}-dickey@invisible-island.net-rsa3072.asc"
10
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.asc"
9 11
S="${WORKDIR}"
10 12

  
11 13
LICENSE="public-domain"
Thank you!