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-release/
Date: Tue, 03 Jul 2018 10:28:16
Message-Id: 1530613567.673238985f89f33f1d9f906a56a12529cb2abf5f.mgorny@gentoo
1 commit: 673238985f89f33f1d9f906a56a12529cb2abf5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 10:26:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 10:26:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67323898
7
8 app-crypt/openpgp-keys-gentoo-release: Bump to 20170703
9
10 Reroll the new release with complete key set.
11
12 Bug: https://bugs.gentoo.org/659914
13
14 app-crypt/openpgp-keys-gentoo-release/Manifest | 1 +
15 .../openpgp-keys-gentoo-release-20180703.ebuild | 20 ++++++++++++++++++++
16 2 files changed, 21 insertions(+)
17
18 diff --git a/app-crypt/openpgp-keys-gentoo-release/Manifest b/app-crypt/openpgp-keys-gentoo-release/Manifest
19 index 5ac8a9e81bf..ff71693a2a5 100644
20 --- a/app-crypt/openpgp-keys-gentoo-release/Manifest
21 +++ b/app-crypt/openpgp-keys-gentoo-release/Manifest
22 @@ -1,2 +1,3 @@
23 DIST gentoo-release.asc.20180323.gz 40546 BLAKE2B 7fed70d734a73368e4772cbca7810e8d61ad3b483e0e0c115072de9f96332b0c8c3c9f091b0ee1cdd056c775db1121deee77d6a629e0b99a4c67d485ccacdfe6 SHA512 31ffdf1e23ea6a36c5f4ab6bd49b9c0323b6b03627a9001589030b2b10e95459b959ee931762bcd43fb94b28eaba5d5ede290b1a41ce3ec0ad1b7b8b0f98d48a
24 DIST gentoo-release.asc.20180530.gz 47465 BLAKE2B de37e8e84570debd8b39003bc65ada276f730e8a792b8990c87f4ffd7bbefd2cf49e44b53d3554fc6ecc302da65c8fc480821fd6e9f11324d5ed08a5fac861ef SHA512 63fcb06ae84657cde66fa74bd2b499936906d7aef36c46d19439c72a8c0f199cdc273d7e25004c60b23c50684365192b2a304f26c2b173564a216316eb22f66a
25 +DIST gentoo-release.asc.20180703.gz 46676 BLAKE2B 934db8c5896aa9fc268820c3349a60854e0a99586c84dbb16e92528b2fac7c043033f68f790bf737fa6835138bdf4dc7ae0df4d67ed96bd8664b16cd42db50a1 SHA512 85ceed12ca105a8dc9767c61b6ff391ed9d3ec2a116ed39b130aa75fa60998d0c2569677b783937bf4cae1cf91f472c9f16fb87abee051fa26f3c7b96bef0b27
26
27 diff --git a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180703.ebuild b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180703.ebuild
28 new file mode 100644
29 index 00000000000..8d339d4fb13
30 --- /dev/null
31 +++ b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180703.ebuild
32 @@ -0,0 +1,20 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +DESCRIPTION="OpenPGP keys used for Gentoo releases (snapshots, stages)"
39 +HOMEPAGE="https://www.gentoo.org/downloads/signatures/"
40 +SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-release.asc.${PV}.gz"
41 +
42 +LICENSE="public-domain"
43 +SLOT="0"
44 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
45 +IUSE=""
46 +
47 +S=${WORKDIR}
48 +
49 +src_install() {
50 + insinto /usr/share/openpgp-keys
51 + newins "gentoo-release.asc.${PV}" gentoo-release.asc
52 +}