public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sec-keys/signify-keys-gmid/
Date: Mon, 15 Jan 2024 15:46:52 +0000 (UTC)	[thread overview]
Message-ID: <1705249560.f89b7eaf4049e3b815506ce1de7da3a1d46d825e.davidroman@gentoo> (raw)

commit:     f89b7eaf4049e3b815506ce1de7da3a1d46d825e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 14 07:08:28 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 14 16:26:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f89b7eaf

sec-keys/signify-keys-gmid: add 2.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 sec-keys/signify-keys-gmid/Manifest                |  1 +
 .../signify-keys-gmid/signify-keys-gmid-2.0.ebuild | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sec-keys/signify-keys-gmid/Manifest b/sec-keys/signify-keys-gmid/Manifest
index 12b59cd6e9..dd8bf29bd7 100644
--- a/sec-keys/signify-keys-gmid/Manifest
+++ b/sec-keys/signify-keys-gmid/Manifest
@@ -1 +1,2 @@
 DIST gmid-1.8.pub 95 BLAKE2B fefbcfb96e782f768dced47c590147c490bc4fa1425b0c34aff02a1be5b5f26d34c8b6218e221b98f0a9af0a82bb0d5a942d5fc38f19b7365ca092700a3af284 SHA512 9bb264dcf6f91a2c638184c0563a067908928302b1ec943558aef9a4b6325d068cf63db433d51bc87ac80a1e96d5ca52c10f07b01bd23d7b52840a9ada845129
+DIST gmid-2.0.pub 95 BLAKE2B 2a92f29b0c50c9ca07df95b980071142b51efe5f628a8d22ce636e42f624e772a0bef0cef80df6dd64cade4e0f0ab7b8695e0935f6684e0e3b65b4f996790666 SHA512 0a7c5da440fd2a553c50dcb58fe4bdd882304f0654729cd6bf2c892bdb551921a0c2c7f221aa19ddb3ab879f480559826133ef7b81f868bd3fed1ef233767497

diff --git a/sec-keys/signify-keys-gmid/signify-keys-gmid-2.0.ebuild b/sec-keys/signify-keys-gmid/signify-keys-gmid-2.0.ebuild
new file mode 100644
index 0000000000..de12b571b7
--- /dev/null
+++ b/sec-keys/signify-keys-gmid/signify-keys-gmid-2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN#signify-keys-}"
+MY_PV="$(ver_cut 1-2)"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="Signify keys used to sign gmid releases"
+HOMEPAGE="https://github.com/omar-polo/gmid"
+SRC_URI="https://github.com/omar-polo/${MY_PN}/releases/download/${PV}/${MY_P}.pub"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${MY_PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+src_install() {
+	local files=( ${A} )
+
+	insinto /usr/share/signify-keys
+	newins - ${MY_P}.pub < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


             reply	other threads:[~2024-01-15 15:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15 15:46 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09 12:46 [gentoo-commits] repo/proj/guru:master commit in: sec-keys/signify-keys-gmid/ David Roman
2024-01-15 15:46 David Roman
2023-05-12 10:07 Viorel Munteanu
2022-02-04 11:44 Florian Schmaus
2022-01-02 18:55 Andrew Ammerlaan

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=1705249560.f89b7eaf4049e3b815506ce1de7da3a1d46d825e.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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