Сравнение openpgp-keys-unrealircd-20220407 с openpgp-keys-unrealircd-20241118
| /usr/portage/sec-keys/openpgp-keys-unrealircd/openpgp-keys-unrealircd-20241118.ebuild 2026-07-30 20:03:04.726404574 +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 |
# https://www.unrealircd.org/download/6.0/6.0.2/src |
|
| 7 |
MY_COMMIT="0fd9c2ee6fafe1e8b8ed8b69bf73dded47c8b01a" |
|
| 8 | 6 |
DESCRIPTION="OpenPGP keys used to sign UnrealIRCd releases" |
| 9 |
HOMEPAGE="https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/KEYS" |
|
| 10 |
# https://www.unrealircd.org/downloads/release_key.gpg |
|
| 11 |
SRC_URI="https://raw.githubusercontent.com/unrealircd/unrealircd/${MY_COMMIT}/doc/KEYS -> ${P}.asc"
|
|
| 7 |
HOMEPAGE="https://www.unrealircd.org/" |
|
| 8 |
SRC_URI="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x36E6F65706E36B0937280299101001DAF48BB56D -> ${P}.asc"
|
|
| 12 | 9 |
S="${WORKDIR}"
|
| 13 | 10 | |
| 14 | 11 |
LICENSE="public-domain" |
| ... | ... | |
| 17 | 14 | |
| 18 | 15 |
src_install() {
|
| 19 | 16 |
local files=( ${A} )
|
| 20 | ||
| 21 | 17 |
insinto /usr/share/openpgp-keys |
| 22 | 18 |
newins - unrealircd.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
| 23 | 19 |
} |