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-libidn/
Date: Tue, 21 Jun 2022 22:01:38 +0000 (UTC)	[thread overview]
Message-ID: <1655848530.82d948f2541ad89a162c94c8c1ffa26d61c1a6ab.sam@gentoo> (raw)

commit:     82d948f2541ad89a162c94c8c1ffa26d61c1a6ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 21:20:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:55:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d948f2

sec-keys/openpgp-keys-libidn: add 20220621

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

 sec-keys/openpgp-keys-libidn/Manifest              |  2 ++
 .../openpgp-keys-libidn-20220621.ebuild            | 25 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sec-keys/openpgp-keys-libidn/Manifest b/sec-keys/openpgp-keys-libidn/Manifest
index c6aded199f14..5bb007d771e9 100644
--- a/sec-keys/openpgp-keys-libidn/Manifest
+++ b/sec-keys/openpgp-keys-libidn/Manifest
@@ -1,2 +1,4 @@
 DIST openpgp-keys-libidn-20210517-simonjosefsson-0424D4EE81A0E3D119C6F835EDA21E94B565716F.asc 5925 BLAKE2B 50df50ba10a69f0be231356f319036083c7f7198e8caa757b1766538b5e34114291cdb47ba3a8d880e2143d3e93e98ad99e4c3f7221a5f51c755db7456b00439 SHA512 35f629f471220c9179bfd2919277495c4de3264bf1270ef0a1839e6d3e864fb09479ab82a5f5f612c5955697ce78c411244a8f8b48c0c4f5f53e2bfb2ade78b5
 DIST openpgp-keys-libidn-20210517-timruehsen-99415CE1905D0E55A9F88026860B7FBB32F8119D.asc 5986 BLAKE2B d6bab47834e2ba470d3c8a0c1b72cdbb6d12423cdb66b6fa6db5f5dc52270315171a04989b838017418f7a6bd90417f3fc5249c0c4b1c6151e811bc46a180c97 SHA512 5980ae33d6158d34ad31f49eb8c4dac87a92ce37ee07f45e54388912fdf794c181e88118c5efa81d4e030795baa82140aa8f1123910746d978f02a9c04089436
+DIST openpgp-keys-libidn-20220621-simonjosefsson-0424D4EE81A0E3D119C6F835EDA21E94B565716F.asc 2200 BLAKE2B 29cc59857668c3d2769e1de8ddd1190ce483f7c475ab75326feb4061affdae9f4c4e9b6d5ca2f4ae7405453cb6fe322546b19970485735638c18334990d1bbec SHA512 d51338f98149a2a992f0d975392e779ab8d22a2bec9ca4c5073f97da9adf15d484e9e6e39e7ed025360f5aa2a805d70f66c53ee19c3740797ef332fa9212ef0b
+DIST openpgp-keys-libidn-20220621-timruehsen-99415CE1905D0E55A9F88026860B7FBB32F8119D.asc 7737 BLAKE2B 5e80787fd2b2db126e918ca7427d20cad0b705ec8be52184091799e76a48a92d44ae95fdbe300213b2a45caa87dcf09704a753f21133f7c2de96c4cb18ce8b95 SHA512 29ac58fadd42423614eea084e532e9d5720a672c97befbcc99a9bf7d43e338e36ccf1f58aedf710ce70f3cadf3bfeaf6c282bd34f587b75530e87afb26025c1e

diff --git a/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20220621.ebuild b/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20220621.ebuild
new file mode 100644
index 000000000000..a501ee36e61d
--- /dev/null
+++ b/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20220621.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 to sign libidn releases"
+HOMEPAGE="https://www.gnu.org/software/libidn/"
+# Simon Josefsson
+# https://savannah.gnu.org/project/release-gpgkeys.php?group=libidn&download=1
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-simonjosefsson-0424D4EE81A0E3D119C6F835EDA21E94B565716F.asc"
+# Tim Rühsen
+# https://savannah.gnu.org/project/release-gpgkeys.php?group=wget&download=1
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-timruehsen-99415CE1905D0E55A9F88026860B7FBB32F8119D.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+src_install() {
+	local files=( ${A} )
+
+	insinto /usr/share/openpgp-keys
+	newins - libidn.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


             reply	other threads:[~2022-06-21 22:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21 22:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26  1:36 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libidn/ Sam James
2022-07-26  1:36 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  4:26 Sam James
2024-01-14  2:46 Sam James
2024-02-08 14:43 Michał Górny
2024-02-08 14:48 Michał Górny
2025-04-14  6:09 Michał Górny
2025-05-03 10:52 Arthur Zamarin
2025-05-03 12:05 Michał Górny

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=1655848530.82d948f2541ad89a162c94c8c1ffa26d61c1a6ab.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