diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 16:39:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 16:39:30 +0000 |
commit | 0d82141fb9f031083a02db7f4f17cf7a92c44fae (patch) | |
tree | 4ea87ba68c67579fca957fc06ac38a29aaec7c84 /dev-perl/RPC-XML | |
parent | Convert to ruby-ng. (diff) | |
download | gentoo-2-0d82141fb9f031083a02db7f4f17cf7a92c44fae.tar.gz gentoo-2-0d82141fb9f031083a02db7f4f17cf7a92c44fae.tar.bz2 gentoo-2-0d82141fb9f031083a02db7f4f17cf7a92c44fae.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/RPC-XML')
-rw-r--r-- | dev-perl/RPC-XML/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.59.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.72.ebuild | 47 |
3 files changed, 6 insertions, 94 deletions
diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index 24c7f5bb4e22..6187de5caa59 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/RPC-XML -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.55 2010/06/27 19:18:30 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.56 2011/01/14 16:39:30 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -RPC-XML-0.59.ebuild, + -RPC-XML-0.72.ebuild: + Cleanup 27 Jun 2010; <nixnut@gentoo.org> RPC-XML-0.73.ebuild: ppc stable #323529 diff --git a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild deleted file mode 100644 index 7c565b83fa1f..000000000000 --- a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild +++ /dev/null @@ -1,45 +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/RPC-XML/RPC-XML-0.59.ebuild,v 1.10 2007/07/29 16:48:58 phreak Exp $ - -inherit perl-module - -DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rjray/${P}/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -#SRC_TEST="do" - -DEPEND=">=dev-perl/libwww-perl-5.801 - >=dev-perl/XML-LibXML-1.58 - >=dev-perl/XML-Parser-2.31 - dev-perl/net-server - dev-lang/perl" - -pkg_postinst() { - perl-module_pkg_postinst - - SETWARN=0 - has_version '=www-servers/apache-2*' && HAVE_APACHE2=1 - has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2 - - [ -n "${HAVE_APACHE2}" ] && SETWARN=1 - [ -n "${HAVE_MP2}" ] && SETWARN=1 - - if [ "$SETWARN" == "1" ]; then - ewarn "Apache2 or mod_perl2 were detected." - ewarn "" - ewarn "NOTE FROM THE AUTHOR OF RPC-XML" - ewarn "" - ewarn "At present, this package does not work with Apache2 and the soon-to-be" - ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" - ewarn "try and support both within the same class (I tried, using the compatibility" - ewarn "layer). Also, mp2 does not currently provide support for <Perl> sections, which" - ewarn "are the real strength of the Apache::RPC::Server class." - fi -} diff --git a/dev-perl/RPC-XML/RPC-XML-0.72.ebuild b/dev-perl/RPC-XML/RPC-XML-0.72.ebuild deleted file mode 100644 index c0ae2a0d02ea..000000000000 --- a/dev-perl/RPC-XML/RPC-XML-0.72.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.72.ebuild,v 1.1 2009/12/14 19:33:00 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=RJRAY -inherit perl-module - -DESCRIPTION="An implementation of XML-RPC" - -SLOT="0" -LICENSE="|| ( Artistic-2 LGPL-2.1 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -RDEPEND=">=dev-perl/libwww-perl-5.801 - >=dev-perl/XML-LibXML-1.70 - >=dev-perl/XML-Parser-2.31 - dev-perl/net-server - >=virtual/perl-Scalar-List-Utils-1.20" -DEPEND="${RDEPEND}" - -pkg_postinst() { - perl-module_pkg_postinst - - SETWARN=0 - has_version '=www-servers/apache-2*' && HAVE_APACHE2=1 - has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2 - - [ -n "${HAVE_APACHE2}" ] && SETWARN=1 - [ -n "${HAVE_MP2}" ] && SETWARN=1 - - if [ "$SETWARN" == "1" ]; then - ewarn "Apache2 or mod_perl2 were detected." - ewarn "" - ewarn "NOTE FROM THE AUTHOR OF RPC-XML" - ewarn "" - ewarn "At present, this package does not work with Apache2 and the soon-to-be" - ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" - ewarn "try and support both within the same class (I tried, using the compatibility" - ewarn "layer). Also, mp2 does not currently provide support for <Perl> sections, which" - ewarn "are the real strength of the Apache::RPC::Server class." - fi -} |