summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 03:41:37 +0000
committerSam James <sam@gentoo.org>2021-04-16 03:58:02 +0000
commitad1687ce50b1cb1d1de7f56c06581a71c34691fc (patch)
tree69e21cfb07a4e16e05903d9fd57a048b8d18274b /app-crypt
parentdev-libs/libsodium: add non-github HOMEPAGE, use HTTPS in SRC_URI (diff)
downloadgentoo-ad1687ce50b1cb1d1de7f56c06581a71c34691fc.tar.gz
gentoo-ad1687ce50b1cb1d1de7f56c06581a71c34691fc.tar.bz2
gentoo-ad1687ce50b1cb1d1de7f56c06581a71c34691fc.zip
app-crypt/openpgp-keys-jedisct1: initial import
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/openpgp-keys-jedisct1/Manifest1
-rw-r--r--app-crypt/openpgp-keys-jedisct1/metadata.xml9
-rw-r--r--app-crypt/openpgp-keys-jedisct1/openpgp-keys-jedisct1-20210416.ebuild20
3 files changed, 30 insertions, 0 deletions
diff --git a/app-crypt/openpgp-keys-jedisct1/Manifest b/app-crypt/openpgp-keys-jedisct1/Manifest
new file mode 100644
index 000000000000..4b4cfc30e443
--- /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 000000000000..a1af484833bd
--- /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 000000000000..39198c3d6590
--- /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}/}")
+}