public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-jedisct1/
@ 2021-04-16  3:58 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-16  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ad1687ce50b1cb1d1de7f56c06581a71c34691fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 03:41:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 03:58:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1687ce

app-crypt/openpgp-keys-jedisct1: initial import

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

 app-crypt/openpgp-keys-jedisct1/Manifest             |  1 +
 app-crypt/openpgp-keys-jedisct1/metadata.xml         |  9 +++++++++
 .../openpgp-keys-jedisct1-20210416.ebuild            | 20 ++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-crypt/openpgp-keys-jedisct1/Manifest b/app-crypt/openpgp-keys-jedisct1/Manifest
new file mode 100644
index 00000000000..4b4cfc30e44
--- /dev/null
+++ b/app-crypt/openpgp-keys-jedisct1/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-jedisct1-20210416.asc 8879 BLAKE2B 1446bfb781a38e2006c527e1df16189c76f8a3bf9b899d5b78fc86d1c4c0e6a97e6e41e66d09dc46ed0297e5970393d7775f63682fa9f9554d6e373f9dad34ed SHA512 56015a7a6d571a4df158e0b2a419fb50097f27b7327dbc6e980a7431be10d339c25d91163113c546b0a0dd4119c5737c2f5eaf877e1e04f8ddfaf93e81bdab06

diff --git a/app-crypt/openpgp-keys-jedisct1/metadata.xml b/app-crypt/openpgp-keys-jedisct1/metadata.xml
new file mode 100644
index 00000000000..a1af484833b
--- /dev/null
+++ b/app-crypt/openpgp-keys-jedisct1/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild b/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild
new file mode 100644
index 00000000000..39198c3d659
--- /dev/null
+++ b/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by Frank Denis (jedisct1)"
+HOMEPAGE="https://github.com/jedisct1"
+SRC_URI="https://download.pureftpd.org/public_keys/jedi.gpg.asc -> ${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 - jedisct1.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-jedisct1/
@ 2021-04-16  5:50 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-16  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     043ff3d1256a8535bdf2f3b81b6879f82608dca7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 05:46:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 05:48:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043ff3d1

app-crypt/openpgp-keys-jedisct1: add die on subshell cat

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

 app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild b/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild
index 39198c3d659..975a37bb178 100644
--- a/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild
+++ b/app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild
@@ -16,5 +16,5 @@ src_install() {
 	local files=( ${A} )
 
 	insinto /usr/share/openpgp-keys
-	newins - jedisct1.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+	newins - jedisct1.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-16  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-16  5:50 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-jedisct1/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-04-16  3:58 Sam James

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