Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ubuntu-keyring/
Date: Wed, 31 Mar 2021 13:15:23
Message-Id: 1617196433.012ec2a079276505af548d8202626b7624598bbc.sping@gentoo
1 commit: 012ec2a079276505af548d8202626b7624598bbc
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 12:08:09 2021 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 13:13:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012ec2a0
7
8 app-crypt/ubuntu-keyring: 2021.03.26
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12
13 app-crypt/ubuntu-keyring/Manifest | 1 +
14 .../ubuntu-keyring/ubuntu-keyring-2021.03.26.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/app-crypt/ubuntu-keyring/Manifest b/app-crypt/ubuntu-keyring/Manifest
18 index 29a60a24580..a9c58c0fd53 100644
19 --- a/app-crypt/ubuntu-keyring/Manifest
20 +++ b/app-crypt/ubuntu-keyring/Manifest
21 @@ -1,2 +1,3 @@
22 DIST ubuntu-keyring_2020.02.11.2.tar.gz 39180 BLAKE2B e87e491bb7e22217fa9085edf77f833a3ee59cc7defe5690d343fe418795e4ca494d5db5df97684444906f4417f89b2730268599f3115c01fe8bcbc49e540558 SHA512 e717699a6f85a07e87cb3362550ce8a0db1271d2efd85f97405c0e9139516fdf8ca473a37035b5e6e38aca9e1a29e92f4a948d51def076f9c25961c5a1d91ce1
23 DIST ubuntu-keyring_2020.06.17.1.tar.gz 36420 BLAKE2B bf3d7fa685df28db74d97c3b22c4fcd1cfe39f4a19b6ab8eb9bbb894b891cd0483ffa746c2f7c7b268582ad6e5420b1cfe40dd40bc9baa684eed5b42012bb248 SHA512 33009928eeeadbe1627b77f7db1aba32cf1e59d2fd6767bcd0d441d3521cb2b07c5bf06be86e8426c96b9661786a958b2e978f12d8f0941d1ac79289d977eeaf
24 +DIST ubuntu-keyring_2021.03.26.tar.gz 34529 BLAKE2B 8f7e5c2d10f5c56047c995ae3288fe2c16cf325f3165ca627c1ac3a0dfb0f9549e65a02ae1a848e0c7ac9d712120fcd476da70b79f420975bdd0e24ca17d5928 SHA512 04a76e2bfa88fb428face9e01976ff98a3a26fe2b555340c14200fc6099ee3b474a6733486cedfe933933c0a6826ee3550660499d7b26bda8a27a620b1d6a35f
25
26 diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2021.03.26.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2021.03.26.ebuild
27 new file mode 100644
28 index 00000000000..3e1179815e3
29 --- /dev/null
30 +++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2021.03.26.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
38 +HOMEPAGE="https://packages.ubuntu.com/hirsute/ubuntu-keyring"
39 +SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc64 ~x86"
44 +IUSE=""
45 +
46 +DOCS=( changelog README )
47 +
48 +src_install() {
49 + default
50 + insinto /usr/share/keyrings/
51 + doins keyrings/*.gpg
52 +}