sec-keys/openpgp-keys-apache-zeppelin: new package, add 20240211

add myself as proxied maintainer
using unstable keywords for technical reason

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2024-11-23 10:05:32 +01:00 committed by Viorel Munteanu
parent 05094d7720
commit 294aede0b5
No known key found for this signature in database
GPG Key ID: 0CE5A97D9310DAB0
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST openpgp-keys-apache-zeppelin-20240211-KEYS.asc 19113 BLAKE2B 5c74b40de439d433d05a07dc801300b43199828530756e97aac21f715f8a52155aeb5c799f9374a089cfce8066c3618e777f1d37bdcc1a5250e5e6fe0458d7ea SHA512 cd64d25eff1a191d886800afe6e4a288899845e9fea93152970c6b667e8a4dd1c2724a83bdf64dd77dac6ccdb5e270c06ee8cf4f4effbf1c2f86c2423952c08d

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@pogatzki.net</email>
<name>Volkmar W. Pogatzki</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">apache/zeppelin</remote-id>
</upstream>
</pkgmetadata>

View File

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