* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-lucene/
@ 2024-05-20 8:15 Miroslav Šulc
0 siblings, 0 replies; only message in thread
From: Miroslav Šulc @ 2024-05-20 8:15 UTC (permalink / raw
To: gentoo-commits
commit: 62a49d6d56fae02f4be33b8bb8a2826e9fb20200
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri May 3 13:59:05 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon May 20 08:15:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a49d6d
sec-keys/openpgp-keys-apache-lucene: new package, add 20170408
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
sec-keys/openpgp-keys-apache-lucene/Manifest | 1 +
sec-keys/openpgp-keys-apache-lucene/metadata.xml | 8 ++++++++
.../openpgp-keys-apache-lucene-20170408.ebuild | 19 +++++++++++++++++++
3 files changed, 28 insertions(+)
diff --git a/sec-keys/openpgp-keys-apache-lucene/Manifest b/sec-keys/openpgp-keys-apache-lucene/Manifest
new file mode 100644
index 000000000000..5f2d134e2adf
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-lucene/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-apache-lucene-20170408-KEYS.asc 135412 BLAKE2B 7416455d168db3f41d6fc9bf79ef61c5f5fd2ac98df7d8bc627b55c581208f5298fac3c84276ab6b236d714bcb5f0c78dc6435e8643246536572e4f9131e8468 SHA512 b1e3990cd64471f9121227d8c9b5218936ac7f5037f22e8de914cd9096c9355d1ee3dadfae52fa5351f10c6cadaf7f943319dbd206c91abac4516e2e6f215d04
diff --git a/sec-keys/openpgp-keys-apache-lucene/metadata.xml b/sec-keys/openpgp-keys-apache-lucene/metadata.xml
new file mode 100644
index 000000000000..6ef2d50cf07e
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-lucene/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-lucene/openpgp-keys-apache-lucene-20170408.ebuild b/sec-keys/openpgp-keys-apache-lucene/openpgp-keys-apache-lucene-20170408.ebuild
new file mode 100644
index 000000000000..03802088d367
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-lucene/openpgp-keys-apache-lucene-20170408.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by lucene.apache.org"
+HOMEPAGE="https://lucene.apache.org/core/downloads.html"
+SRC_URI="https://archive.apache.org/dist/lucene/java/KEYS -> ${P}-KEYS.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - lucene.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-20 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 8:15 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-lucene/ Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox