summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-06-09 06:25:41 +0000
committerTorsten Veller <tove@gentoo.org>2012-06-09 06:25:41 +0000
commit98c2c618d5a26af7ad703fb4025938a82911b5d9 (patch)
tree057ea0ededf58410631f80acd7d88726ecc8fd77 /dev-perl/XML-LibXML
parentmarked x86 per bug 418291 (diff)
downloadgentoo-2-98c2c618d5a26af7ad703fb4025938a82911b5d9.tar.gz
gentoo-2-98c2c618d5a26af7ad703fb4025938a82911b5d9.tar.bz2
gentoo-2-98c2c618d5a26af7ad703fb4025938a82911b5d9.zip
Fix t/03doc.t test failure with recent libxml2. Reported by Nikoli in bug #420313
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-LibXML')
-rw-r--r--dev-perl/XML-LibXML/ChangeLog6
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXML/ChangeLog b/dev-perl/XML-LibXML/ChangeLog
index 419353a6ec9a..6abb76f98b05 100644
--- a/dev-perl/XML-LibXML/ChangeLog
+++ b/dev-perl/XML-LibXML/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-LibXML
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.136 2012/05/31 15:48:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.137 2012/06/09 06:25:41 tove Exp $
+
+ 09 Jun 2012; Torsten Veller <tove@gentoo.org> XML-LibXML-1.900.0.ebuild:
+ Fix t/03doc.t test failure with recent libxml2. Reported by Nikoli in bug
+ #420313
*XML-LibXML-1.990.0 (31 May 2012)
diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild
index c1261cae0252..27813e5f30cc 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild,v 1.8 2012/03/18 19:47:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-1.900.0.ebuild,v 1.9 2012/06/09 06:25:41 tove Exp $
EAPI=4
@@ -9,6 +9,7 @@ MODULE_VERSION=1.90
inherit perl-module
DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
+SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/XML-LibXML/XML-LibXML-1.900.0-patch.tar.bz2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
@@ -30,6 +31,11 @@ DEPEND="${DEPEND}
SRC_TEST="do"
+EPATCH_SUFFIX=patch
+PATCHES=(
+ "${WORKDIR}"/${MY_PN:-${PN}}-patch
+)
+
# rac can't discern any difference between the build with or without
# this, and if somebody wants to reactivate it, get it out of global
# scope.