From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD128138334 for ; Sun, 28 Apr 2019 10:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD51E08A2; Sun, 28 Apr 2019 10:10:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1941E08A2 for ; Sun, 28 Apr 2019 10:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3047C342B10 for ; Sun, 28 Apr 2019 10:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99EFF5C6 for ; Sun, 28 Apr 2019 10:10:28 +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: <1556446197.14f0a2dca4d923dce5b1f51641554b526bea3453.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-2019.1.ebuild X-VCS-Directories: app-crypt/debian-archive-keyring/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 14f0a2dca4d923dce5b1f51641554b526bea3453 X-VCS-Branch: master Date: Sun, 28 Apr 2019 10:10:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c095e3d1-632b-4cdd-a229-c723f23985fc X-Archives-Hash: 1a07740a30eca008b15afb6a6f0eb8e2 commit: 14f0a2dca4d923dce5b1f51641554b526bea3453 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Apr 28 10:09:57 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Apr 28 10:09:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f0a2dc app-crypt/debian-archive-keyring: 2019.1 Adds key of Debian release "buster" Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.64, Repoman-2.3.12 app-crypt/debian-archive-keyring/Manifest | 1 + .../debian-archive-keyring-2019.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-crypt/debian-archive-keyring/Manifest b/app-crypt/debian-archive-keyring/Manifest index 338821c4591..253224302e1 100644 --- a/app-crypt/debian-archive-keyring/Manifest +++ b/app-crypt/debian-archive-keyring/Manifest @@ -1 +1,2 @@ DIST debian-archive-keyring_2018.1_all.deb 57392 BLAKE2B 3262a1f49af9792ce378a0b6219287ac868d3483783218f55a0ab3d37b9fa0a857da2dcd4c83742d8b47ce4a2df5ecd985d2345d5367908f2f353e8cc0a6a5e3 SHA512 7bf98cda5b9639d68538a8d47e35d422e552bd8afa067e844f0e8e76a366f9d5e503e0f47dd646789fa0264a47b77d0bfcc22559ad09bdc95453e4a5c2169f0f +DIST debian-archive-keyring_2019.1_all.deb 75088 BLAKE2B 54411c4bde02990670baba608e239f1630394f52e877b62b4683c85c5a45a618cece0f429a35472eedce3768dc8a097049b4cd9dd808cc167c5baafd1e8fe9d1 SHA512 051b8507c9deba0d13dc0137ff43ae9db27b20b78c3437ca680046ae9b1c81ac505dc0a4460d4a83c4b256a04a2e57d1280eb2e8a3afb2a58f150ca6c37d0d63 diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild new file mode 100644 index 00000000000..f9d5bd12a13 --- /dev/null +++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit unpacker + +DESCRIPTION="GnuPG archive keys of the Debian archive" +HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring" +SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +src_install() { + doins -r . + mv "${D}"/usr/share/doc/{${PN},${PF}} || die +}