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-freenet/
Date: Fri, 26 May 2023 10:24:25 +0000 (UTC)	[thread overview]
Message-ID: <1685096647.39579985ee4ff0962e11a0c7e293072c709d2ec5.sam@gentoo> (raw)

commit:     39579985ee4ff0962e11a0c7e293072c709d2ec5
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr 19 09:49:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 10:24:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39579985

sec-keys/openpgp-keys-freenet: new package, add 20230419

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-freenet/Manifest               |  1 +
 sec-keys/openpgp-keys-freenet/metadata.xml           |  8 ++++++++
 .../openpgp-keys-freenet-20230419.ebuild             | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/sec-keys/openpgp-keys-freenet/Manifest b/sec-keys/openpgp-keys-freenet/Manifest
new file mode 100644
index 000000000000..e17459b4954d
--- /dev/null
+++ b/sec-keys/openpgp-keys-freenet/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-freenet-20230419-keyring.gpg 148560 BLAKE2B 9d2255021c5a3549198d0ed67578f520b2caea8089a4e065300505bbc9d7d825b18b710e3fe6b7995c1e0ee3e6a8c4ba7338ef0b560f2aaeb2e5b4e25e37d958 SHA512 5ca38be9780e799b7e5995e148bd67f4ca821242854492bb60e6c616d20dd2b61d4de597327d2de1570fc0663dec94caa8769ce9a8df1bb82c5cb859c91457f2

diff --git a/sec-keys/openpgp-keys-freenet/metadata.xml b/sec-keys/openpgp-keys-freenet/metadata.xml
new file mode 100644
index 000000000000..6ef2d50cf07e
--- /dev/null
+++ b/sec-keys/openpgp-keys-freenet/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>java@gentoo.org</email>
+    <name>Java</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-freenet/openpgp-keys-freenet-20230419.ebuild b/sec-keys/openpgp-keys-freenet/openpgp-keys-freenet-20230419.ebuild
new file mode 100644
index 000000000000..55f3b66c09f0
--- /dev/null
+++ b/sec-keys/openpgp-keys-freenet/openpgp-keys-freenet-20230419.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by freenetproject.org"
+HOMEPAGE="https://freenetproject.org/pages/download.html"
+SRC_URI="https://freenetproject.org/assets/keyring.gpg -> ${P}-keyring.gpg"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}"
+
+src_install() {
+	local files=( ${A} )
+	insinto /usr/share/openpgp-keys
+	newins - freenetproject.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


                 reply	other threads:[~2023-05-26 10:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1685096647.39579985ee4ff0962e11a0c7e293072c709d2ec5.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