From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-dealii/
Date: Thu, 8 Dec 2022 04:23:43 +0000 (UTC) [thread overview]
Message-ID: <1670473417.666123c2f37834fb07a660482f9681caab9b4ebe.tamiko@gentoo> (raw)
commit: 666123c2f37834fb07a660482f9681caab9b4ebe
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 04:20:56 2022 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 04:23:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666123c2
sec-keys/openpgp-keys-dealii: new package, add 20221207
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sec-keys/openpgp-keys-dealii/Manifest | 2 ++
sec-keys/openpgp-keys-dealii/metadata.xml | 16 +++++++++++++++
.../openpgp-keys-dealii-20221207.ebuild | 23 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/sec-keys/openpgp-keys-dealii/Manifest b/sec-keys/openpgp-keys-dealii/Manifest
new file mode 100644
index 000000000000..53941312adb0
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/Manifest
@@ -0,0 +1,2 @@
+DIST 1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3.asc 120415 BLAKE2B d82a89da6f9614db322522870dc2eb430f8a926d65512d7e9579059174da4bbe8f6e8d483435c8cbd1509740b08faa76f39cd5fa50cf82c1b78e77577be76bf5 SHA512 2aed5cfb1b4cae019ddd8ff6075582cddb4e28c0103ee137a52a64cfac35faf2b0770da6678b7b33d22879f188bab273bb8b81d542d6d420ecbddff8f23491de
+DIST 3D0EAB10AE6243B4BA27CE03E31EE5662371CB21.asc 5934 BLAKE2B 650cff11b404accb902932e2aad80ee14d40e03a9f513f70ce89b409b8250870e19520689febb7214c22b1df930740d90518a11053333e81a7d1c4e809875794 SHA512 256b7b47c558bcbc49256fdba4d8a57258670cb9a7fb4b91d53e1b3858ce4ff42de2610c28b70576de240eda3f8ec9e433fe3cf9eeaed8597eae22f3337f70ed
diff --git a/sec-keys/openpgp-keys-dealii/metadata.xml b/sec-keys/openpgp-keys-dealii/metadata.xml
new file mode 100644
index 000000000000..443142afa006
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tamiko@gentoo.org</email>
+ <name>Matthias Maier</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">dealii/dealii</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild b/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild
new file mode 100644
index 000000000000..7b909b1382ef
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by dealii"
+HOMEPAGE="https://www.dealii.org/ https://github.com/dealii/dealii/"
+SRC_URI="
+ https://keys.openpgp.org/vks/v1/by-fingerprint/1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3
+ -> 1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3.asc
+ https://keys.openpgp.org/vks/v1/by-fingerprint/3D0EAB10AE6243B4BA27CE03E31EE5662371CB21
+ -> 3D0EAB10AE6243B4BA27CE03E31EE5662371CB21.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 - dealii.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
next reply other threads:[~2022-12-08 4:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-08 4:23 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 19:20 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-dealii/ Matthias Maier
2024-08-11 23:30 Matthias Maier
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=1670473417.666123c2f37834fb07a660482f9681caab9b4ebe.tamiko@gentoo \
--to=tamiko@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