* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssh/
@ 2022-03-16 19:07 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-03-16 19:07 UTC (permalink / raw
To: gentoo-commits
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)
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssh/
@ 2022-03-27 3:02 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-03-27 3:02 UTC (permalink / raw
To: gentoo-commits
commit: 95e2ffc1a07abc37dcbbe40f152dead6b76044f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 03:01:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 03:01:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e2ffc1
sec-keys/openpgp-keys-openssh: drop back to EAPI 7
Per base-system policy, although it is avoidable with USE=-verify-sig.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild b/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild
index fce636ceb61e..6cdf595b93ba 100644
--- a/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild
+++ b/sec-keys/openpgp-keys-openssh/openpgp-keys-openssh-20220316.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=8
+EAPI=7
DESCRIPTION="OpenPGP keys used by OpenSSH"
HOMEPAGE="https://www.openssh.org/"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-27 3:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-27 3:02 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssh/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-03-16 19:07 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox