From 80e01fa9392030442d3f17dc7c015dcb4ef97d5a Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Apr 2022 21:38:44 +0100 Subject: sec-keys/openpgp-keys-unrealircd: new package, add 20220407 Signed-off-by: Sam James --- sec-keys/openpgp-keys-unrealircd/Manifest | 1 + sec-keys/openpgp-keys-unrealircd/metadata.xml | 12 +++++++++++ .../openpgp-keys-unrealircd-20220407.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 sec-keys/openpgp-keys-unrealircd/Manifest create mode 100644 sec-keys/openpgp-keys-unrealircd/metadata.xml create mode 100644 sec-keys/openpgp-keys-unrealircd/openpgp-keys-unrealircd-20220407.ebuild (limited to 'sec-keys/openpgp-keys-unrealircd') diff --git a/sec-keys/openpgp-keys-unrealircd/Manifest b/sec-keys/openpgp-keys-unrealircd/Manifest new file mode 100644 index 000000000000..ef6ce7999209 --- /dev/null +++ b/sec-keys/openpgp-keys-unrealircd/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-unrealircd-20220407.asc 2873 BLAKE2B 2c4a47773f0da5fa0da8ef8a10d8537c3aac98e438edb64251c61156373201bf224555c17512dd1ab0af5bd43a21cc363760521f3caf7b53f481defbfe45faf1 SHA512 9a485dec581102e5c42ba9602744a4d92eb63f1629795f4b1e3de6a3b9f8426f62980520eeb097d181a2620dfd2457ed559cfaba9d77c3e4a5d76ffc80ad2016 diff --git a/sec-keys/openpgp-keys-unrealircd/metadata.xml b/sec-keys/openpgp-keys-unrealircd/metadata.xml new file mode 100644 index 000000000000..ebced1b9146f --- /dev/null +++ b/sec-keys/openpgp-keys-unrealircd/metadata.xml @@ -0,0 +1,12 @@ + + + + + kensington@gentoo.org + Michael Palimaka + + + sam@gentoo.org + Sam James + + diff --git a/sec-keys/openpgp-keys-unrealircd/openpgp-keys-unrealircd-20220407.ebuild b/sec-keys/openpgp-keys-unrealircd/openpgp-keys-unrealircd-20220407.ebuild new file mode 100644 index 000000000000..a91fbe39b893 --- /dev/null +++ b/sec-keys/openpgp-keys-unrealircd/openpgp-keys-unrealircd-20220407.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# https://www.unrealircd.org/download/6.0/6.0.2/src +MY_COMMIT="0fd9c2ee6fafe1e8b8ed8b69bf73dded47c8b01a" +DESCRIPTION="OpenPGP keys used to sign UnrealIRCd releases" +HOMEPAGE="https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/KEYS" +# https://www.unrealircd.org/downloads/release_key.gpg +SRC_URI="https://raw.githubusercontent.com/unrealircd/unrealircd/${MY_COMMIT}/doc/KEYS -> ${P}.asc" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/openpgp-keys + newins - unrealircd.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3-65-gdbad