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: Sun, 14 Jan 2024 02:46:29 +0000 (UTC) [thread overview]
Message-ID: <1705200275.45cdd8f8a1f96f35771b1ca283881ade8d4b1862.sam@gentoo> (raw)
commit: 45cdd8f8a1f96f35771b1ca283881ade8d4b1862
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 02:39:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 02:44:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cdd8f8
sec-keys/openpgp-keys-libidn: add 20240114
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-libidn/Manifest | 1 +
.../openpgp-keys-libidn-20240114.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sec-keys/openpgp-keys-libidn/Manifest b/sec-keys/openpgp-keys-libidn/Manifest
index 9784eb199db8..9a8ee8051ef1 100644
--- a/sec-keys/openpgp-keys-libidn/Manifest
+++ b/sec-keys/openpgp-keys-libidn/Manifest
@@ -1,2 +1,3 @@
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
+DIST openpgp-keys-libidn-20240114-simonjosefsson-0424D4EE81A0E3D119C6F835EDA21E94B565716F.asc 7413 BLAKE2B 82933cc9ce0628e419eaea939c6323b189a214d6b802b59f15b2d5655f0c5c7fba3ddc93d443bc6544a54165da070c985583c83ef1f18059f38a2f4288c6f388 SHA512 ee78386043e786060ca3185d66ba4c021abb450411bf217a512a3519fe5f3551c57afe25b59094ce9120cc58a2cf3fb6ff4f8bc5d3a484d9a039006e2a0cc959
diff --git a/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20240114.ebuild b/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20240114.ebuild
new file mode 100644
index 000000000000..a749f8d6feef
--- /dev/null
+++ b/sec-keys/openpgp-keys-libidn/openpgp-keys-libidn-20240114.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 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"
+SRC_URI="https://josefsson.org/key-20190320.txt -> ${P}-simonjosefsson-0424D4EE81A0E3D119C6F835EDA21E94B565716F.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)
+}
next reply other threads:[~2024-01-14 2:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-14 2:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-08 14:48 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libidn/ Michał Górny
2024-02-08 14:43 Michał Górny
2022-07-26 4:26 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 1:36 Sam James
2022-07-26 1:36 Sam James
2022-06-21 22:01 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=1705200275.45cdd8f8a1f96f35771b1ca283881ade8d4b1862.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