public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-sudo/
@ 2022-03-25 18:49 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-03-25 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ab9e4b6961221ab8dbf4ffd39abe36d51d67528e
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Tue Mar 22 00:10:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 18:48:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9e4b69

sec-keys/openpgp-keys-sudo: Added package.

Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-sudo/Manifest                 |  1 +
 sec-keys/openpgp-keys-sudo/metadata.xml             |  8 ++++++++
 .../openpgp-keys-sudo-20220321.ebuild               | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/sec-keys/openpgp-keys-sudo/Manifest b/sec-keys/openpgp-keys-sudo/Manifest
new file mode 100644
index 000000000000..179bc21221bf
--- /dev/null
+++ b/sec-keys/openpgp-keys-sudo/Manifest
@@ -0,0 +1 @@
+DIST sudo-pgpkeys.asc 5898 BLAKE2B 0550cbce1d56cf6b931aea96866b48856895680ac38ec6ba5f62afcb4afee832fb6129ed79bb3fb97523448c751ce61331dedf44455fb72dc7646220a30dbb3d SHA512 030b6b11a1ed1bd51c4b05746402f462ebabb7835ef73ee62f07c93df67820f3cd11f7caaa861fa094b1705e4ee6e7f3da43cfe1f9b9eb321a2f70dc1db8cac0

diff --git a/sec-keys/openpgp-keys-sudo/metadata.xml b/sec-keys/openpgp-keys-sudo/metadata.xml
new file mode 100644
index 000000000000..8cb7f9b298b9
--- /dev/null
+++ b/sec-keys/openpgp-keys-sudo/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-sudo/openpgp-keys-sudo-20220321.ebuild b/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.ebuild
new file mode 100644
index 000000000000..9cebe9ae529d
--- /dev/null
+++ b/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by the sudo project"
+HOMEPAGE="https://www.sudo.ws/"
+SRC_URI="
+	https://www.sudo.ws/dist/PGPKEYS -> sudo-pgpkeys.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 - sudo.ws.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-sudo/
@ 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:     be835dbd0d76d2e2852f7454bff66d5ded44cd8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 03:01:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 03:01:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be835dbd

sec-keys/openpgp-keys-sudo: 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-sudo/openpgp-keys-sudo-20220321.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.ebuild b/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.ebuild
index 9cebe9ae529d..99d0a4b1ae2b 100644
--- a/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.ebuild
+++ b/sec-keys/openpgp-keys-sudo/openpgp-keys-sudo-20220321.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 the sudo project"
 HOMEPAGE="https://www.sudo.ws/"


^ 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-25 18:49 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-sudo/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-27  3:02 Sam James

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