summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-28 20:33:51 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-28 23:38:40 +0200
commit5f0691eff4a973a086f47111d5db48274d771588 (patch)
treeef220457dc58c73d0ad1296485d1ad7f9d7230b2 /app-crypt/openpgp-keys-gentoo-mirror
parentapp-office/libreoffice: Disable more test (diff)
downloadgentoo-5f0691eff4a973a086f47111d5db48274d771588.tar.gz
gentoo-5f0691eff4a973a086f47111d5db48274d771588.tar.bz2
gentoo-5f0691eff4a973a086f47111d5db48274d771588.zip
app-crypt/openpgp-keys-gentoo-mirror: Bump to include new infra key
Diffstat (limited to 'app-crypt/openpgp-keys-gentoo-mirror')
-rw-r--r--app-crypt/openpgp-keys-gentoo-mirror/Manifest1
-rw-r--r--app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180528.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-crypt/openpgp-keys-gentoo-mirror/Manifest b/app-crypt/openpgp-keys-gentoo-mirror/Manifest
index a7be4dbf265d..02a488c55e65 100644
--- a/app-crypt/openpgp-keys-gentoo-mirror/Manifest
+++ b/app-crypt/openpgp-keys-gentoo-mirror/Manifest
@@ -1 +1,2 @@
DIST gentoo-mirror.asc.20180203.gz 3054 BLAKE2B 4904aee11e80aaab7113356eba5aa8fcaced960b253bf5ba40addc6e4026fa7342319517af3549e902c547d42775fffd8713f1873ac9685d5dfe0207655bbfa5 SHA512 429e1226c535b1c3e0a87b471bf03a6c216086a5d801f77b5061b8f00b44a597e5569b5be58ca3a01aaa2d18c1e323532587e7403ab5ef51d718690d0bad2059
+DIST gentoo-mirror.asc.20180528.gz 5954 BLAKE2B 4942ac019249a6fe0c03a4cd33b472b2df82faabb8df1bba9af61dd12d52a5059a5c3ffc20f8c3cd8c5b20d24fd110f4dc0d9f11aaaa439cf07985842c993f40 SHA512 b0856f7ee62798e7b259bba17d7ee63a3bc5c78bbe901d0a45d951f47c1cc435a6b21812bf4287cb45520061713ec1885bfc07e5c2baf76c17a2d3f2584f1685
diff --git a/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180528.ebuild b/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180528.ebuild
new file mode 100644
index 000000000000..fc597b55ac39
--- /dev/null
+++ b/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180528.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
+}