summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-03-01 21:06:34 +0100
committerSebastian Pipping <sping@gentoo.org>2018-03-01 21:07:31 +0100
commit117966ac9eb18d0c121f80d6cf5ee3faabdfdfd7 (patch)
tree8eddaa2dbc07147ec45b26d710d0ae708ab0c3d7 /app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild
parentsys-apps/openrc: 0.35.1 version bump. (diff)
downloadgentoo-117966ac9eb18d0c121f80d6cf5ee3faabdfdfd7.tar.gz
gentoo-117966ac9eb18d0c121f80d6cf5ee3faabdfdfd7.tar.bz2
gentoo-117966ac9eb18d0c121f80d6cf5ee3faabdfdfd7.zip
app-crypt/ubuntu-keyring: 2018.02.28, remove old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild')
-rw-r--r--app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild
new file mode 100644
index 000000000000..4b624c322c14
--- /dev/null
+++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
+HOMEPAGE="http://packages.ubuntu.com/zesty/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
+}