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 1A56A59CAF for ; Sat, 2 Apr 2016 14:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E01721C037; Sat, 2 Apr 2016 14:58:02 +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 2BB0B21C036 for ; Sat, 2 Apr 2016 14:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 50869340B3F for ; Sat, 2 Apr 2016 14:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A77D215F for ; Sat, 2 Apr 2016 14:57:55 +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: <1459608855.f0fdd0f00b21320ff5e0d170b74ed03839f8fabb.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-20150826.ebuild X-VCS-Directories: dev-perl/Mozilla-CA/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f0fdd0f00b21320ff5e0d170b74ed03839f8fabb X-VCS-Branch: master Date: Sat, 2 Apr 2016 14:57:55 +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: 805f1627-99c4-4840-ae56-58923c550be2 X-Archives-Hash: d17b616f15c410d89145bb6e6702ac94 commit: f0fdd0f00b21320ff5e0d170b74ed03839f8fabb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 2 14:49:02 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 2 14:54:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fdd0f0 dev-perl/Mozilla-CA: Remove old Package-Manager: portage-2.2.28 dev-perl/Mozilla-CA/Manifest | 1 - dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-perl/Mozilla-CA/Manifest b/dev-perl/Mozilla-CA/Manifest index 9dd24a1..8716f67 100644 --- a/dev-perl/Mozilla-CA/Manifest +++ b/dev-perl/Mozilla-CA/Manifest @@ -1,2 +1 @@ -DIST Mozilla-CA-20150826.tar.gz 155342 SHA256 c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369 SHA512 14ca46bd240dba9d41697ad65d22562d2b86fc81ac40dbbbe51ec41758ee164a7be3c9a3e82f2eed24affb6e47faa2f93e3d14e8940ef6a3363763182b9b559e WHIRLPOOL 84cbc502128da250985d898edcdc1e2287728113d194f53e33833fd1367e01c4ae38e6efa4769121a726eb37bb865f7537ca6f60bd806a777e99b9b8f4ee52f7 DIST Mozilla-CA-20160104.tar.gz 154435 SHA256 27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a SHA512 3b416d45ce82d2a0be5f8a3f61506deba48c9208e579e418addb2ff8920599aa4b4ab52f7ff4b8aaf274cf4cf2da8d30f7775f9663c6d9d3aae92f7a1cf6292b WHIRLPOOL c1ee08a9cca917424b46a2440bcec55bcca4622864ccdf4f2b21752fbbc12e14cd999232a025437e547174e81e5321be50fa140e2f7bb3cd77df92584767414a diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild b/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild deleted file mode 100644 index 2524cc6..0000000 --- a/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DIST_AUTHOR=ABH -inherit perl-module - -DESCRIPTION="Mozilla's CA cert bundle in PEM format" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"