diff options
author | Aaron Kulbe <superlag@gentoo.org> | 2006-07-01 07:21:26 +0000 |
---|---|---|
committer | Aaron Kulbe <superlag@gentoo.org> | 2006-07-01 07:21:26 +0000 |
commit | 0a50fa75a68ddc66fdf46b562aff822d900a43b5 (patch) | |
tree | 0591d535d72f298b350008566b2252fae5993e8d /dev-perl/RPC-XML | |
parent | Bumping to version 1.10 (diff) | |
download | historical-0a50fa75a68ddc66fdf46b562aff822d900a43b5.tar.gz historical-0a50fa75a68ddc66fdf46b562aff822d900a43b5.tar.bz2 historical-0a50fa75a68ddc66fdf46b562aff822d900a43b5.zip |
Bumping to version 0.59, keywording ~ on all arches.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'dev-perl/RPC-XML')
-rw-r--r-- | dev-perl/RPC-XML/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.59.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/RPC-XML/files/digest-RPC-XML-0.59 | 3 |
3 files changed, 54 insertions, 1 deletions
diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index c6a2bee635c6..c25f0eac139a 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/RPC-XML # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.28 2006/05/14 10:32:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.29 2006/07/01 07:21:25 superlag Exp $ + +*RPC-XML-0.59 (01 Jul 2006) + + 01 Jul 2006; Aaron Kulbe <superlag@gentoo.org> +RPC-XML-0.59.ebuild: + Bumping to version 0.59, keywording ~ for all arches. 14 May 2006; Diego Pettenò <flameeyes@gentoo.org> RPC-XML-0.58.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild new file mode 100644 index 000000000000..4bee47c09fce --- /dev/null +++ b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2006 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.1 2006/07/01 07:21:25 superlag 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="modperl apache2" + +#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 + modperl? ( !apache2? ( <www-apache/mod_perl-1.99 ) )" + +pkg_postinst() { + perl-module_pkg_postinst + + SETWARN=0 + has_version '=net-www/apache-2*' && HAVE_APACHE2=1 + has_version '>=www-apache/mod_perl-1.99' && HAVE_MP2=2 + + [ -n "${HAVE_APACHE2}" ] && SETWARN=1 + [ -n "${HAVE_MP2}" ] && SETWARN=1 + + if [ "$SETWARN" == "1" ]; then + einfo "Apache2 or mod-perl-1.99 (mod_perl2) were detected." + einfo "" + einfo "NOTE FROM THE AUTHOR OF RPC-XML" + einfo "" + einfo "At present, this package does not work with Apache2 and the soon-to-be" + einfo "mod_perl2. The changes to the API for location handlers are too drastic to" + einfo "try and support both within the same class (I tried, using the compatibility" + einfo "layer). Also, mp2 does not currently provide support for <Perl> sections, which" + einfo "are the real strength of the Apache::RPC::Server class." + fi +} diff --git a/dev-perl/RPC-XML/files/digest-RPC-XML-0.59 b/dev-perl/RPC-XML/files/digest-RPC-XML-0.59 new file mode 100644 index 000000000000..2dd128db60b3 --- /dev/null +++ b/dev-perl/RPC-XML/files/digest-RPC-XML-0.59 @@ -0,0 +1,3 @@ +MD5 c65c66b3dbc3ff6236fe665a600aa57b RPC-XML-0.59.tar.gz 129765 +RMD160 8ec17c634766c733ff83efd1624709ad904f4683 RPC-XML-0.59.tar.gz 129765 +SHA256 5c6daa95434b6f969f0f18319e7157c8214fe7232e916e2aa0400d7292e081ab RPC-XML-0.59.tar.gz 129765 |