summaryrefslogtreecommitdiff
path: root/sec-keys/openpgp-keys-baldurkarlsson
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /sec-keys/openpgp-keys-baldurkarlsson
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'sec-keys/openpgp-keys-baldurkarlsson')
-rw-r--r--sec-keys/openpgp-keys-baldurkarlsson/Manifest3
-rw-r--r--sec-keys/openpgp-keys-baldurkarlsson/metadata.xml9
-rw-r--r--sec-keys/openpgp-keys-baldurkarlsson/openpgp-keys-baldurkarlsson-20220415.ebuild18
3 files changed, 30 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-baldurkarlsson/Manifest b/sec-keys/openpgp-keys-baldurkarlsson/Manifest
new file mode 100644
index 000000000000..06dba72783b7
--- /dev/null
+++ b/sec-keys/openpgp-keys-baldurkarlsson/Manifest
@@ -0,0 +1,3 @@
+DIST baldurkarlsson.gpg 3113 BLAKE2B 3950914ab59286de1a90c09cd27355d46271d2737bfd872e9b98f8e5524383579f6ec39ff5129b6c9e74fe94064bef21ab2222fb63aa8684b972991ba3f430b6 SHA512 a6b18e23caf3fb5d64d2b70de31bd6a51dd30600a2ce195970ad8db9a580609ceeed97a675bc5be1d8bf97c0181a11751958f4d14ee2467a1a86e5d875072cfe
+EBUILD openpgp-keys-baldurkarlsson-20220415.ebuild 502 BLAKE2B 75fb5bcc3149f7e5be4640a4460df3a9827e517e15cf6e16032f7249ba9964156b1f8d24701451080951ddff8507daf44d2833e98217020ba6331a34832d19c2 SHA512 54291eec0af0ff7160db4d7a6d55ab123addd814b7546981c44ab5f9b13f992a998a4fd8806dabf25a1d9d0cbe4c170b500f7d48fcf31efcd4f639e5a7e33fb4
+MISC metadata.xml 269 BLAKE2B bee05b6297302166a45bfe5b92a43a144300850c81719651a826241c3e03feebf39473a25eb0b660211274fe2d22dc53f059cb3c74ed6dd0ac75189e56026627 SHA512 7437da2b2fc60def95b9156782e952d98613300cbf5c4a4197b7b0d97ad9e8dcd2cc2ba7cf1fb123bc723bf00de96f99092810a6bfa4bcc421b8d689c5a161c8
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>matthew@gentoo.org</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
+}