commit:     4d076e3b2a6806ec1f68563ecbb50687984d21ff
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 09:47:32 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 09:48:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d076e3b

sec-keys/openpgp-keys-baldurkarlsson: init at 20220415

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 sec-keys/openpgp-keys-baldurkarlsson/Manifest          |  1 +
 sec-keys/openpgp-keys-baldurkarlsson/metadata.xml      |  9 +++++++++
 .../openpgp-keys-baldurkarlsson-20220415.ebuild        | 18 ++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/sec-keys/openpgp-keys-baldurkarlsson/Manifest 
b/sec-keys/openpgp-keys-baldurkarlsson/Manifest
new file mode 100644
index 000000000000..0748dab109bc
--- /dev/null
+++ b/sec-keys/openpgp-keys-baldurkarlsson/Manifest
@@ -0,0 +1 @@
+DIST baldurkarlsson.gpg 3113 BLAKE2B 
3950914ab59286de1a90c09cd27355d46271d2737bfd872e9b98f8e5524383579f6ec39ff5129b6c9e74fe94064bef21ab2222fb63aa8684b972991ba3f430b6
 SHA512 
a6b18e23caf3fb5d64d2b70de31bd6a51dd30600a2ce195970ad8db9a580609ceeed97a675bc5be1d8bf97c0181a11751958f4d14ee2467a1a86e5d875072cfe

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

diff --git 
a/sec-keys/openpgp-keys-baldurkarlsson/openpgp-keys-baldurkarlsson-20220415.ebuild
 
b/sec-keys/openpgp-keys-baldurkarlsson/openpgp-keys-baldurkarlsson-20220415.ebuild
new file mode 100644
index 000000000000..2c4de49ace14
--- /dev/null
+++ 
b/sec-keys/openpgp-keys-baldurkarlsson/openpgp-keys-baldurkarlsson-20220415.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Baldur Karlsson"
+HOMEPAGE="https://renderdoc.org/builds";
+SRC_URI="https://renderdoc.org/baldurk-pubkey.asc -> baldurkarlsson.gpg"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+
+src_install() {
+       insinto /usr/share/openpgp-keys
+       doins "${DISTDIR}"/baldurkarlsson.gpg
+}

Reply via email to