public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-gnutls/
Date: Fri, 18 Mar 2022 06:16:30 +0000 (UTC)	[thread overview]
Message-ID: <1647584176.e0fe667cfc336174686f8bc989b1ddf401097a42.sam@gentoo> (raw)

commit:     e0fe667cfc336174686f8bc989b1ddf401097a42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 04:23:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 06:16:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fe667c

sec-keys/openpgp-keys-gnutls: initial import

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-gnutls/Manifest              |  3 +++
 sec-keys/openpgp-keys-gnutls/metadata.xml          |  8 +++++++
 .../openpgp-keys-gnutls-20200318.ebuild            | 25 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/sec-keys/openpgp-keys-gnutls/Manifest b/sec-keys/openpgp-keys-gnutls/Manifest
new file mode 100644
index 000000000000..eb6f92f29158
--- /dev/null
+++ b/sec-keys/openpgp-keys-gnutls/Manifest
@@ -0,0 +1,3 @@
+DIST openpgp-keys-gnutls-20200318-dmitry.asc 26383 BLAKE2B bb65bf8bee696dd9e8adbd64dcd121474844c5ca161c911341fedf3f77db9f2fb2fc81b200bce622e0b2e206f9753fd7c6938aa6e878cdd1a0598acd6158116e SHA512 98598048ca79fc4f5579aa0194c953fd593b82efa87924d59c0b97145ea8beaad8afe0d4fca8bd1b396154825829639d33599f94e2e4b578be1d9da664e4872b
+DIST openpgp-keys-gnutls-20200318-tim.asc 12486 BLAKE2B da116923d0dc0071fc9279f7637f8b78aa710f63dbdc42487319d913031f945766c73560a8f1fbda17b4a509a2f32c7623ec0a7f011c68dc48c7ea0464daffb6 SHA512 493a269f4d65694910dd3c2fdd3924baba81d8de42ba36525f09d1e430f329b1ef428400f2b021096694fdf3013763dfe605a151c35a03341a7aa0c931cedfd7
+DIST openpgp-keys-gnutls-20200318-ueno.asc 15322 BLAKE2B 9a0ea5e95ffb89ab6889b76241f687863fafd7d9f30e4b1fa743b3e5bd3f766aab2ff836a75641af2cd957a0ab08b8a4914225e34679a3c577d21fa80d13f46d SHA512 b32ad8da818a5b524ea196f87ca00dd081a306583fc36e7876c98c301b18628aa7954c24d0d11f99ce22ef0ae9d296cc0a8198e7a31fdc3d158042d738d5aa52

diff --git a/sec-keys/openpgp-keys-gnutls/metadata.xml b/sec-keys/openpgp-keys-gnutls/metadata.xml
new file mode 100644
index 000000000000..8cb7f9b298b9
--- /dev/null
+++ b/sec-keys/openpgp-keys-gnutls/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-gnutls/openpgp-keys-gnutls-20200318.ebuild b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20200318.ebuild
new file mode 100644
index 000000000000..4b28aa3faf26
--- /dev/null
+++ b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20200318.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by GnuTLS"
+HOMEPAGE="https://www.gnutls.org/download.html"
+# Mirrored Dmitry's key b/c only on keyservers
+SRC_URI="
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-dmitry.asc
+	https://www.gnutls.org/pgpkey-tim.txt -> ${P}-tim.asc
+	https://www.gnutls.org/pgpkey-ueno.txt -> ${P}-ueno.asc
+"
+
+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 - gnutls.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


             reply	other threads:[~2022-03-18  6:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18  6:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  3:32 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-gnutls/ Sam James
2022-03-20  3:32 Sam James
2022-03-27  3:02 Sam James
2022-10-17  0:58 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:25 Sam James
2022-11-23  5:24 Arthur Zamarin
2022-11-23  5:28 Arthur Zamarin
2022-11-25  9:45 Arthur Zamarin
2022-11-25 12:09 Arthur Zamarin
2022-11-25 12:09 Arthur Zamarin
2023-12-02  7:13 Sam James
2024-04-15  6:51 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=1647584176.e0fe667cfc336174686f8bc989b1ddf401097a42.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