commit:     76dc17188d765f04a3abe135faf66dbdafd99413
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 16:47:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 17:01:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dc1718

sec-keys/openpgp-keys-andrewtridgell: new package, add 20250329

Key is from https://rsync.samba.org/download.html then fetched from
keyservers. The one on https://www.samba.org/~tridge/ didn't work for me.

Bug: https://bugs.gentoo.org/948106
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-andrewtridgell/Manifest       |  1 +
 sec-keys/openpgp-keys-andrewtridgell/metadata.xml   |  8 ++++++++
 .../openpgp-keys-andrewtridgell-20250329.ebuild     | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/sec-keys/openpgp-keys-andrewtridgell/Manifest 
b/sec-keys/openpgp-keys-andrewtridgell/Manifest
new file mode 100644
index 000000000000..f3ecdf3499eb
--- /dev/null
+++ b/sec-keys/openpgp-keys-andrewtridgell/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-andrewtridgell-20250329.asc 3139 BLAKE2B 
76c68684814462fc280498633816c6c4b0bde9c7220f149b130031023b5889e4113d1b328d7aa5833e6330e18a61f99e0e9041d57fc5c2909afcec8560999e93
 SHA512 
79eb94958312080d043bf682dbba4cb67c2f6c77cf25ce0b59c596ff6e476b8bfaca2f6c85ef3e4e723b010531059628615137c0111138a08518948a8fb8a57e

diff --git a/sec-keys/openpgp-keys-andrewtridgell/metadata.xml 
b/sec-keys/openpgp-keys-andrewtridgell/metadata.xml
new file mode 100644
index 000000000000..8cb7f9b298b9
--- /dev/null
+++ b/sec-keys/openpgp-keys-andrewtridgell/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <stabilize-allarches/>
+</pkgmetadata>

diff --git 
a/sec-keys/openpgp-keys-andrewtridgell/openpgp-keys-andrewtridgell-20250329.ebuild
 
b/sec-keys/openpgp-keys-andrewtridgell/openpgp-keys-andrewtridgell-20250329.ebuild
new file mode 100644
index 000000000000..648dacdf0567
--- /dev/null
+++ 
b/sec-keys/openpgp-keys-andrewtridgell/openpgp-keys-andrewtridgell-20250329.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Andrew Tridgell"
+HOMEPAGE="https://www.samba.org/~tridge/";
+SRC_URI="
+       https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${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 - andrewtridgell.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}

Reply via email to