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 CA3CF138CDD for ; Tue, 9 Jun 2015 10:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4B3E0874; Tue, 9 Jun 2015 10:13:21 +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 5E9E0E087B for ; Tue, 9 Jun 2015 10:13:20 +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 9CEB5340A9D for ; Tue, 9 Jun 2015 10:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52CE4A32 for ; Tue, 9 Jun 2015 10:13:18 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1433844299.ec322398e24f40ebf95cbb37adcb5f0d9485a2d4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Coverage-TrustPod/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.0.ebuild dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild X-VCS-Directories: dev-perl/Pod-Coverage-TrustPod/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ec322398e24f40ebf95cbb37adcb5f0d9485a2d4 X-VCS-Branch: master Date: Tue, 9 Jun 2015 10:13:18 +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: 12081cef-b3dd-4f21-8658-13a334d424f8 X-Archives-Hash: a4f1c866b5949a2315601034e2573676 commit: ec322398e24f40ebf95cbb37adcb5f0d9485a2d4 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 10:04:59 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 10:04:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ec322398 [cleanup] Pod-Coverage-TrustPod: Remove old versions Package-Manager: portage-2.2.17 .../Pod-Coverage-TrustPod-0.100.0.ebuild | 27 ------------------- .../Pod-Coverage-TrustPod-0.100.1-r1.ebuild | 30 ---------------------- 2 files changed, 57 deletions(-) diff --git a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.0.ebuild b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.0.ebuild deleted file mode 100644 index 787356b..0000000 --- a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.100000 -inherit perl-module - -DESCRIPTION="allow a module's pod to contain Pod::Coverage hints" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - dev-perl/Pod-Coverage - dev-perl/Pod-Eventual -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild deleted file mode 100644 index 11c0c4e..0000000 --- a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.100001 -inherit perl-module - -DESCRIPTION="allow a module's pod to contain Pod::Coverage hints" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -comment() { echo ''; } -COMMON_DEPEND=" - dev-perl/Pod-Coverage $(comment Pod::Coverage::COuntParents) - dev-perl/Pod-Eventual $(comment Pod::Eventual::Simple) - virtual/perl-Pod-Parser $(comment Pod::Find) -" -DEPEND=" - ${COMMON_DEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0) - >=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"