Сравнение openpgp-keys-tcpdump-20210416 с openpgp-keys-tcpdump-20260104
| /usr/portage/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20260104.ebuild 2026-02-10 11:18:08.784099635 +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 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | ||
| 6 |
SEC_KEYS_VALIDPGPKEYS=( |
|
| 7 |
1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D:tcpdump:manual |
|
| 8 |
) |
|
| 9 | ||
| 10 |
inherit sec-keys |
|
| 5 | 11 | |
| 6 | 12 |
DESCRIPTION="OpenPGP keys used to sign tcpdump releases" |
| 7 | 13 |
HOMEPAGE="https://www.tcpdump.org/index.html#latest-releases" |
| 8 |
SRC_URI="https://www.tcpdump.org/release/signing-key.asc -> ${P}.asc"
|
|
| 9 |
S="${WORKDIR}"
|
|
| 14 |
SRC_URI="https://www.tcpdump.org/release/signing-key-RSA-E089DEF1D9C15D0D.asc -> ${P}.gpg"
|
|
| 10 | 15 | |
| 11 |
LICENSE="public-domain" |
|
| 12 | 16 |
SLOT="0" |
| 13 | 17 |
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 - tcpdump.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
|
| 20 |
} |
|