summaryrefslogtreecommitdiff
path: root/app-crypt/ubuntu-keyring
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-09-16 20:51:07 +0200
committerSebastian Pipping <sping@gentoo.org>2016-09-16 21:24:53 +0200
commitcaeb570198d267cd1f05da24c371883218912042 (patch)
treeba0bdcd2ec42173244d052311262e15a2982c85f /app-crypt/ubuntu-keyring
parentdd1d43ea62235ac850280768de78b32c720f3276 (diff)
downloadgentoo-caeb570198d267cd1f05da24c371883218912042.tar.gz
gentoo-caeb570198d267cd1f05da24c371883218912042.tar.xz
app-crypt/ubuntu-keyring: 2016.09.01
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/ubuntu-keyring')
-rw-r--r--app-crypt/ubuntu-keyring/Manifest1
-rw-r--r--app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-crypt/ubuntu-keyring/Manifest b/app-crypt/ubuntu-keyring/Manifest
index 6b7c28b8829..dde7a91780d 100644
--- a/app-crypt/ubuntu-keyring/Manifest
+++ b/app-crypt/ubuntu-keyring/Manifest
@@ -1 +1,2 @@
DIST ubuntu-keyring_2012.05.19.tar.gz 18495 SHA256 8b3bb00770c7b1e5c0abb215ecf8c383cb3b709292a52aeb1022b5556e768b69 SHA512 3f33099255af9aad1ae8ae845074e714dc846134f49934b221a74c21ef35af5172dc1d845d3819cb28f353abd23df690b15fa0e7f74f8e2a882ddef1ab150f54 WHIRLPOOL 3c0fb09c0295c036fd35d1d53f5aef7ea5d40228563c253dc2e232a059baaa9f443daad34e841fdd9bd216950fcfda81145b85606bc43e9b783cb723d6241c6e
+DIST ubuntu-keyring_2016.09.01.tar.gz 18251 SHA256 d0b49ab9d7e04a863e4194be787194f2de9d2350337ae898612cbb2e8df09b85 SHA512 ae48fb7a57c95140abb38fa3ed0484acf5374ecc562b54ca321a1c33e76178c3f9e5869ceca1f529686135d601f5738d4426589e558f65923271ca5d2f16ebe2 WHIRLPOOL 6358d1f1b8534e8c09b79f4819c3facd29d98c05c9739e81a74e5d3fae20dc5b4075a94af89482e4285ec275ee8aff8e6a6f297fef93db362dcf61607c7646dd
diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild
new file mode 100644
index 00000000000..306525fa143
--- /dev/null
+++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
+HOMEPAGE="http://packages.ubuntu.com/yakkety/ubuntu-keyring"
+SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ insinto /usr/share/keyrings/
+ doins keyrings/*.gpg
+
+ dodoc changelog README
+}