* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-foxboron/
@ 2022-08-02 16:55 John Helmert III
0 siblings, 0 replies; 2+ messages in thread
From: John Helmert III @ 2022-08-02 16:55 UTC (permalink / raw
To: gentoo-commits
commit: bb0e04c386b124d3a4ea22faf0f4f51b37a10625
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 16:52:04 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 16:55:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0e04c3
sec-keys/openpgp-keys-foxboron: new package, add 20220802
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
sec-keys/openpgp-keys-foxboron/Manifest | 1 +
sec-keys/openpgp-keys-foxboron/metadata.xml | 9 +++++++++
.../openpgp-keys-foxboron-20220802.ebuild | 22 ++++++++++++++++++++++
3 files changed, 32 insertions(+)
diff --git a/sec-keys/openpgp-keys-foxboron/Manifest b/sec-keys/openpgp-keys-foxboron/Manifest
new file mode 100644
index 000000000000..14684d1b3b0f
--- /dev/null
+++ b/sec-keys/openpgp-keys-foxboron/Manifest
@@ -0,0 +1 @@
+DIST C100346676634E80C940FB9E9C02FF419FECBE16.asc 281574 BLAKE2B be1ac106e8f7210c686498604f73c74ee8b7136ee154c152bae338f4257af3a99b12832eb4561062657b0b4280ddd32514cfbc981cf02ab86922374644577c67 SHA512 60bd4b9a0d656b3b1205250e1a837a68ca4d6d4248a1acb6b8230c41ed9162bc7039ccc7c4fde4537e88434a390f96dc4e5db8e2cb713695ce1b50ce97d455f1
diff --git a/sec-keys/openpgp-keys-foxboron/metadata.xml b/sec-keys/openpgp-keys-foxboron/metadata.xml
new file mode 100644
index 000000000000..482e9982ea43
--- /dev/null
+++ b/sec-keys/openpgp-keys-foxboron/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>ajak@gentoo.org</email>
+ <name>John Helmert III</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild b/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
new file mode 100644
index 000000000000..b9d37ec84a44
--- /dev/null
+++ b/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Morten Linderund"
+HOMEPAGE="https://linderud.dev/about/"
+SRC_URI="
+ https://linderud.dev/gpg.asc ->
+ C100346676634E80C940FB9E9C02FF419FECBE16.asc"
+
+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 - foxboron.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-foxboron/
@ 2022-10-01 20:25 John Helmert III
0 siblings, 0 replies; 2+ messages in thread
From: John Helmert III @ 2022-10-01 20:25 UTC (permalink / raw
To: gentoo-commits
commit: f29af2188516824fae71de81502d6babcb47eaac
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 20:24:40 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 20:25:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29af218
sec-keys/openpgp-keys-foxboron: stabilize 20220802 for amd64
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild b/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
index b9d37ec84a44..44180dac14cb 100644
--- a/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
+++ b/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-01 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-01 20:25 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-foxboron/ John Helmert III
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 16:55 John Helmert III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox