diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 15:16:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 15:16:05 +0000 |
commit | 78f37ea913d9ecee9b81fc5e274fdb61389e1af7 (patch) | |
tree | 8e711f4870e13a89da366d1e9795feffaa495f79 /dev-perl/SOAP-Lite | |
parent | version bump (diff) | |
download | gentoo-2-78f37ea913d9ecee9b81fc5e274fdb61389e1af7.tar.gz gentoo-2-78f37ea913d9ecee9b81fc5e274fdb61389e1af7.tar.bz2 gentoo-2-78f37ea913d9ecee9b81fc5e274fdb61389e1af7.zip |
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild | 48 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.69 | 3 |
3 files changed, 58 insertions, 1 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 4f1796c9cf2a..21c697df3ddb 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.36 2007/01/22 14:26:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.37 2007/02/06 15:16:05 mcummings Exp $ + +*SOAP-Lite-0.69 (06 Feb 2007) + + 06 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +SOAP-Lite-0.69.ebuild: + Version bump 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> SOAP-Lite-0.67.ebuild: Stable on Alpha + IA64. diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild new file mode 100644 index 000000000000..d3b6f7eb103b --- /dev/null +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild,v 1.1 2007/02/06 15:16:05 mcummings Exp $ + +IUSE="jabber ssl" + +inherit perl-module eutils + +DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." + +SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~byrne/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +myconf="${myconf} --noprompt" + +# TESTS ARE DISABLED ON PURPOSE +# This module attempts to access an external website for validation +# of the MIME::Parser - not only is that bad practice in general, +# but in this particular case the external site isn't even valid anymore# -mpc +# 24/10/04 +SRC_TEST="do" + +DEPEND="dev-perl/XML-Parser + dev-perl/libwww-perl + virtual/perl-libnet + dev-perl/MIME-Lite + virtual/perl-MIME-Base64 + ssl? ( dev-perl/Crypt-SSLeay ) + jabber? ( dev-perl/Net-Jabber ) + ssl? ( dev-perl/IO-Socket-SSL ) + dev-perl/Compress-Zlib + >=dev-perl/MIME-tools-5.413 + dev-lang/perl" + +src_unpack() { + unpack ${A} + cd ${S} + # The author of this module put a dep for MIME::Parser 6.X - but the6.X + # release of MIME::Parser was a mistake during a change in maintainers on + # cpan. This patch alters the dependancy to the "real" stable version of + # MIME::Parser. + epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch +} + diff --git a/dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.69 b/dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.69 new file mode 100644 index 000000000000..0d1deac59991 --- /dev/null +++ b/dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.69 @@ -0,0 +1,3 @@ +MD5 24e0c656a6a7047c91f7f3f3b5c36513 SOAP-Lite-0.69.tar.gz 238150 +RMD160 4c22fea71906818307d43276f50ed32782cb6a86 SOAP-Lite-0.69.tar.gz 238150 +SHA256 90b69cd2482027fecd371a3fd1341d2276fc189b2af66b5dd76f63b44529fb82 SOAP-Lite-0.69.tar.gz 238150 |