public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Find-Rule-Perl/files/1.10/, dev-perl/File-Find-Rule-Perl/
@ 2011-05-11  2:14 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2011-05-11  2:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f63ce44888d7c1041829caf1a5ef0502d630a236
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 11 02:13:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 11 02:13:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f63ce448

[fix] File-Find-Rule-Perl : Avert test fails on some EUMMs

(Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/File-Find-Rule-Perl/ChangeLog             |    9 +++++-
 .../File-Find-Rule-Perl-1.10-r1.ebuild             |   24 +++++++++++++++
 ...t-for-ExtUtils-MakeMaker-and-also-being-i.patch |   32 ++++++++++++++++++++
 3 files changed, 64 insertions(+), 1 deletions(-)

diff --git a/dev-perl/File-Find-Rule-Perl/ChangeLog b/dev-perl/File-Find-Rule-Perl/ChangeLog
index 405c3e5..8272f5c 100644
--- a/dev-perl/File-Find-Rule-Perl/ChangeLog
+++ b/dev-perl/File-Find-Rule-Perl/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/File-Find-Rule-Perl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Find-Rule-Perl-1.10-r1 (11 May 2011)
+
+  11 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +files/1.10/0001-Fix-the-test-for-ExtUtils-MakeMaker-and-also-being-i.patch,
+  +File-Find-Rule-Perl-1.10-r1.ebuild:
+  Add fix for Test failures with some EUMMs
+
 *File-Find-Rule-Perl-1.10 (05 Nov 2010)
 
   05 Nov 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.10-r1.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.10-r1.ebuild
new file mode 100644
index 0000000..1d248c9
--- /dev/null
+++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.10-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=ADAMK
+inherit perl-module
+
+DESCRIPTION="Common rules for searching for Perl things"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+PATCHES=(
+	"${FILESDIR}/${PV}/0001-Fix-the-test-for-ExtUtils-MakeMaker-and-also-being-i.patch"
+)
+RDEPEND="virtual/perl-File-Spec
+	dev-perl/File-Find-Rule
+	>=dev-perl/Params-Util-0.38
+	virtual/perl-Parse-CPAN-Meta"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do

diff --git a/dev-perl/File-Find-Rule-Perl/files/1.10/0001-Fix-the-test-for-ExtUtils-MakeMaker-and-also-being-i.patch b/dev-perl/File-Find-Rule-Perl/files/1.10/0001-Fix-the-test-for-ExtUtils-MakeMaker-and-also-being-i.patch
new file mode 100644
index 0000000..39bd49d
--- /dev/null
+++ b/dev-perl/File-Find-Rule-Perl/files/1.10/0001-Fix-the-test-for-ExtUtils-MakeMaker-and-also-being-i.patch
@@ -0,0 +1,32 @@
+From 17d36085f5776673e4100512159d3aa835bf559d Mon Sep 17 00:00:00 2001
+From: Michael G. Schwern <schwern@pobox.com>
+Date: Thu, 31 Mar 2011 09:57:53 +1100
+Subject: [PATCH] Fix the test for ExtUtils::MakeMaker and also being in a git repository.
+
+---
+ t/03_no_index.t |    3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/t/03_no_index.t b/t/03_no_index.t
+index 1bef5c5..77e40ef 100644
+--- a/t/03_no_index.t
++++ b/t/03_no_index.t
+@@ -39,12 +39,15 @@ SCOPE: {
+ 			README
+ 			pm_to_blib
+                         MYMETA.yml
++                        MYMETA.json
+ 		};
+ 		my @files = sort grep {
+ 			! /^debian\b/
+ 			and
+ 			! /\.svn\b/
+ 			and
++			! /\.git\b/
++			and
+ 			! /\.sw[op]\b/
+ 			and
+ 			! /\bblib\b/
+-- 
+1.7.5.rc3
+



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-11  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  2:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Find-Rule-Perl/files/1.10/, dev-perl/File-Find-Rule-Perl/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox