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 96D8C1388C0 for ; Sun, 21 Feb 2016 18:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02DFF21C006; Sun, 21 Feb 2016 18:23:41 +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 A2D3F21C006 for ; Sun, 21 Feb 2016 18:23:40 +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 92D02340BD0 for ; Sun, 21 Feb 2016 18:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52C8D16C4 for ; Sun, 21 Feb 2016 18:23:37 +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: <1456078396.d5ab799a071a89a7660cd7ace8602e7b2b631ebc.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/debian-archive-keyring/Manifest app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild app-crypt/debian-archive-keyring/metadata.xml X-VCS-Directories: app-crypt/debian-archive-keyring/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: d5ab799a071a89a7660cd7ace8602e7b2b631ebc X-VCS-Branch: master Date: Sun, 21 Feb 2016 18:23:37 +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: f022fe6f-c061-42c5-970f-8509c201a52d X-Archives-Hash: c8ab06b236e733036a37752e95ad92ff commit: d5ab799a071a89a7660cd7ace8602e7b2b631ebc Author: Sebastian Pipping gentoo org> AuthorDate: Sun Feb 21 18:05:45 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Feb 21 18:13:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ab799a app-crypt/debian-archive-keyring: new package (bug #387565 related) Package-Manager: portage-2.2.27 app-crypt/debian-archive-keyring/Manifest | 1 + .../debian-archive-keyring-2014.3.ebuild | 18 ++++++++++++++++++ app-crypt/debian-archive-keyring/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) diff --git a/app-crypt/debian-archive-keyring/Manifest b/app-crypt/debian-archive-keyring/Manifest new file mode 100644 index 0000000..1677b98 --- /dev/null +++ b/app-crypt/debian-archive-keyring/Manifest @@ -0,0 +1 @@ +DIST debian-archive-keyring_2014.3.tar.xz 61380 SHA256 46be978ec2f72b0277d9e71bda30ea1b2b9aa00b1952cb35e8b22a2c016f5e22 SHA512 6ae189976dca807705c76fab16d8219f042dc3c8a12e6f12872cc6faa8941831392d0b97a34367c24855f98621ba2eb56e71440291bc12a5cecc05ea2b5622ab WHIRLPOOL 94344189e21e42333e5f131aada6bda02d7f9bf72c809df00ef6e570810524bd9b9f4e79b55237b224155fb651205a60848ce037e4dae138b6449e97c1ace9ea diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild new file mode 100644 index 0000000..0e10b93 --- /dev/null +++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild @@ -0,0 +1,18 @@ +# 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 Debian archive" +HOMEPAGE="http://packages.debian.org/sid/debian-archive-keyring" +SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-crypt/jetring" + +MAKEOPTS+=' -j1' diff --git a/app-crypt/debian-archive-keyring/metadata.xml b/app-crypt/debian-archive-keyring/metadata.xml new file mode 100644 index 0000000..75493d7 --- /dev/null +++ b/app-crypt/debian-archive-keyring/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + +