* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-danielkiper/
@ 2023-07-31 16:42 Mike Gilbert
0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2023-07-31 16:42 UTC (permalink / raw
To: gentoo-commits
commit: 0aba6c65f22cae2bed6d9c934a7e0a0c06da59a3
Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Sat Jul 29 22:41:42 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 16:40:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aba6c65
sec-keys/openpgp-keys-danielkiper: new package, add 20230215
Used for GNU GRUB releases.
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sec-keys/openpgp-keys-danielkiper/Manifest | 1 +
sec-keys/openpgp-keys-danielkiper/metadata.xml | 13 +++++++++++
.../openpgp-keys-danielkiper-20230215.ebuild | 26 ++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/sec-keys/openpgp-keys-danielkiper/Manifest b/sec-keys/openpgp-keys-danielkiper/Manifest
new file mode 100644
index 000000000000..2f5d8498216d
--- /dev/null
+++ b/sec-keys/openpgp-keys-danielkiper/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-danielkiper-20230215.gpg 5259 BLAKE2B 8cbfb4a2141e37c23d556c52c15628bd7785c3ae863becf1f8f5fca2f15ae02134564fd047542adcb9e5d757e4d0b7362640f16c97e0082c226002d6536d0db4 SHA512 d5538c67f3bba883d3070e201243e4fd327800e20ca90b37ada6c416e83b6ff2f2a461de4205818ffb09d9f8e19c85379da21b0f28a30e085f3be39066144741
diff --git a/sec-keys/openpgp-keys-danielkiper/metadata.xml b/sec-keys/openpgp-keys-danielkiper/metadata.xml
new file mode 100644
index 000000000000..64207a1f095a
--- /dev/null
+++ b/sec-keys/openpgp-keys-danielkiper/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-danielkiper/openpgp-keys-danielkiper-20230215.ebuild b/sec-keys/openpgp-keys-danielkiper/openpgp-keys-danielkiper-20230215.ebuild
new file mode 100644
index 000000000000..d31e55bff142
--- /dev/null
+++ b/sec-keys/openpgp-keys-danielkiper/openpgp-keys-danielkiper-20230215.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Daniel Kiper"
+# I can't find a home page for him, so I'm just gonna put GRUB's since that's
+# currently his baby.
+# - xxc3nsoredxx
+HOMEPAGE="https://www.gnu.org/software/grub/"
+SRC_URI="
+ https://openpgpkey.net-space.pl/.well-known/openpgpkey/net-space.pl/hu/9b7hhehhfsjjw6h7bfzdesyjrhqhwgaq?l=dkiper
+ -> ${P}.gpg
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+S=${WORKDIR}
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - dkiper.gpg < <(cat "${files[@]/#/${DISTDIR}/}")
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-31 16:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 16:42 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-danielkiper/ Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox