* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-ant/
@ 2023-12-09 18:43 Miroslav Šulc
0 siblings, 0 replies; only message in thread
From: Miroslav Šulc @ 2023-12-09 18:43 UTC (permalink / raw
To: gentoo-commits
commit: 4dbacd438ca44f2cf8ee0a7e22b18665bc436034
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Dec 8 20:20:16 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 18:43:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbacd43
sec-keys/openpgp-keys-apache-ant: new package, add 20230104
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
sec-keys/openpgp-keys-apache-ant/Manifest | 1 +
sec-keys/openpgp-keys-apache-ant/metadata.xml | 8 ++++++++
.../openpgp-keys-apache-ant-20230104.ebuild | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/sec-keys/openpgp-keys-apache-ant/Manifest b/sec-keys/openpgp-keys-apache-ant/Manifest
new file mode 100644
index 000000000000..3c14c8043f67
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-ant/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-apache-ant-20230104-KEYS.asc 95939 BLAKE2B 33b2cf24cd35897ee1257c87a47a730fad775b113b20adfb11221760eb4ee782dfae5012a2c50805a2b261a6773dd645da576050c2e9c900772a938acd17bdc3 SHA512 7147929068cf6f9709958268a4e5e57fcad2c37cc5f59861a1a99b6a35bdcd76205df8813f52b54cbe0958d03081e37c6bbbedc1207038f213518a5b33ecc62f
diff --git a/sec-keys/openpgp-keys-apache-ant/metadata.xml b/sec-keys/openpgp-keys-apache-ant/metadata.xml
new file mode 100644
index 000000000000..6ef2d50cf07e
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-ant/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-ant/openpgp-keys-apache-ant-20230104.ebuild b/sec-keys/openpgp-keys-apache-ant/openpgp-keys-apache-ant-20230104.ebuild
new file mode 100644
index 000000000000..a56fc795b321
--- /dev/null
+++ b/sec-keys/openpgp-keys-apache-ant/openpgp-keys-apache-ant-20230104.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 ant.apache.org"
+HOMEPAGE="https://ant.apache.org/srcdownload.cgi"
+SRC_URI="https://downloads.apache.org/ant/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 - ant.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-09 18:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 18:43 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-apache-ant/ Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox