public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-alexbarton/
@ 2024-12-11  6:01 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-12-11  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3149e0acf7211d76ea9782ccb82142f771e31fd6
Author:     Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Wed Dec 11 04:07:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 05:58:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3149e0ac

sec-keys/openpgp-keys-alexbarton: update 20241211

1. replace expired key with new one from ubuntu keyserver
2. add a new key for ngircd-27

Closes: https://bugs.gentoo.org/901975
Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-alexbarton/Manifest                 |  3 ++-
 ...416.ebuild => openpgp-keys-alexbarton-20241211.ebuild} | 15 +++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/sec-keys/openpgp-keys-alexbarton/Manifest b/sec-keys/openpgp-keys-alexbarton/Manifest
index 7eeaf4a9aeab..5c0dae0126c5 100644
--- a/sec-keys/openpgp-keys-alexbarton/Manifest
+++ b/sec-keys/openpgp-keys-alexbarton/Manifest
@@ -1 +1,2 @@
-DIST openpgp-keys-alexbarton-20210416.asc 43394 BLAKE2B a7eb52b880f20abb49c1262e89629349f1ed8ff464aa44f24e45b8f6de73e40ba2cf9e13de9e10e7e0f48917eb40d9b233b67ec68348bc839b46e1d8225a8b02 SHA512 eee74a49226db5818e4b48cac253798ca44da9897c088fae99a92052a90226fc6825761dcf171bbcf99dbb938c4259a7a642267e0e735bc165dd8df0b3902b1f
+DIST 5F22A309911C1C6EFA1B69C1FE8B05CE1FA6365E.asc 28646 BLAKE2B 3341c5bd388bf2f895c1acc7481f0fe8cea5796d713f10cb777bc950ba5ebe8f499e14dcf3e89bc8017138743daaad75c16e292ccd72bdfa363128fd21327c2f SHA512 4e5eb16e9c81317ca34321e1e3368fe9c058138acc755de3d1e67e8ddd49d4421bc95d36910ac6676b72a4bbe25970011d4ec80dbbbec047b0c94c9f0d5b61f9
+DIST F5B9F52ED90920D2520376A2C24A0F637E364856.asc 33070 BLAKE2B f53f4b3c91c8e1aa702870cc1fede7aec1990a6f2e89c06b20bc1b2341db6dcb0820fac3cefabbe8f880a7ca9c438a7dac2f07b9740a588d3b5e2f1309ea40ed SHA512 64e9cbdee294ab063365b98c2e222d074b74ee02ae30000d0aa6ab5027b9ca25fe0068e77238e0656fa4f2c008e582e6fd303d92296c1fb0cf2e92f7e94d5632

diff --git a/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild b/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
similarity index 51%
rename from sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild
rename to sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
index 7ce717098d31..c8b678b9c247 100644
--- a/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild
+++ b/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
@@ -5,7 +5,12 @@ EAPI=7
 
 DESCRIPTION="OpenPGP keys used by Alex Barton"
 HOMEPAGE="https://github.com/alexbarton https://keybase.io/alexbarton"
-SRC_URI="https://keybase.io/alexbarton/pgp_keys.asc?fingerprint=f5b9f52ed90920d2520376a2c24a0f637e364856 -> ${P}.asc"
+SRC_URI="
+	https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF5B9F52ED90920D2520376A2C24A0F637E364856
+		-> F5B9F52ED90920D2520376A2C24A0F637E364856.asc
+	https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x5F22A309911C1C6EFA1B69C1FE8B05CE1FA6365E
+		-> 5F22A309911C1C6EFA1B69C1FE8B05CE1FA6365E.asc
+"
 S="${WORKDIR}"
 
 LICENSE="public-domain"
@@ -13,8 +18,10 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
-	local files=( ${A} )
-
 	insinto /usr/share/openpgp-keys
-	newins - alexbarton.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+	newins - alexbarton.asc < <(
+		for x in ${A}; do
+			cat "${DISTDIR}/${x}"
+		done
+	)
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-alexbarton/
@ 2024-12-11  6:12 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-12-11  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9c24c154598786aaa916a380304e9e59875cc03c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 06:09:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 06:09:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c24c154

sec-keys/openpgp-keys-alexbarton: crank copyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild b/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
index c8b678b9c247..db7d27f521f3 100644
--- a/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
+++ b/sec-keys/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20241211.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-11  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  6:01 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-alexbarton/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-12-11  6:12 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox