sec-keys/openpgp-keys-nicholaswilson: new package, add 20250209

Bug: https://github.com/PCRE2Project/pcre2/issues/417
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-02-09 04:45:13 +00:00
parent 05502b4a04
commit a631c67aad
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-nicholaswilson-20250209-0xA95536204A3BB489715231282A98E77EB6F24CA8.asc 7968 BLAKE2B c9a579f10183fd643c096dc8fa17a366fc1ae0b2be6b190b5bd206451a8295495485f0c00f2a82e667ca7610c9abbdca96c0b6baf51a9c4fb66825f0db8234e8 SHA512 a5c93c9273594d44910882fea60c2b0730c0e2b433c7d25430112e085c5987b03d2bce8c6d7629a5afc6360e1cc73ca002dc513f2687a59cb81e9cba43efd110

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Nicholas Wilson"
HOMEPAGE="https://github.com/NWilson"
# Grabbed from https://keyserver.ubuntu.com/pks/lookup?search=A95536204A3BB489715231282A98E77EB6F24CA8&fingerprint=on&op=index because gh lacks a subuid + sigs
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-20250209-0xA95536204A3BB489715231282A98E77EB6F24CA8.asc"
#SRC_URI="https://github.com/NWilson.gpg -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - nicholaswilson.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}