From d7ef5a07f47da6898dcb2d1503790c59b0470571 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Dec 2022 20:13:26 +0000 Subject: gentoo auto-resync : 28:12:2022 - 20:13:25 --- .../openpgp-keys-apache-xmlgraphics-commons/Manifest | 3 +++ .../metadata.xml | 8 ++++++++ ...p-keys-apache-xmlgraphics-commons-20150603.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 sec-keys/openpgp-keys-apache-xmlgraphics-commons/Manifest create mode 100644 sec-keys/openpgp-keys-apache-xmlgraphics-commons/metadata.xml create mode 100644 sec-keys/openpgp-keys-apache-xmlgraphics-commons/openpgp-keys-apache-xmlgraphics-commons-20150603.ebuild (limited to 'sec-keys/openpgp-keys-apache-xmlgraphics-commons') diff --git a/sec-keys/openpgp-keys-apache-xmlgraphics-commons/Manifest b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/Manifest new file mode 100644 index 000000000000..d5084e679ae4 --- /dev/null +++ b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/Manifest @@ -0,0 +1,3 @@ +DIST openpgp-keys-apache-xmlgraphics-commons-20150603-KEYS.asc 27516 BLAKE2B b55b773ebd0b5a3033b6c5a7b704a0db03b856b0af910abb7aa71b1f883632e6811d8c4fc8e0525171c7cfb16f98d7dd7713657699946a601f19bf8b3dc9bd51 SHA512 b9917fc7a2ed3422c9b702133964f475a0ae988fccd06ec8f9afa2933f211582788f54453236c86ff3c4382969ad3157331482232a576f71512bc090853015d3 +EBUILD openpgp-keys-apache-xmlgraphics-commons-20150603.ebuild 575 BLAKE2B 93e164dfd5d96820d0e37df14f86a6e8d5efab2ac3e40e4e1ec40170460abb1670d22b37ec45300112ffb4ad70872555e2130e38bb83d8e07671eaab9966de6e SHA512 526812ca8571c5c896f668df1cf9beeae2dc310400425aae7ec598b4a33aed729f0705a9ee1ab7019cb3e0f5401f8b4c3dc3166e80a9e3742134d64ce187e3b8 +MISC metadata.xml 243 BLAKE2B d1937cd00ce74d225075f1cf0e2584ce3f3d04b4ab3bd4ce636326ef8ed6ccaa54535a1c126025464e48a272959a579e08ceb008b8bacb2160f8f623fea5b6b3 SHA512 5431123c80f2e11811efde927819546af19c9ca93c9810399fe784c77ad2201696a081ed146df5b59fbf78ffb39cf8633cd6805e16ca82244aa8458c2ab8c4fd diff --git a/sec-keys/openpgp-keys-apache-xmlgraphics-commons/metadata.xml b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/metadata.xml new file mode 100644 index 000000000000..6ef2d50cf07e --- /dev/null +++ b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/metadata.xml @@ -0,0 +1,8 @@ + + + + + java@gentoo.org + Java + + diff --git a/sec-keys/openpgp-keys-apache-xmlgraphics-commons/openpgp-keys-apache-xmlgraphics-commons-20150603.ebuild b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/openpgp-keys-apache-xmlgraphics-commons-20150603.ebuild new file mode 100644 index 000000000000..9149769ac289 --- /dev/null +++ b/sec-keys/openpgp-keys-apache-xmlgraphics-commons/openpgp-keys-apache-xmlgraphics-commons-20150603.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenPGP keys used by xmlgraphics.apache.org/commons" +HOMEPAGE="https://xmlgraphics.apache.org/commons/download.html" +SRC_URI="https://downloads.apache.org/xmlgraphics/commons/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-commons.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3