From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B2FC6138CD3 for ; Sun, 17 May 2015 23:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D50E0933; Sun, 17 May 2015 23:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AD4AE0933 for ; Sun, 17 May 2015 23:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EF23340F6E for ; Sun, 17 May 2015 23:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51F5E9D3 for ; Sun, 17 May 2015 23:46:57 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1431906261.f7728f0e5d39ff0a07bba5dff997dba1520e1a91.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/ubuntu-keyring/ X-VCS-Repository: proj/betagarden X-VCS-Files: sys-apps/ubuntu-keyring/metadata.xml sys-apps/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild X-VCS-Directories: sys-apps/ubuntu-keyring/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f7728f0e5d39ff0a07bba5dff997dba1520e1a91 X-VCS-Branch: master Date: Sun, 17 May 2015 23:46:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6bcfcc9d-69fa-4eec-840d-1a0c4e961a06 X-Archives-Hash: 6e805550722b5ce1aff8cfcf2222d138 commit: f7728f0e5d39ff0a07bba5dff997dba1520e1a91 Author: Sebastian Pipping pipping org> AuthorDate: Sun May 17 23:44:21 2015 +0000 Commit: Sebastian Pipping gentoo 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 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + 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 +}