sec-keys/openpgp-keys-apache-xalan-c: new package, add 20221123

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2022-11-23 17:50:33 +02:00
parent 3bce6dd56a
commit d7cd1aeddf
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-apache-xalan-c-20221123 29329 BLAKE2B 2f30c23ce368db54d6222ed774495482c65b620774f57906591ead9c413f99dbf23c1457f33f87a6d036e84ad43d12ad296513005ae1199b3810ca64c5de3df5 SHA512 89bf04a06d33d9e0cf9945406d9fb5809547b06df62acbbd4549832dcd2021c6ff4a9f7c4674ce2e3c93034d9a87783ba47089da1973adbc9077312c39a154e2

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac@gentoo.org</email>
<name>Viorel Munteanu</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used to sign Apache Xalan-C"
HOMEPAGE="https://xalan.apache.org/"
SRC_URI="https://downloads.apache.org/xalan/xalan-c/KEYS -> ${P}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
S="${WORKDIR}"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - apache-xalan-c.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}