* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-zackweinberg/
@ 2023-12-23 16:57 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-12-23 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 88c38e6f293d9d3ac2e12a80d204cbd96a58cb85
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 16:51:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 16:56:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c38e6f
sec-keys/openpgp-keys-zackweinberg: new package, add 20231223
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-zackweinberg/Manifest | 1 +
sec-keys/openpgp-keys-zackweinberg/metadata.xml | 13 ++++++++++++
.../openpgp-keys-zackweinberg-20231223.ebuild | 23 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/sec-keys/openpgp-keys-zackweinberg/Manifest b/sec-keys/openpgp-keys-zackweinberg/Manifest
new file mode 100644
index 000000000000..e67c173755ac
--- /dev/null
+++ b/sec-keys/openpgp-keys-zackweinberg/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-zackweinberg-20231223-82F854F3CE73174B8B63174091FCC32B6769AA64.asc 3065 BLAKE2B 7c0c920e05f45a98979ec2a20a2f6bd93dce599ae056f2b7f9205586a85395d43fe18709b4646d652334fd343990c079ab944584d37ca73f9cae6abe0b043ad4 SHA512 af5f9395234f57037174f5fe6026033e72f039a70cd32dbb22e9f2778d6197a44b6b2c4bbfb066350436decf0ab4317744c967b5043d0893402da2b56e2e13af
diff --git a/sec-keys/openpgp-keys-zackweinberg/metadata.xml b/sec-keys/openpgp-keys-zackweinberg/metadata.xml
new file mode 100644
index 000000000000..03f03bf9b7d5
--- /dev/null
+++ b/sec-keys/openpgp-keys-zackweinberg/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>ajak@gentoo.org</email>
+ <name>John Helmert III</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
new file mode 100644
index 000000000000..231dc7e7299f
--- /dev/null
+++ b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Zack Weinberg"
+HOMEPAGE="https://www.owlfolio.org/about/ https://www.owlfolio.org/contact/"
+# https://www.owlfolio.org/contact/
+SRC_URI="
+ https://keys.openpgp.org/vks/v1/by-fingerprint/82F854F3CE73174B8B63174091FCC32B6769AA64
+ -> ${P}-82F854F3CE73174B8B63174091FCC32B6769AA64.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 - zackweinberg.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-zackweinberg/
@ 2024-04-27 6:53 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2024-04-27 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 661f2781bb8024efffd481942d519e80df3af67a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 06:53:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 06:53:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661f2781
sec-keys/openpgp-keys-zackweinberg: Stabilize 20231223 sparc, #930739
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../openpgp-keys-zackweinberg-20231223.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
index 231dc7e7299f..7080ef019183 100644
--- a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
+++ b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S=${WORKDIR}
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"
src_install() {
local files=( ${A} )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-zackweinberg/
@ 2024-04-27 7:40 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2024-04-27 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 0e230c4dfd977eb0232bc9ef4cec8b98317ab19f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 07:40:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 07:40:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e230c4d
sec-keys/openpgp-keys-zackweinberg: Stabilize 20231223 arm64, #930739
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
index 87d1dc9b223c..b69211323825 100644
--- a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
+++ b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}
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"
src_install() {
local files=( ${A} )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-zackweinberg/
@ 2024-05-31 5:25 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2024-05-31 5:25 UTC (permalink / raw
To: gentoo-commits
commit: 866b8a12f0cf16002b7a4cd72003a122f3735377
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu May 30 15:02:07 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 31 05:25:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866b8a12
sec-keys/openpgp-keys-zackweinberg: Stabilize 20231223 hppa, #930739
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
index b69211323825..a9bfb84cd641 100644
--- a/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
+++ b/sec-keys/openpgp-keys-zackweinberg/openpgp-keys-zackweinberg-20231223.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}
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"
src_install() {
local files=( ${A} )
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-31 5:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-23 16:57 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-zackweinberg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-27 6:53 Michał Górny
2024-04-27 7:40 Michał Górny
2024-05-31 5:25 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox