From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssh/
Date: Wed, 16 Mar 2022 19:07:23 +0000 (UTC) [thread overview]
Message-ID: <1647457502.4e067be3500401c5f7d2432e94c7bca893e15a36.sam@gentoo> (raw)
commit: 4e067be3500401c5f7d2432e94c7bca893e15a36
Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Wed Mar 16 18:16:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 19:05:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e067be3
sec-keys/openpgp-keys-openssh: Added package.
Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-openssh/Manifest | 1 +
sec-keys/openpgp-keys-openssh/metadata.xml | 8 ++++++++
.../openpgp-keys-openssh-20220316.ebuild | 22 ++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/sec-keys/openpgp-keys-openssh/Manifest b/sec-keys/openpgp-keys-openssh/Manifest
new file mode 100644
index 000000000000..17e2a0fe850a
--- /dev/null
+++ b/sec-keys/openpgp-keys-openssh/Manifest
@@ -0,0 +1 @@
+DIST openssh-7168B983815A5EEF59A4ADFD2A3F414E736060BA.asc 22720 BLAKE2B beec9b791d87c6f10edaca584d7ce16c578baa5bb7715a4fcf062c7014effb00187e32461aeb3e88ac0b05200630ff7fd3f8abd2b0b8b6d3ab451e2d30315847 SHA512 005d08dfe5cc486de0f17f305e617a2d921451b697aec1c58d66fe961dea36df43d5c643fab0a6720dd9a5891536c7eea628a8d9b381bbd613e41b8313989ac0
diff --git a/sec-keys/openpgp-keys-openssh/metadata.xml b/sec-keys/openpgp-keys-openssh/metadata.xml
new file mode 100644
index 000000000000..8cb7f9b298b9
--- /dev/null
+++ b/sec-keys/openpgp-keys-openssh/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>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild b/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild
new file mode 100644
index 000000000000..fce636ceb61e
--- /dev/null
+++ b/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by OpenSSH"
+HOMEPAGE="https://www.openssh.org/"
+SRC_URI="
+ https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc
+ -> openssh-7168B983815A5EEF59A4ADFD2A3F414E736060BA.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 - openssh.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
next reply other threads:[~2022-03-16 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-16 19:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-27 3:02 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssh/ Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647457502.4e067be3500401c5f7d2432e94c7bca893e15a36.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox