diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-03 13:35:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-03 14:26:40 +0100 |
commit | 874319c668be85e00bf7c0a713dc8201b860ef31 (patch) | |
tree | 14ea73ef62b9ea04452ea5966bd2adbc774f81cb /app-crypt | |
parent | profiles/base/p.use.stable.mask: Allow media-libs/gstreamer[unwind] on stable (diff) | |
download | gentoo-874319c668be85e00bf7c0a713dc8201b860ef31.tar.gz gentoo-874319c668be85e00bf7c0a713dc8201b860ef31.tar.bz2 gentoo-874319c668be85e00bf7c0a713dc8201b860ef31.zip |
app-crypt/openpgp-keys-gentoo-mirror: Add key package for gentoo-mirror
Diffstat (limited to 'app-crypt')
3 files changed, 29 insertions, 0 deletions
diff --git a/app-crypt/openpgp-keys-gentoo-mirror/Manifest b/app-crypt/openpgp-keys-gentoo-mirror/Manifest new file mode 100644 index 000000000000..a7be4dbf265d --- /dev/null +++ b/app-crypt/openpgp-keys-gentoo-mirror/Manifest @@ -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 index 000000000000..0319eec4c8be --- /dev/null +++ b/app-crypt/openpgp-keys-gentoo-mirror/metadata.xml @@ -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 index 000000000000..fc597b55ac39 --- /dev/null +++ b/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180203.ebuild @@ -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 +} |