* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-yorhel/
@ 2022-11-25 1:31 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-11-25 1:31 UTC (permalink / raw
To: gentoo-commits
commit: cd860ac3b280fbe30908b12044c959e77326c441
Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
AuthorDate: Thu Nov 10 03:02:31 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 01:23:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd860ac3
sec-keys/openpgp-keys-yorhel: new package, add 20221110
Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sec-keys/openpgp-keys-yorhel/Manifest | 1 +
sec-keys/openpgp-keys-yorhel/metadata.xml | 9 +++++++++
.../openpgp-keys-yorhel-20221110.ebuild | 19 +++++++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/sec-keys/openpgp-keys-yorhel/Manifest b/sec-keys/openpgp-keys-yorhel/Manifest
new file mode 100644
index 000000000000..7d8641a045a1
--- /dev/null
+++ b/sec-keys/openpgp-keys-yorhel/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-yorhel-20221110-key.asc 4725 BLAKE2B 68fc2d0123ea58c459bd93ba0a4d31bf6f1676574e2a8a50635146b6bbf61165397735649a286cdc8c3d32a8dc2318fabdc2835c6a097024d1e76024d522785f SHA512 da3d6ee8e3d14a06b75877208a4b29691e926dd60655510a3abdc1dc4a972cbe919763f1f143b465f781b63cc4cf8f725a199c0ed1dad94a763cdeb2c1f920ad
diff --git a/sec-keys/openpgp-keys-yorhel/metadata.xml b/sec-keys/openpgp-keys-yorhel/metadata.xml
new file mode 100644
index 000000000000..d84ce3d219fd
--- /dev/null
+++ b/sec-keys/openpgp-keys-yorhel/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>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-yorhel/openpgp-keys-yorhel-20221110.ebuild b/sec-keys/openpgp-keys-yorhel/openpgp-keys-yorhel-20221110.ebuild
new file mode 100644
index 000000000000..3382779cea42
--- /dev/null
+++ b/sec-keys/openpgp-keys-yorhel/openpgp-keys-yorhel-20221110.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Yoran Heling"
+HOMEPAGE="https://dev.yorhel.nl"
+SRC_URI="https://yorhel.nl/key.asc -> ${P}-key.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - yoranheling.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-25 1:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 1:31 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-yorhel/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox