public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-tar/
@ 2022-04-06 23:58 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-04-06 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4db3fa7823e688a79c551abb5643b7977dfeecc9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 23:37:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 23:58:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db3fa78

sec-keys/openpgp-keys-tar: new package, add 20220406

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-tar/Manifest                    |  1 +
 sec-keys/openpgp-keys-tar/metadata.xml                |  8 ++++++++
 .../openpgp-keys-tar/openpgp-keys-tar-20220406.ebuild | 19 +++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/sec-keys/openpgp-keys-tar/Manifest b/sec-keys/openpgp-keys-tar/Manifest
new file mode 100644
index 000000000000..900365251cf6
--- /dev/null
+++ b/sec-keys/openpgp-keys-tar/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-tar-20220406.asc 5987 BLAKE2B ad76db6a7f8fe33e16e423b16bc5a90c834b808973a0f6d2bec29e55867358f1be567b0fe1ff49b52559fe45061fc7b3d1b3edc073f507cbcc66118c9fbbccb9 SHA512 cf4ed7fb68802b531911153a9360576c045ab34864ffb7763a3728312e4da31de4e24e78eba9067f470c21ad6b619ae826a7d7d0175f3a5dd5837af28c4deb42

diff --git a/sec-keys/openpgp-keys-tar/metadata.xml b/sec-keys/openpgp-keys-tar/metadata.xml
new file mode 100644
index 000000000000..b0d83aa2e489
--- /dev/null
+++ b/sec-keys/openpgp-keys-tar/metadata.xml
@@ -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>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-tar/openpgp-keys-tar-20220406.ebuild b/sec-keys/openpgp-keys-tar/openpgp-keys-tar-20220406.ebuild
new file mode 100644
index 000000000000..fe0706e73fec
--- /dev/null
+++ b/sec-keys/openpgp-keys-tar/openpgp-keys-tar-20220406.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by GNU tar"
+HOMEPAGE="https://savannah.gnu.org/projects/tar/"
+SRC_URI="https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=tar&download=1 -> ${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+src_install() {
+	local files=( ${A} )
+	insinto /usr/share/openpgp-keys
+	newins - tar.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-06 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 23:58 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-tar/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox