* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/
@ 2025-02-02 10:19 Miroslav Šulc
0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2025-02-02 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 225ee18c7e99fbc699a75c3213383e71c5ffcadd
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jan 22 17:14:13 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 10:18:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225ee18c
sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration: new package, add 20210205
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../Manifest | 1 +
.../metadata.xml | 8 ++++++++
...-apache-tomcat-jakartaee-migration-20210205.ebuild | 19 +++++++++++++++++++
3 files changed, 28 insertions(+)
diff --git a/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/Manifest b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/Manifest
new file mode 100644
index 000000000000..453653e758e1
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-apache-tomcat-jakartaee-migration-20210205-KEYS.asc 28613 BLAKE2B a8e4795f4808e12bb0bd165fbb6268a28881bb25d4055d6f98bc43605b7a50a86f27ca5f2b98fe5bcaf2df21a2e762b6af8741ed5f68e22b0626b7e5808353b4 SHA512 228c9d417e6fca660151263f06e283b651ee838deb340bfde291e6c851b3dbb843c0e111db9816736efc7c050b36c129238e6bc4acd4d1df1248c33c5bd33b9b
diff --git a/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/metadata.xml b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/metadata.xml
new file mode 100644
index 000000000000..6ef2d50cf07e
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+ <name>Java</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild
new file mode 100644
index 000000000000..e4c917c6a0c5
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by jakartaee-migration"
+HOMEPAGE="https://tomcat.apache.org/download-native.cgi"
+SRC_URI="https://downloads.apache.org/tomcat/jakartaee-migration/KEYS -> ${P}-KEYS.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - tomcat-jakartaee-migration.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-tomcat-jakartaee-migration/
@ 2025-03-04 12:25 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-03-04 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 5d4a25607d574021e03b36e70d070d46268adf73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 12:24:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 12:24:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4a2560
sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration: Stabilize 20210205 amd64, #950576
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild
index e4c917c6a0c5..21611d0b41c7 100644
--- a/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild
+++ b/sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/openpgp-keys-apache-tomcat-jakartaee-migration-20210205.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
src_install() {
local files=( ${A} )
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-04 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02 10:19 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-tomcat-jakartaee-migration/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 12:25 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox