mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
sec-keys/openpgp-keys-notqmail: initial import
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
9531bb4fd1
commit
bdb40243e6
1
sec-keys/openpgp-keys-notqmail/Manifest
Normal file
1
sec-keys/openpgp-keys-notqmail/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 9A6150DEAB029ADDF4D735E35CA4893E69B9FC4E.asc 3285 BLAKE2B 920d0f68824963a3713ab4a0f1cef65d449550b3034738b61656be2ce4d115f5f6f8a6c3f8f3289753000d7a9670efef9b5bb83c60d0091f049d88605559fd65 SHA512 af24cc2ba8671cfcfa21961fd6f575fd76d97f4414e76b7014e19adff67b201ed87ff875eb79a383e89321724ef4b5bcdf2b6c6a0ba6c06805825bb305f688b0
|
||||
13
sec-keys/openpgp-keys-notqmail/metadata.xml
Normal file
13
sec-keys/openpgp-keys-notqmail/metadata.xml
Normal file
@@ -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>
|
||||
@@ -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}/}")
|
||||
}
|
||||
Reference in New Issue
Block a user