Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-gentoo-mirror/
Date: Mon, 28 May 2018 21:38:51
Message-Id: 1527543520.5f0691eff4a973a086f47111d5db48274d771588.mgorny@gentoo
1 commit: 5f0691eff4a973a086f47111d5db48274d771588
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 18:33:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 21:38:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0691ef
7
8 app-crypt/openpgp-keys-gentoo-mirror: Bump to include new infra key
9
10 app-crypt/openpgp-keys-gentoo-mirror/Manifest | 1 +
11 .../openpgp-keys-gentoo-mirror-20180528.ebuild | 20 ++++++++++++++++++++
12 2 files changed, 21 insertions(+)
13
14 diff --git a/app-crypt/openpgp-keys-gentoo-mirror/Manifest b/app-crypt/openpgp-keys-gentoo-mirror/Manifest
15 index a7be4dbf265..02a488c55e6 100644
16 --- a/app-crypt/openpgp-keys-gentoo-mirror/Manifest
17 +++ b/app-crypt/openpgp-keys-gentoo-mirror/Manifest
18 @@ -1 +1,2 @@
19 DIST gentoo-mirror.asc.20180203.gz 3054 BLAKE2B 4904aee11e80aaab7113356eba5aa8fcaced960b253bf5ba40addc6e4026fa7342319517af3549e902c547d42775fffd8713f1873ac9685d5dfe0207655bbfa5 SHA512 429e1226c535b1c3e0a87b471bf03a6c216086a5d801f77b5061b8f00b44a597e5569b5be58ca3a01aaa2d18c1e323532587e7403ab5ef51d718690d0bad2059
20 +DIST gentoo-mirror.asc.20180528.gz 5954 BLAKE2B 4942ac019249a6fe0c03a4cd33b472b2df82faabb8df1bba9af61dd12d52a5059a5c3ffc20f8c3cd8c5b20d24fd110f4dc0d9f11aaaa439cf07985842c993f40 SHA512 b0856f7ee62798e7b259bba17d7ee63a3bc5c78bbe901d0a45d951f47c1cc435a6b21812bf4287cb45520061713ec1885bfc07e5c2baf76c17a2d3f2584f1685
21
22 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
23 new file mode 100644
24 index 00000000000..fc597b55ac3
25 --- /dev/null
26 +++ b/app-crypt/openpgp-keys-gentoo-mirror/openpgp-keys-gentoo-mirror-20180528.ebuild
27 @@ -0,0 +1,20 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +DESCRIPTION="OpenPGP key used to sign gentoo-mirror commits"
34 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI"
35 +SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-mirror.asc.${PV}.gz"
36 +
37 +LICENSE="public-domain"
38 +SLOT="0"
39 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
40 +IUSE=""
41 +
42 +S=${WORKDIR}
43 +
44 +src_install() {
45 + insinto /usr/share/openpgp-keys
46 + newins "gentoo-mirror.asc.${PV}" gentoo-mirror.asc
47 +}