public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-05-22 19:24 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-05-22 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e7bdd155b69ff97ea45bbf8fb7c876893aafac
Author:     Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru>
AuthorDate: Fri Jan 12 07:38:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 19:23:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e7bdd1

sec-keys/openpgp-keys-libmicrohttpd: new package

Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-libmicrohttpd/Manifest       |  2 +
 sec-keys/openpgp-keys-libmicrohttpd/metadata.xml   | 14 ++++++
 .../openpgp-keys-libmicrohttpd-201906.ebuild       | 52 ++++++++++++++++++++++
 .../openpgp-keys-libmicrohttpd-999999.ebuild       | 52 ++++++++++++++++++++++
 4 files changed, 120 insertions(+)

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/Manifest b/sec-keys/openpgp-keys-libmicrohttpd/Manifest
new file mode 100644
index 000000000000..25ea757d3e37
--- /dev/null
+++ b/sec-keys/openpgp-keys-libmicrohttpd/Manifest
@@ -0,0 +1,2 @@
+DIST christiangrothoff-D8423BCB326C7907033929C7939E6BE1E29FC3CC.asc 3914 BLAKE2B 1d36acfa9bfe998987084f9aa81bb6090525405128347bdf7e47ccdab6b6632918ef794a951dddab8a6e5e1eaac6ae41c32317265a166ece75532d1f0ed7ab13 SHA512 d26dc34a028d075063822db7d2ff64288b6345cc9d135ae14532b30deae30ee3b809e2075fc2de981bc2c4d3181e76a6d89b6155bec9d2aa690a29c472f338f1
+DIST karlson2k-EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE.asc 4994 BLAKE2B 1f9eb0aa78fa3637e8de3a10ca1bb9a88a964e87ec08cc5929a885dbe079bc2e5e44edf2a918a84f5633f5a5c00927d0d83fd98e1cc06172154e3d8694e2c7a1 SHA512 3935313ae8f0cb8af6fd280fd02c2eec426b2bcd14c79ff8aaa8ed2bb2ee9259de2ea15eb7f93018963bd23c08916c5cca9e2266f67b5d2cd5b3c2aa4bd1a3e3

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml b/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml
new file mode 100644
index 000000000000..d0f452215942
--- /dev/null
+++ b/sec-keys/openpgp-keys-libmicrohttpd/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>k2k@narod.ru</email>
+		<name>Evgeny Grin</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>
+

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
new file mode 100644
index 000000000000..a06c93a26f9a
--- /dev/null
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign GNU libmicrohttpd releases"
+HOMEPAGE="https://savannah.gnu.org/projects/libmicrohttpd/"
+if [[ ${PV} == 9999* ]] ; then
+	PROPERTIES="live"
+
+	BDEPEND="|| ( net-misc/wget[gnutls] net-misc/wget[ssl] )"
+else
+	KARLSON2K_ID='EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'
+	CHRISTIAN_ID='D8423BCB326C7907033929C7939E6BE1E29FC3CC'
+	# Technically public keys are not stable.
+	# While the fingerprint is stable, the contents of the key can be
+	# changed at any time by an additional user ID (email address),
+	# an additional signature or updated date of expiration.
+	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
+		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${PV}"
+
+src_unpack() {
+	if [[ ${PV} == 9999* ]] ; then
+		# The release keyring can be changed at any moment and should always match the latest release
+		wget 'https://savannah.gnu.org/project/release-gpgkeys.php?group=libmicrohttpd&download=1' -O libmicrohttpd-keyring.gpg || die
+	else
+		default
+	fi
+}
+
+src_install() {
+	local files
+	local key_file
+
+	if [[ ${PV} == 9999* ]] ; then
+		files=( "${WORKDIR}/libmicrohttpd-keyring.gpg" )
+	else
+		for key_file in ${A} ; do
+			files+=( "${DISTDIR}/${key_file}" )
+		done
+	fi
+
+	insinto /usr/share/openpgp-keys
+	newins - libmicrohttpd-${PV}.asc < <(cat "${files[@]}" || die)
+}

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild
new file mode 100644
index 000000000000..a06c93a26f9a
--- /dev/null
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-999999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign GNU libmicrohttpd releases"
+HOMEPAGE="https://savannah.gnu.org/projects/libmicrohttpd/"
+if [[ ${PV} == 9999* ]] ; then
+	PROPERTIES="live"
+
+	BDEPEND="|| ( net-misc/wget[gnutls] net-misc/wget[ssl] )"
+else
+	KARLSON2K_ID='EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'
+	CHRISTIAN_ID='D8423BCB326C7907033929C7939E6BE1E29FC3CC'
+	# Technically public keys are not stable.
+	# While the fingerprint is stable, the contents of the key can be
+	# changed at any time by an additional user ID (email address),
+	# an additional signature or updated date of expiration.
+	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
+		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${PV}"
+
+src_unpack() {
+	if [[ ${PV} == 9999* ]] ; then
+		# The release keyring can be changed at any moment and should always match the latest release
+		wget 'https://savannah.gnu.org/project/release-gpgkeys.php?group=libmicrohttpd&download=1' -O libmicrohttpd-keyring.gpg || die
+	else
+		default
+	fi
+}
+
+src_install() {
+	local files
+	local key_file
+
+	if [[ ${PV} == 9999* ]] ; then
+		files=( "${WORKDIR}/libmicrohttpd-keyring.gpg" )
+	else
+		for key_file in ${A} ; do
+			files+=( "${DISTDIR}/${key_file}" )
+		done
+	fi
+
+	insinto /usr/share/openpgp-keys
+	newins - libmicrohttpd-${PV}.asc < <(cat "${files[@]}" || die)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-04  5:28 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-08-04  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c315e35e43b5ac4280b1642b90611e8226d64ae5
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 05:28:34 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 05:28:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c315e35e

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 x86, #937137

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index 72fe135819c5..3a2646694704 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-04  5:28 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-08-04  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f50c4d8c3d9c555a3a874329d0088fc2df7a2e84
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 05:28:13 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 05:28:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50c4d8c

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 amd64, #937137

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index a06c93a26f9a..72fe135819c5 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-04  7:27 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-08-04  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb7aceb83596079d466eb6b64ae834367bbb4c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 07:27:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 07:27:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb7aceb

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 ppc64, #937137

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

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index 3a2646694704..7b37c0d14457 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-04  8:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-08-04  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b4e0e93bf3cba00d51a5436812a4bfc06c08a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 08:27:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 08:27:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b4e0e9

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 arm64, #937137

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

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index 7b37c0d14457..9baa71f04088 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-04  8:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-08-04  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3165937e1bbbd6230582156dec89e0a2d3ef49f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 08:27:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 08:27:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3165937e

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 ppc, #937137

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

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index 9baa71f04088..a358e9e6b941 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/
@ 2024-08-09  8:57 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-08-09  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4e8476e8f63bfaee8ecd952774bd3414357a7d40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 08:55:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 08:55:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8476e8

sec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 sparc, #937137

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

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

diff --git a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
index a358e9e6b941..8f23ed7feecd 100644
--- a/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
+++ b/sec-keys/openpgp-keys-libmicrohttpd/openpgp-keys-libmicrohttpd-201906.ebuild
@@ -18,7 +18,7 @@ else
 	# an additional signature or updated date of expiration.
 	SRC_URI="https://keys.openpgp.org/vks/v1/by-fingerprint/${CHRISTIAN_ID} -> christiangrothoff-${CHRISTIAN_ID}.asc
 		https://keys.openpgp.org/vks/v1/by-fingerprint/${KARLSON2K_ID} -> karlson2k-${KARLSON2K_ID}.asc"
-	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"
 fi
 
 S="${WORKDIR}"


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

end of thread, other threads:[~2024-08-09  8:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04  8:28 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libmicrohttpd/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09  8:57 Sam James
2024-08-04  8:28 Sam James
2024-08-04  7:27 Sam James
2024-08-04  5:28 Joonas Niilola
2024-08-04  5:28 Joonas Niilola
2024-05-22 19:24 Sam James

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