Сравнение openpgp-keys-gettext-20220407 с openpgp-keys-gettext-20250608
/usr/portage/sec-keys/openpgp-keys-gettext/openpgp-keys-gettext-20250608.ebuild 2025-07-29 16:22:17.356467841 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-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 GNU gettext" |
7 | 7 |
HOMEPAGE="https://savannah.gnu.org/projects/gettext/" |
8 |
SRC_URI="https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gettext&download=1 -> ${P}.asc" |
|
8 |
#SRC_URI="https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gettext&download=1 -> ${P}.asc" |
|
9 |
# https://www.haible.de/bruno/gpgkeys.html |
|
10 |
SRC_URI=" |
|
11 |
https://www.haible.de/bruno/gpgkey-1BBEAC08.asc -> ${P}-1BBEAC08.asc |
|
12 |
https://www.haible.de/bruno/gpgkey-7C6A406D.asc -> ${P}-7C6A406D.asc |
|
13 |
https://www.haible.de/bruno/gpgkey-2E4616C2.asc -> ${P}-2E4616C2.asc |
|
14 |
" |
|
9 | 15 |
S="${WORKDIR}" |
10 | 16 | |
11 | 17 |
LICENSE="public-domain" |