From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-sudo/
Date: Fri, 25 Mar 2022 18:49:08 +0000 (UTC) [thread overview]
Message-ID: <1648234134.ab9e4b6961221ab8dbf4ffd39abe36d51d67528e.sam@gentoo> (raw)
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)
+}
next reply other threads:[~2022-03-25 18:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-25 18:49 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-sudo/ 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=1648234134.ab9e4b6961221ab8dbf4ffd39abe36d51d67528e.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