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: sec-keys/openpgp-keys-gentoo-auth/
Date: Sat, 01 Jan 2022 22:12:46
Message-Id: 1641075154.42ca93213d270a188cd7e9555d2cd677a6de62db.mgorny@gentoo
1 commit: 42ca93213d270a188cd7e9555d2cd677a6de62db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 22:10:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 22:12:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ca9321
7
8 sec-keys/openpgp-keys-gentoo-auth: Bump to 20220101
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sec-keys/openpgp-keys-gentoo-auth/Manifest | 1 +
13 .../openpgp-keys-gentoo-auth-20220101.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/sec-keys/openpgp-keys-gentoo-auth/Manifest b/sec-keys/openpgp-keys-gentoo-auth/Manifest
17 index 928b9645b900..a483267fe47d 100644
18 --- a/sec-keys/openpgp-keys-gentoo-auth/Manifest
19 +++ b/sec-keys/openpgp-keys-gentoo-auth/Manifest
20 @@ -1 +1,2 @@
21 DIST gentoo-auth.asc.20200704.gz 4540 BLAKE2B 8ae8a1947ae81e89aef6171b228e97a80331cc58336a0387bbda7c885ec5fff322d17b7fc462d7f3fe88a965455b94d1e16b705903843d75fa53481d525a1965 SHA512 da7d1aa76ea04f465e690560dd2d09306aa120b9f2771abc6fe06d5181c39c9e7db73ae0b9c01b864ccdd55a881a7e9c9716dd87446c809b901bb17c448878f5
22 +DIST gentoo-auth.asc.20220101.gz 5775 BLAKE2B fd8caa753da59bcb9597e302d2c94e6053c5977dbda19d04a7f2a404c6880328c1cdec4251ed44f0f9e9471d2f66e7ff06ea61151770122e95ea9ba6df7e2c85 SHA512 162f5ca1a8c081f889697885c6e261e61bc7ee3dba04418169f85d8161b02866474f0ae95e72e47d83fb10b1ba3eb18d5a0d8556fcf70d094a248c4958f5f9a0
23
24 diff --git a/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20220101.ebuild b/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20220101.ebuild
25 new file mode 100644
26 index 000000000000..87701af5f187
27 --- /dev/null
28 +++ b/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20220101.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DESCRIPTION="Gentoo Authority Keys (GLEP 79)"
36 +HOMEPAGE="https://www.gentoo.org/downloads/signatures/"
37 +SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-auth.asc.${PV}.gz"
38 +
39 +LICENSE="public-domain"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
42 +
43 +S=${WORKDIR}
44 +
45 +# Keys included:
46 +# ABD00913019D6354BA1D9A132839FE0D796198B1
47 +# 18F703D702B1B9591373148C55D3238EC050396E
48 +# 2C13823B8237310FA213034930D132FF0FF50EEB
49 +
50 +src_install() {
51 + insinto /usr/share/openpgp-keys
52 + newins "gentoo-auth.asc.${PV}" gentoo-auth.asc
53 + newins - gentoo-auth-ownertrust.txt <<-EOF
54 + ABD00913019D6354BA1D9A132839FE0D796198B1:6:
55 + EOF
56 +}