commit:     411174f7d57251485d2c52b7429106d2d04c44f2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 22:57:57 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 22:57:57 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=411174f7

[bump] dev-perl/Tree-Simple-VisitorFactory  to version 0.120.0, removing old

Package-Manager: portage-2.2.10

---
 dev-perl/Tree-Simple-VisitorFactory/ChangeLog      |  8 +++++
 .../Tree-Simple-VisitorFactory-0.10.ebuild         | 18 -----------
 .../Tree-Simple-VisitorFactory-0.120.0.ebuild      | 36 ++++++++++++++++++++++
 .../files/0.12/no-require-podtests.patch           | 30 ++++++++++++++++++
 4 files changed, 74 insertions(+), 18 deletions(-)

diff --git a/dev-perl/Tree-Simple-VisitorFactory/ChangeLog 
b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
index d864140..165622c 100644
--- a/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
+++ b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Tree-Simple-VisitorFactory-0.120.0 (05 Sep 2014)
+
+  05 Sep 2014; Kent Fredric <kentfred...@gmail.com>
+  -Tree-Simple-VisitorFactory-0.10.ebuild,
+  +Tree-Simple-VisitorFactory-0.120.0.ebuild,
+  +files/0.12/no-require-podtests.patch:
+   to version 0.120.0, removing old
+
   05 Jul 2014; Kent Fredric <kentfred...@gmail.com>
   Tree-Simple-VisitorFactory-0.10.ebuild:
   Do not depend on perl-core/ directly

diff --git 
a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild 
b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
deleted file mode 100644
index 2c84961..0000000
--- a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=STEVAN
-inherit perl-module
-
-DESCRIPTION="A factory object for dispensing Visitor objects"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-       >=virtual/perl-Test-Simple-0.47
-       >=dev-perl/Test-Exception-0.15
-       >=dev-perl/Tree-Simple-1.12"

diff --git 
a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.120.0.ebuild 
b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.120.0.ebuild
new file mode 100644
index 0000000..1e95bab
--- /dev/null
+++ 
b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.120.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RSAVAGE
+MODULE_VERSION=0.12
+MODULE_A_EXT="tgz"
+inherit perl-module
+
+DESCRIPTION="A factory object for dispensing Visitor objects"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+# base -> implicit
+# Scalar::Util -> perl-Scalar-List-Utils
+# Tree::Simple::Visitor -> Tree-Simple
+RDEPEND="
+       >=virtual/perl-File-Spec-0.600.0
+       >=virtual/perl-Scalar-List-Utils-1.100.0
+       >=dev-perl/Tree-Simple-1.220.0"
+DEPEND="$RDEPEND
+       >=virtual/perl-Module-Build-0.380.0
+       >=dev-perl/Test-Exception-0.150.0
+       >=virtual/perl-Test-Simple-0.470.0
+"
+PERL_RM_FILES=(
+       t/pod.t
+       t/pod_coverage.t
+)
+PATCHES=(
+       "${FILESDIR}/${MODULE_VERSION}/no-require-podtests.patch"
+)
+SRC_TEST="do parallel"

diff --git 
a/dev-perl/Tree-Simple-VisitorFactory/files/0.12/no-require-podtests.patch 
b/dev-perl/Tree-Simple-VisitorFactory/files/0.12/no-require-podtests.patch
new file mode 100644
index 0000000..3e45b80
--- /dev/null
+++ b/dev-perl/Tree-Simple-VisitorFactory/files/0.12/no-require-podtests.patch
@@ -0,0 +1,30 @@
+diff -Naur t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t 
t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t
+--- t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t  2013-10-31 
22:29:53.000000000 +0000
++++ t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t  2014-09-05 
22:47:11.126521673 +0000
+@@ -62,8 +62,6 @@
+         93_Tree_Simple_Visitor_ToNestedArray_test.t  
+         95_Tree_Simple_Visitor_LoadClassHierarchy_test.t 
+         96_Tree_Simple_Visitor_VariableDepthClone_test.t       
+-      pod.t
+-      pod_coverage.t
+ );
+ my %normal = map { $_ => undef } @normal;
+ 
+@@ -163,8 +163,6 @@
+             93_Tree_Simple_Visitor_ToNestedArray_test.t  
+             95_Tree_Simple_Visitor_LoadClassHierarchy_test.t        
+             96_Tree_Simple_Visitor_VariableDepthClone_test.t 
+-              pod.t
+-              pod_coverage.t
+     );    
+ 
+     my $visitor_check = Tree::Simple::Visitor::GetAllDescendents->new();
+@@ -239,8 +237,6 @@
+             93_Tree_Simple_Visitor_ToNestedArray_test.t   
+             95_Tree_Simple_Visitor_LoadClassHierarchy_test.t     
+             96_Tree_Simple_Visitor_VariableDepthClone_test.t               
+-              pod.t
+-              pod_coverage.t  
+         Changes
+         Makefile.PL
+         MANIFEST

Reply via email to