diff options
author | Torsten Veller <tove@gentoo.org> | 2008-04-30 13:56:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-04-30 13:56:51 +0000 |
commit | 0ecfa8bf071b61df71a2785caa6e512ad3443561 (patch) | |
tree | b6f968b4254b54a710c598cbf051aab87a1ebc9b /dev-perl | |
parent | Move eselect-ctags to RDEPEND where it belongs. (diff) | |
download | gentoo-2-0ecfa8bf071b61df71a2785caa6e512ad3443561.tar.gz gentoo-2-0ecfa8bf071b61df71a2785caa6e512ad3443561.tar.bz2 gentoo-2-0ecfa8bf071b61df71a2785caa6e512ad3443561.zip |
Cleaning (#201254)
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-LibXML/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.60.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.61.003.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.62.001-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/files/XML-LibXML-1.56-dupextern.patch | 23 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/files/XML-LibXML-1.58-cleanup.patch | 19 |
7 files changed, 8 insertions, 191 deletions
diff --git a/dev-perl/XML-LibXML/ChangeLog b/dev-perl/XML-LibXML/ChangeLog index 1b0b0d55ccf4..26f5437bfbbc 100644 --- a/dev-perl/XML-LibXML/ChangeLog +++ b/dev-perl/XML-LibXML/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/XML-LibXML # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.81 2008/04/29 00:18:53 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.82 2008/04/30 13:56:50 tove Exp $ + + 30 Apr 2008; Torsten Veller <tove@gentoo.org> + -files/XML-LibXML-1.56-dupextern.patch, + -files/XML-LibXML-1.58-cleanup.patch, -XML-LibXML-1.60.ebuild, + -XML-LibXML-1.61.003.ebuild, -XML-LibXML-1.62.001-r1.ebuild, + -XML-LibXML-1.63.ebuild: + Cleaning (#201254) *XML-LibXML-1.66 (29 Apr 2008) diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.60.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.60.ebuild deleted file mode 100644 index f1f7e3be6e38..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.60.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 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.60.ebuild,v 1.10 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module eutils - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" -SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~pajas/" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" - -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-perl/XML-LibXML-Common - >=dev-libs/libxml2-2.6.6 - >=dev-perl/XML-NamespaceSupport-1.07 - dev-lang/perl" - -SRC_TEST="do" - -# 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. -#export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` -mytargets="pure_install doc_install" - -pkg_postinst() { - - perl-module_pkg_postinst - - perl -MXML::SAX \ - -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" - -} diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.61.003.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.61.003.ebuild deleted file mode 100644 index f7d1a770b8d3..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.61.003.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 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.61.003.ebuild,v 1.8 2007/01/19 17:30:26 mcummings Exp $ - -inherit perl-module eutils versionator - -MY_S="${PN}-1.61" -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_S} - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" -HOMEPAGE="http://search.cpan.org/~pajas/" -SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-perl/XML-LibXML-Common - >=dev-libs/libxml2-2.6.6 - >=dev-perl/XML-NamespaceSupport-1.07 - dev-lang/perl" - -SRC_TEST="do" - -# 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. -#export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` -mytargets="pure_install doc_install" - -pkg_postinst() { - perl-module_pkg_postinst - perl -MXML::SAX \ - -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" -} diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.62.001-r1.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.62.001-r1.ebuild deleted file mode 100644 index a24af7e7147e..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.62.001-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 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.62.001-r1.ebuild,v 1.10 2007/05/27 00:51:53 kumba Exp $ - -inherit perl-module eutils versionator - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/$PN-$(get_version_component_range "1-2" $PV) - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" -HOMEPAGE="http://search.cpan.org/~pajas/" -SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-perl/XML-LibXML-Common - >=dev-libs/libxml2-2.6.6 - >=dev-perl/XML-NamespaceSupport-1.07 - dev-lang/perl" - -SRC_TEST="do" - -# 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. -#export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` -mytargets="pure_install doc_install" - -pkg_postinst() { - perl-module_pkg_postinst - perl -MXML::SAX \ - -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" -} diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild deleted file mode 100644 index 038d1d714338..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 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.63.ebuild,v 1.8 2007/11/10 15:27:47 drac Exp $ - -inherit perl-module eutils versionator - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/$PN-$(get_version_component_range "1-2" $PV) - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" -HOMEPAGE="http://search.cpan.org/~pajas/" -SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-perl/XML-LibXML-Common - >=dev-libs/libxml2-2.6.6 - >=dev-perl/XML-NamespaceSupport-1.07 - dev-lang/perl" - -SRC_TEST="do" - -# 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. -#export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` -mytargets="pure_install doc_install" - -pkg_postinst() { - perl-module_pkg_postinst - perl -MXML::SAX \ - -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" -} diff --git a/dev-perl/XML-LibXML/files/XML-LibXML-1.56-dupextern.patch b/dev-perl/XML-LibXML/files/XML-LibXML-1.56-dupextern.patch deleted file mode 100644 index 80279dbef9a5..000000000000 --- a/dev-perl/XML-LibXML/files/XML-LibXML-1.56-dupextern.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ur XML-LibXML-1.56.orig/LibXML.xs XML-LibXML-1.56/LibXML.xs ---- XML-LibXML-1.56.orig/LibXML.xs 2003-08-22 17:07:07.000000000 -0700 -+++ XML-LibXML-1.56/LibXML.xs 2004-01-03 13:13:26.000000000 -0800 -@@ -70,13 +70,13 @@ - extern int xmlSubstituteEntitiesDefaultVal; - #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal - #else --LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue; --LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue; -+LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue; -+LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue; - #endif --LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue; --LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue; --LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue; --LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue; -+LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue; -+LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue; -+LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue; -+LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue; - - #define TEST_PERL_FLAG(flag) \ - SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0 diff --git a/dev-perl/XML-LibXML/files/XML-LibXML-1.58-cleanup.patch b/dev-perl/XML-LibXML/files/XML-LibXML-1.58-cleanup.patch deleted file mode 100644 index cd036111f728..000000000000 --- a/dev-perl/XML-LibXML/files/XML-LibXML-1.58-cleanup.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr XML-LibXML-1.58.org/LibXML.xs XML-LibXML-1.58/LibXML.xs ---- XML-LibXML-1.58.org/LibXML.xs 2004-03-25 00:06:14.000000000 +0100 -+++ XML-LibXML-1.58/LibXML.xs 2005-07-31 19:57:53.000000000 +0200 -@@ -622,7 +622,7 @@ - HV* real_obj = NULL; - SV** item = NULL; - SV* item2 = NULL; -- /* xmlInitParser(); */ /* useless call */ -+ xmlInitParser(); - xmlGetWarningsDefaultValue = 0; - - if ( self != NULL ) { -@@ -783,6 +783,8 @@ - if (LibXML_old_ext_ent_loader != NULL ) { - xmlSetExternalEntityLoader( (xmlExternalEntityLoader)LibXML_old_ext_ent_loader ); - } -+ -+ xmlCleanupParser(); - } |