sec-keys/openpgp-keys-apache-httpcomponents-commons: new package, add 20220903

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-12-26 09:52:51 +01:00
committed by Miroslav Šulc
parent e844684711
commit 5cf467b173
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-apache-commons-httpclient-20220903-KEYS.asc 11039 BLAKE2B 65673a304def6c6a9df28ac7f5828c22ad715e687e4ce6537eb1c09794d1ce41cb8e3ebf452f07006e2b8f8d607c465051f7ed866605fa5f41ca7e840c456e60 SHA512 89383a142bfc2a8e8794afa6dc54522bdd6d4405bb0c029a7cd49feeace736b510a69cc1d42429551f0bb48b2c067df4f7cb9a5f914b7b7c21efe67f246bb1d8

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