diff options
author | 2023-08-15 10:45:55 +0200 | |
---|---|---|
committer | 2023-08-15 10:45:55 +0200 | |
commit | 3511efac4ef7948eac8bf6e95f4606d604503283 (patch) | |
tree | aab13aa14242a61e437f5d3ddb1a0ee53afa8f04 /sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.ebuild | |
parent | dev-java/tomcat-native: add 2.0.5 (diff) | |
download | gentoo-3511efac4ef7948eac8bf6e95f4606d604503283.tar.gz gentoo-3511efac4ef7948eac8bf6e95f4606d604503283.tar.bz2 gentoo-3511efac4ef7948eac8bf6e95f4606d604503283.zip |
sec-keys/openpgp-keys-apache-tomcat: bump to 10.1.12, 9.0.79 & 8.5.92
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.ebuild')
-rw-r--r-- | sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.ebuild b/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.ebuild new file mode 100644 index 000000000000..f17ae55806f2 --- /dev/null +++ b/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-8.5.92.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 tomcat.apache.org" +HOMEPAGE="https://tomcat.apache.org/download-80.cgi" +SRC_URI="https://downloads.apache.org/tomcat/tomcat-$(ver_cut 1)/v${PV}/KEYS -> ${P}-KEYS.asc" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" + +S="${WORKDIR}" + +src_install() { + local files=( ${A} ) + insinto /usr/share/openpgp-keys + newins - tomcat-${PV}.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} |