sec-keys/openpgp-keys-apache-xmlgraphics-fop: new package, add 20150603

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2023-03-31 16:42:20 +02:00
committed by Miroslav Šulc
parent 3f9a51795b
commit 7089bb7d49
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-apache-xmlgraphics-fop-20150603-KEYS.asc 18941 BLAKE2B 40ac4dff3ea5de72f66b5d38fd495139bfcbe2c635aec1d72007a6ef1f75aef5f48df0a4d34ef0db57332ddd2f3b6512c301ed5db0375e7a36b4e741d9592fdc SHA512 0d35727716e670639d1dfc623bdd9f91518ce24ab32d4bf0e21629d5e719dedfffdd66bc8af6e09fe65ae9ccca3bb4808a8beb0b13101080e122cf5b69a5d8f7

View File

@@ -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>

View File

@@ -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 xmlgraphics.apache.org/fop"
HOMEPAGE="https://xmlgraphics.apache.org/fop/download.html"
SRC_URI="https://downloads.apache.org/xmlgraphics/fop/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 - xmlgraphics-fop.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}