* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-gzip/
@ 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: 4463289f496ff7654cff66a8753dfa1f88f8588b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 23:43:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 23:58:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4463289f
sec-keys/openpgp-keys-gzip: new package, add 20220406
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-gzip/Manifest | 1 +
sec-keys/openpgp-keys-gzip/metadata.xml | 8 ++++++++
.../openpgp-keys-gzip-20220406.ebuild | 19 +++++++++++++++++++
3 files changed, 28 insertions(+)
diff --git a/sec-keys/openpgp-keys-gzip/Manifest b/sec-keys/openpgp-keys-gzip/Manifest
new file mode 100644
index 000000000000..20d675d082ed
--- /dev/null
+++ b/sec-keys/openpgp-keys-gzip/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-gzip-20220406.asc 46857 BLAKE2B 5c1ac39cc37b49c0fdd7e29440a6262723591611c9c6aa827961c6d4b95196081fc52360b4f6eea995fbf01e663a7e3d52b432a73fee6be670838ac15b27bec9 SHA512 a83a455d496a9805a396e39f01b52e821fd7db1aa9e442d6039076145ed5695865defb2e941dd2a0f741610720a995d9c12d5efa1d65b425fa623ac42275bab0
diff --git a/sec-keys/openpgp-keys-gzip/metadata.xml b/sec-keys/openpgp-keys-gzip/metadata.xml
new file mode 100644
index 000000000000..b0d83aa2e489
--- /dev/null
+++ b/sec-keys/openpgp-keys-gzip/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-gzip/openpgp-keys-gzip-20220406.ebuild b/sec-keys/openpgp-keys-gzip/openpgp-keys-gzip-20220406.ebuild
new file mode 100644
index 000000000000..1d8a2d9a3ac5
--- /dev/null
+++ b/sec-keys/openpgp-keys-gzip/openpgp-keys-gzip-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 Gzip"
+HOMEPAGE="https://savannah.gnu.org/projects/gzip/"
+SRC_URI="https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gzip&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 - gzip.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-gzip/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox