summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 14:47:47 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 14:47:47 +0000
commiteb353a6866910486e58392c6bdce5bd98fd02269 (patch)
treedfd9a58b3ad5c1db1153d94ed1928ff332b14417 /dev-perl/XML-LibXML
parentarm stable, bug #449894 (diff)
downloadgentoo-2-eb353a6866910486e58392c6bdce5bd98fd02269.tar.gz
gentoo-2-eb353a6866910486e58392c6bdce5bd98fd02269.tar.bz2
gentoo-2-eb353a6866910486e58392c6bdce5bd98fd02269.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/XML-LibXML')
-rw-r--r--dev-perl/XML-LibXML/ChangeLog9
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-2.0.100.ebuild64
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-2.0.300.ebuild64
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-2.0.400.ebuild64
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-2.1.0.ebuild64
-rw-r--r--dev-perl/XML-LibXML/XML-LibXML-2.1.200.ebuild64
6 files changed, 7 insertions, 322 deletions
diff --git a/dev-perl/XML-LibXML/ChangeLog b/dev-perl/XML-LibXML/ChangeLog
index 7e29826f0ffc..752a3c7b7671 100644
--- a/dev-perl/XML-LibXML/ChangeLog
+++ b/dev-perl/XML-LibXML/ChangeLog
@@ -1,6 +1,11 @@
# 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.146 2012/12/08 09:07:27 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.147 2013/01/06 14:47:47 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org> -XML-LibXML-2.0.100.ebuild,
+ -XML-LibXML-2.0.300.ebuild, -XML-LibXML-2.0.400.ebuild,
+ -XML-LibXML-2.1.0.ebuild, -XML-LibXML-2.1.200.ebuild:
+ Cleanup
*XML-LibXML-2.1.400 (08 Dec 2012)
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.0.100.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.0.100.ebuild
deleted file mode 100644
index d0aafb6ce31d..000000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.0.100.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-2.0.100.ebuild,v 1.1 2012/06/24 15:43:37 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=2.0001
-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 ~amd64-fbsd ~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
-}
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.0.300.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.0.300.ebuild
deleted file mode 100644
index fd82270d5e92..000000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.0.300.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-2.0.300.ebuild,v 1.1 2012/07/27 18:58:23 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=2.0003
-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 ~amd64-fbsd ~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
-}
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.0.400.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.0.400.ebuild
deleted file mode 100644
index 37fed557b0a0..000000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.0.400.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-2.0.400.ebuild,v 1.1 2012/08/10 19:17:06 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=2.0004
-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 ~amd64-fbsd ~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
-}
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.1.0.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.1.0.ebuild
deleted file mode 100644
index 6089bff6cec9..000000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.1.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-2.1.0.ebuild,v 1.1 2012/11/03 18:22:18 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=2.0010
-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 ~amd64-fbsd ~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
-}
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.1.200.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.1.200.ebuild
deleted file mode 100644
index 1a96446cad3e..000000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.1.200.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-2.1.200.ebuild,v 1.1 2012/11/09 19:12:06 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=2.0012
-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 ~amd64-fbsd ~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
-}