public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-logging/
@ 2022-12-27 18:40 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-12-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a3e306b6873340e178b4156b98abb165e567ecce
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Oct 22 18:36:29 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 18:39:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e306b6

sec-keys/openpgp-keys-apache-logging: new package, add 20220918

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/27695
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sec-keys/openpgp-keys-apache-logging/Manifest        |  1 +
 sec-keys/openpgp-keys-apache-logging/metadata.xml    |  7 +++++++
 .../openpgp-keys-apache-logging-20220918.ebuild      | 20 ++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/sec-keys/openpgp-keys-apache-logging/Manifest b/sec-keys/openpgp-keys-apache-logging/Manifest
new file mode 100644
index 000000000000..509b07fa8bd3
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-logging/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-apache-logging-20220918-KEYS.asc 96750 BLAKE2B ce3f0603f3a5e5dd2bf8ba4d231807ea9df652cc1e03e509390c56ec86829f505fdffa70b88be22fd16160cc05173beae51db985a756cf440f25c4ec6c1bc1b9 SHA512 331d8f88c89efd4f275268e143d7b531e68650bc99d4a69507e7abceac990c5cdeac70f576fd94188cb56d60e539d2377ccdf24ab14e4693a732103a647cb566

diff --git a/sec-keys/openpgp-keys-apache-logging/metadata.xml b/sec-keys/openpgp-keys-apache-logging/metadata.xml
new file mode 100644
index 000000000000..75321cfb5598
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-logging/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>java@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild b/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild
new file mode 100644
index 000000000000..70a10ff241b0
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by logging.apache.org"
+HOMEPAGE="https://logging.apache.org/log4j/2.x/download.html"
+SRC_URI="https://www.apache.org/dist/logging/KEYS -> ${P}-KEYS.asc"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+S="${WORKDIR}"
+
+src_install() {
+	local files=( ${A} )
+	insinto /usr/share/openpgp-keys
+	newins - logging.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-logging/
@ 2022-12-27 18:40 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-12-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     792ece1f0e8f8ca5c2ab2d00fb36896bdf217079
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 18:39:31 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 18:39:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792ece1f

sec-keys/openpgp-keys-apache-logging: stabilize 20220918

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../openpgp-keys-apache-logging-20220918.ebuild                         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild b/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild
index 70a10ff241b0..c245139a720b 100644
--- a/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild
+++ b/sec-keys/openpgp-keys-apache-logging/openpgp-keys-apache-logging-20220918.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.apache.org/dist/logging/KEYS -> ${P}-KEYS.asc"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 S="${WORKDIR}"
 


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

end of thread, other threads:[~2022-12-27 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-27 18:40 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-logging/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2022-12-27 18:40 Florian Schmaus

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