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 F22471395E1 for ; Wed, 2 Nov 2016 19:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6640FE0B74; Wed, 2 Nov 2016 19:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B929E0B74 for ; Wed, 2 Nov 2016 19:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEB78341616 for ; Wed, 2 Nov 2016 19:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181DD244E for ; Wed, 2 Nov 2016 19:33:56 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1478115228.949089362504ddd4dfca543f3d2b36e60700a806.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mozilla-CA/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mozilla-CA/Manifest dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild X-VCS-Directories: dev-perl/Mozilla-CA/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 949089362504ddd4dfca543f3d2b36e60700a806 X-VCS-Branch: master Date: Wed, 2 Nov 2016 19:33:56 +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: 6678ca53-3740-4aaa-88ef-bc0133610669 X-Archives-Hash: 8b3a3244582f206691cc979d8544dbfa commit: 949089362504ddd4dfca543f3d2b36e60700a806 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Nov 2 19:33:37 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Nov 2 19:33:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94908936 dev-perl/Mozilla-CA: Add gentoo stub, untested, without keywords Package-Manager: portage-2.3.2 dev-perl/Mozilla-CA/Manifest | 1 + dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-perl/Mozilla-CA/Manifest b/dev-perl/Mozilla-CA/Manifest index 8716f67..306cba4 100644 --- a/dev-perl/Mozilla-CA/Manifest +++ b/dev-perl/Mozilla-CA/Manifest @@ -1 +1,2 @@ DIST Mozilla-CA-20160104.tar.gz 154435 SHA256 27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a SHA512 3b416d45ce82d2a0be5f8a3f61506deba48c9208e579e418addb2ff8920599aa4b4ab52f7ff4b8aaf274cf4cf2da8d30f7775f9663c6d9d3aae92f7a1cf6292b WHIRLPOOL c1ee08a9cca917424b46a2440bcec55bcca4622864ccdf4f2b21752fbbc12e14cd999232a025437e547174e81e5321be50fa140e2f7bb3cd77df92584767414a +DIST Mozilla-CA-20999999.tar.gz 3225 SHA256 20dae94f5b5f65a06825c6d216e1ef19afff8c8f9e7bb70899707f1ab436f012 SHA512 91b1128a21c0fb16d3572c1df65584898cc6a0994c385bee46b355539946558cb918ad19a0fe405bb41613e8ccc8a576188ad0fc32536c970eb292c5edceee7b WHIRLPOOL a38f834a5e4dd873420d1dab80062d95d9b56bfb7ffe0e1c09866be604dbc3f8a39980517d8fcbbd4ddd95d0ce898b73086eb1456a51d2df7dbcb347f66108aa diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild b/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild new file mode 100644 index 00000000..0af63a2 --- /dev/null +++ b/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit perl-module +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" + +DESCRIPTION="Mozilla's CA cert bundle in PEM format (Gentoo stub)" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="app-misc/ca-certificates" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"