commit: f7728f0e5d39ff0a07bba5dff997dba1520e1a91 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Sun May 17 23:44:21 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun May 17 23:44:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f7728f0e
sys-apps/ubuntu-keyring: 2012.05.19 sys-apps/ubuntu-keyring/metadata.xml | 8 ++++++++ .../ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-apps/ubuntu-keyring/metadata.xml b/sys-apps/ubuntu-keyring/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/sys-apps/ubuntu-keyring/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> diff --git a/sys-apps/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild b/sys-apps/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild new file mode 100644 index 0000000..141ca9e --- /dev/null +++ b/sys-apps/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="GnuPG archive keys of the Ubuntu archive" +HOMEPAGE="http://packages.ubuntu.com/vivid/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 +}
