app-crypt/openpgp-keys-gentoo-mirror: Add key package for gentoo-mirror
authorMichał Górny <mgorny@gentoo.org>
Sat, 3 Feb 2018 12:35:14 +0000 (13:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 3 Feb 2018 13:26:40 +0000 (14:26 +0100)
app-crypt/openpgp-keys-gentoo-mirror/Manifest [new file with mode: 0644]
app-crypt/openpgp-keys-gentoo-mirror/metadata.xml [new file with mode: 0644]
app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180203.ebuild [new file with mode: 0644]

diff --git a/app-crypt/openpgp-keys-gentoo-mirror/Manifest b/app-crypt/openpgp-keys-gentoo-mirror/Manifest
new file mode 100644 (file)
index 0000000..a7be4db
--- /dev/null
@@ -0,0 +1 @@
+DIST gentoo-mirror.asc.20180203.gz 3054 BLAKE2B 4904aee11e80aaab7113356eba5aa8fcaced960b253bf5ba40addc6e4026fa7342319517af3549e902c547d42775fffd8713f1873ac9685d5dfe0207655bbfa5 SHA512 429e1226c535b1c3e0a87b471bf03a6c216086a5d801f77b5061b8f00b44a597e5569b5be58ca3a01aaa2d18c1e323532587e7403ab5ef51d718690d0bad2059
diff --git a/app-crypt/openpgp-keys-gentoo-mirror/metadata.xml b/app-crypt/openpgp-keys-gentoo-mirror/metadata.xml
new file mode 100644 (file)
index 0000000..0319eec
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>mgorny@gentoo.org</email>
+               <name>Michał Górny</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180203.ebuild b/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180203.ebuild
new file mode 100644 (file)
index 0000000..fc597b5
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="OpenPGP key used to sign gentoo-mirror commits"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI"
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-mirror.asc.${PV}.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+       insinto /usr/share/openpgp-keys
+       newins "gentoo-mirror.asc.${PV}" gentoo-mirror.asc
+}