* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-notqmail/
@ 2022-02-24 19:16 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-02-24 19:16 UTC (permalink / raw
To: gentoo-commits
commit: bdb40243e6208efce54fc4eccd0a568202a08aaa
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Feb 24 16:23:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 19:09:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb40243
sec-keys/openpgp-keys-notqmail: initial import
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-notqmail/Manifest | 1 +
sec-keys/openpgp-keys-notqmail/metadata.xml | 13 ++++++++++++
.../openpgp-keys-notqmail-20210223.ebuild | 23 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/sec-keys/openpgp-keys-notqmail/Manifest b/sec-keys/openpgp-keys-notqmail/Manifest
new file mode 100644
index 000000000000..13cd6d8d406c
--- /dev/null
+++ b/sec-keys/openpgp-keys-notqmail/Manifest
@@ -0,0 +1 @@
+DIST 9A6150DEAB029ADDF4D735E35CA4893E69B9FC4E.asc 3285 BLAKE2B 920d0f68824963a3713ab4a0f1cef65d449550b3034738b61656be2ce4d115f5f6f8a6c3f8f3289753000d7a9670efef9b5bb83c60d0091f049d88605559fd65 SHA512 af24cc2ba8671cfcfa21961fd6f575fd76d97f4414e76b7014e19adff67b201ed87ff875eb79a383e89321724ef4b5bcdf2b6c6a0ba6c06805825bb305f688b0
diff --git a/sec-keys/openpgp-keys-notqmail/metadata.xml b/sec-keys/openpgp-keys-notqmail/metadata.xml
new file mode 100644
index 000000000000..e334c49b2827
--- /dev/null
+++ b/sec-keys/openpgp-keys-notqmail/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>eike@sf-mail.de</email>
+ <name>Rolf Eike Beer</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild b/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild
new file mode 100644
index 000000000000..2a5b83e385e8
--- /dev/null
+++ b/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used to sign notqmail releases"
+HOMEPAGE="https://notqmail.org"
+SRC_URI="
+ https://der-dakon.net/eike-69b9fc4e-minimal.asc
+ -> 9A6150DEAB029ADDF4D735E35CA4893E69B9FC4E.asc
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+S=${WORKDIR}
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - notqmail.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-notqmail/
@ 2022-02-24 19:16 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-02-24 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 71f4880d8a1b23d9b8ee082b87c74e3170799e46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 19:15:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 19:15:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f4880d
sec-keys/openpgp-keys-notqmail: fix IncorrectCopyright
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild b/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild
index 2a5b83e385e8..efdee38cbe04 100644
--- a/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild
+++ b/sec-keys/openpgp-keys-notqmail/openpgp-keys-notqmail-20210223.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-24 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 19:16 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-notqmail/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-02-24 19:16 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox