diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:37:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:37:53 +0000 |
commit | dab6dfb801c55e31f472c5156c22374592d0db37 (patch) | |
tree | 58f4527aa4c9a8f2e7d96d7f43349ced51504307 /dev-perl/XML-LibXML | |
parent | Cleanup (diff) | |
download | gentoo-2-dab6dfb801c55e31f472c5156c22374592d0db37.tar.gz gentoo-2-dab6dfb801c55e31f472c5156c22374592d0db37.tar.bz2 gentoo-2-dab6dfb801c55e31f472c5156c22374592d0db37.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-LibXML')
-rw-r--r-- | dev-perl/XML-LibXML/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.70.ebuild | 61 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.950.0.ebuild | 64 |
3 files changed, 5 insertions, 126 deletions
diff --git a/dev-perl/XML-LibXML/ChangeLog b/dev-perl/XML-LibXML/ChangeLog index b7b51fcecd75..7fb995b9b54c 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.131 2012/03/18 19:47:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.132 2012/03/31 06:37:53 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -XML-LibXML-1.70.ebuild, + -XML-LibXML-1.950.0.ebuild: + Cleanup 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> XML-LibXML-1.900.0.ebuild: alpha/ia64/s390/sh/sparc stable wrt #404343 diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.70.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.70.ebuild deleted file mode 100644 index 784e0b296364..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.70.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 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.70.ebuild,v 1.7 2011/05/29 18:13:42 grobian Exp $ - -EAPI=2 - -#inherit versionator -#MY_P="${PN}-$(delete_version_separator 2)" -#S=${WORKDIR}/$PN-$(get_version_component_range "1-2" $PV) -MODULE_AUTHOR=PAJAS -inherit perl-module - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" - -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" -IUSE="" - -DEPEND=">=dev-perl/XML-SAX-0.12 - >=dev-libs/libxml2-2.6.21 - >=dev-perl/XML-NamespaceSupport-1.07" -RDEPEND="${DEPEND} - !dev-perl/XML-LibXML-Common" - -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" - -src_compile() { - export SKIP_SAX_INSTALL=1 - perl-module_src_compile -} - -pkg_postinst() { - pkg_update_parser add XML::LibXML::SAX::Parser - pkg_update_parser add XML::LibXML::SAX -} - -pkg_postrm() { - pkg_update_parser remove XML::LibXML::SAX::Parser - pkg_update_parser remove XML::LibXML::SAX -} - -pkg_update_parser() { - # pkg_update_parser [add|remove] $parser_module - local action=$1 - local parser_module=$2 - - if [[ "$ROOT" = "/" ]] ; then - einfo "Update Parser: $1 $2" - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \ - || ewarn "Update Parser: $1 $2 failed" - else - elog "To $1 $2 run:" - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'" - fi -} diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.950.0.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.950.0.ebuild deleted file mode 100644 index 163b0901b156..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.950.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.950.0.ebuild,v 1.1 2012/03/06 15:00:07 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=SHLOMIF -MODULE_VERSION=1.95 -inherit perl-module - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" - -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" -IUSE="test" - -RDEPEND=" - >=dev-perl/XML-SAX-0.120.0 - >=dev-libs/libxml2-2.6.21 - >=dev-perl/XML-NamespaceSupport-1.70.0 -" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - ) -" - -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" - -src_compile() { - export SKIP_SAX_INSTALL=1 - perl-module_src_compile -} - -pkg_postinst() { - pkg_update_parser add XML::LibXML::SAX::Parser - pkg_update_parser add XML::LibXML::SAX -} - -pkg_postrm() { - pkg_update_parser remove XML::LibXML::SAX::Parser - pkg_update_parser remove XML::LibXML::SAX -} - -pkg_update_parser() { - # pkg_update_parser [add|remove] $parser_module - local action=$1 - local parser_module=$2 - - if [[ "$ROOT" = "/" ]] ; then - einfo "Update Parser: $1 $2" - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \ - || ewarn "Update Parser: $1 $2 failed" - else - elog "To $1 $2 run:" - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'" - fi -} |