* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-xalan-j/
@ 2023-09-19 11:12 Miroslav Šulc
0 siblings, 0 replies; only message in thread
From: Miroslav Šulc @ 2023-09-19 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 22f72f85fbda3aab41d0ab570bcc83184f64e58c
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Sep 7 06:17:55 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 11:04:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f72f85
sec-keys/openpgp-keys-apache-xalan-j: new package, add 20221029
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
sec-keys/openpgp-keys-apache-xalan-j/Manifest | 1 +
sec-keys/openpgp-keys-apache-xalan-j/metadata.xml | 8 ++++++++
.../openpgp-keys-apache-xalan-j-20221029.ebuild | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/sec-keys/openpgp-keys-apache-xalan-j/Manifest b/sec-keys/openpgp-keys-apache-xalan-j/Manifest
new file mode 100644
index 000000000000..dab8520b46d3
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-xalan-j/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-apache-xalan-j-20221029-KEYS.asc 29204 BLAKE2B fcbcecfeb2f183e8d98933e03c9355c6dc15249a7b6a59eac72a84c5976ebc34d97b7fce4f6c849d2d84535c65d96fae106c21ab91a87feecc303bb94910a9b1 SHA512 b8b826c705ff1b6863c1c4dc16716f8e2ff5ab6cea03dc2691218cfc0d6fcc543ba1264a9fa5036cdde373f1c1400c630444d501333649e59067b0e10ef66033
diff --git a/sec-keys/openpgp-keys-apache-xalan-j/metadata.xml b/sec-keys/openpgp-keys-apache-xalan-j/metadata.xml
new file mode 100644
index 000000000000..6ef2d50cf07e
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-xalan-j/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-xalan-j/openpgp-keys-apache-xalan-j-20221029.ebuild b/sec-keys/openpgp-keys-apache-xalan-j/openpgp-keys-apache-xalan-j-20221029.ebuild
new file mode 100644
index 000000000000..8942e21042db
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-xalan-j/openpgp-keys-apache-xalan-j-20221029.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by xalan.apache.org"
+HOMEPAGE="https://xalan.apache.org"
+SRC_URI="https://downloads.apache.org/xalan/xalan-j/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 - xalan-j.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-19 11:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 11:12 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-xalan-j/ Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox