public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-debugedit/
@ 2021-09-03  6:53 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-09-03  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7bdcd613dfecd0983f82d2dda23626449a38d401
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 06:40:06 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 06:53:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdcd613

app-crypt/openpgp-keys-debugedit: Add keys for dev-util/debugedit

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/openpgp-keys-debugedit/Manifest          |  1 +
 app-crypt/openpgp-keys-debugedit/metadata.xml      |  8 ++++++++
 .../openpgp-keys-debugedit-20210728.ebuild         | 22 ++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/app-crypt/openpgp-keys-debugedit/Manifest b/app-crypt/openpgp-keys-debugedit/Manifest
new file mode 100644
index 00000000000..7e321be543c
--- /dev/null
+++ b/app-crypt/openpgp-keys-debugedit/Manifest
@@ -0,0 +1 @@
+DIST gpgkey-5C1D1AA44BE649DE760A.gpg 5236 BLAKE2B 7ee5acba54608f450d7081cfc9411ad6e0d965e607143750cb491306eef8943c10b5e52ead9cba1e55a212f94c7e2d13ea4e18d7aff212fc4e455493a8dde091 SHA512 dc44ed3e38f54c3e57a4d83fa8b48ce2a8694802dd6bbf057cf432958f88ace9b585ee36a59ba98444e76c9aef0e998b9108a3807f97ebd6ba62303b41ab4690

diff --git a/app-crypt/openpgp-keys-debugedit/metadata.xml b/app-crypt/openpgp-keys-debugedit/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/app-crypt/openpgp-keys-debugedit/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-crypt/openpgp-keys-debugedit/openpgp-keys-debugedit-20210728.ebuild b/app-crypt/openpgp-keys-debugedit/openpgp-keys-debugedit-20210728.ebuild
new file mode 100644
index 00000000000..bbf690abaf6
--- /dev/null
+++ b/app-crypt/openpgp-keys-debugedit/openpgp-keys-debugedit-20210728.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP key used to sign debugedit releases"
+HOMEPAGE="https://sourceware.org/debugedit/"
+SRC_URI="
+	https://sourceware.org/ftp/debugedit/gpgkey-5C1D1AA44BE649DE760A.gpg
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+S=${WORKDIR}
+
+src_install() {
+	local files=( ${A} )
+	insinto /usr/share/openpgp-keys
+	newins - debugedit.gpg < <(cat "${files[@]/#/${DISTDIR}/}")
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-03  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03  6:53 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-debugedit/ Michał Górny

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