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 B3D65138CC5 for ; Thu, 26 Mar 2015 12:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B941E0849; Thu, 26 Mar 2015 12:14:53 +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 BE756E0849 for ; Thu, 26 Mar 2015 12:14:52 +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 6CD39340B7D for ; Thu, 26 Mar 2015 12:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E9314932 for ; Thu, 26 Mar 2015 12:14:48 +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: <1427364890.e751f69d396373219e529cb6819d7277d303d0af.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Inject/, dev-perl/CPAN-Inject/files/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild dev-perl/CPAN-Inject/files/Test-0.10.patch dev-perl/CPAN-Inject/files/Test-0.11.patch dev-perl/CPAN-Inject/files/Test-1.12.patch X-VCS-Directories: dev-perl/CPAN-Inject/ dev-perl/CPAN-Inject/files/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e751f69d396373219e529cb6819d7277d303d0af X-VCS-Branch: master Date: Thu, 26 Mar 2015 12:14:48 +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: 4e40e1ee-78f6-496b-91c2-b078bd8d7dea X-Archives-Hash: 1122cb989939d25fec893b980bd5e010 commit: e751f69d396373219e529cb6819d7277d303d0af Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 10:14:50 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 10:14:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e751f69d [cleanup] CPAN-Inject: Remove old versions Package-Manager: portage-2.2.17 dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild | 36 ------------------------- dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild | 36 ------------------------- dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild | 36 ------------------------- dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild | 34 ----------------------- dev-perl/CPAN-Inject/files/Test-0.10.patch | 20 -------------- dev-perl/CPAN-Inject/files/Test-0.11.patch | 20 -------------- dev-perl/CPAN-Inject/files/Test-1.12.patch | 27 ------------------- 7 files changed, 209 deletions(-) diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild deleted file mode 100644 index 57a8b1d..0000000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="0.10" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild deleted file mode 100644 index 896fbde..0000000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="0.11" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild deleted file mode 100644 index d76c4aa..0000000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="1.12" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild deleted file mode 100644 index 4b3f659..0000000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="1.13" -inherit perl-module perl-declaredeps - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -#PATCHES=( -# "${FILESDIR}/Test-${PV}.patch" -#); - -depend-virtual File-Spec 0.80 -#depend File-stat 1.00 # CORE -depend File-chmod 0.30 -depend-virtual File-Path 1.00 -#depend File-Copy 2.02 # CORE -#depend File-Basename 2.6 # CORE -depend Params-Util 0.21 -depend-virtual CPAN 1.360 -depend CPAN-Checksums 1.05 - -test-depend-virtual Test-Simple 0.42 # Test::More -test-depend Test-Script 1.20.0 -test-depend File-Remove 0.340.0 - -ddep_setup - -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/files/Test-0.10.patch b/dev-perl/CPAN-Inject/files/Test-0.10.patch deleted file mode 100644 index 4a30476..0000000 --- a/dev-perl/CPAN-Inject/files/Test-0.10.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur CPAN-Inject-0.10/t/02_main.t CPAN-Inject-0.10.new/t/02_main.t ---- CPAN-Inject-0.10/t/02_main.t 2007-12-11 16:48:15.000000000 +1300 -+++ CPAN-Inject-0.10.new/t/02_main.t 2009-09-03 00:01:17.579196648 +1200 -@@ -77,6 +77,7 @@ - }; - SKIP: { - skip( "Current user owns CPAN::Config", 1 ) unless $@; -+ skip( "There is no sources dir", 1 ) if $@ =~ /does not exist/; - ok( - $@ =~ /The sources directory is not owned by the current user/, - 'Got expected error', -@@ -119,7 +120,7 @@ - ok( - -f catfile($author, 'CHECKSUMS'), - 'Created CHECKSUMS file', -- ); -+ ); - } - - ##################################################################### diff --git a/dev-perl/CPAN-Inject/files/Test-0.11.patch b/dev-perl/CPAN-Inject/files/Test-0.11.patch deleted file mode 100644 index 7e95ff6..0000000 --- a/dev-perl/CPAN-Inject/files/Test-0.11.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur CPAN-Inject-0.11/t/02_main.t CPAN-Inject-0.11.new/t/02_main.t ---- CPAN-Inject-0.11/t/02_main.t 2007-12-11 16:48:15.000000000 +1300 -+++ CPAN-Inject-0.11.new/t/02_main.t 2009-09-03 00:01:17.579196648 +1200 -@@ -77,6 +77,7 @@ - }; - SKIP: { - skip( "Current user owns CPAN::Config", 1 ) unless $@; -+ skip( "There is no sources dir", 1 ) if $@ =~ /does not exist/; - ok( - $@ =~ /The sources directory is not owned by the current user/, - 'Got expected error', -@@ -119,7 +120,7 @@ - ok( - -f catfile($author, 'CHECKSUMS'), - 'Created CHECKSUMS file', -- ); -+ ); - } - - ##################################################################### diff --git a/dev-perl/CPAN-Inject/files/Test-1.12.patch b/dev-perl/CPAN-Inject/files/Test-1.12.patch deleted file mode 100644 index 9de6c79..0000000 --- a/dev-perl/CPAN-Inject/files/Test-1.12.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naur CPAN-Inject-1.12/t/02_main.t CPAN-Inject-1.12.new/t/02_main.t ---- CPAN-Inject-1.12/t/02_main.t 2010-12-17 15:08:05.000000000 +0000 -+++ CPAN-Inject-1.12.new/t/02_main.t 2010-12-18 16:37:05.096562145 +0000 -@@ -92,6 +92,7 @@ - - - -+SKIP: { # GENTOO SKIP BLOCK - - ##################################################################### - # Add a distribution -@@ -104,6 +105,9 @@ - - # Add the distribution - my $dist = catfile( 't', 'data', 'Config-Tiny-2.09.tar.gz' ); -+ -+ skip( "GENTOO: Test Data File does not exist", 8 ) unless -e $dist; -+ - ok( -f $dist, 'Test distribution exists' ); - is( - $cpan->add( file => $dist ), -@@ -143,4 +147,5 @@ - ); - } - -+} # END GENTOO SKIP BLOCK - 1;