From 4fb84ad00fd6d3a322d15f8b67572ad915c2b0b2 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Tue, 2 Nov 2004 08:13:46 +0000 Subject: bug 69248 --- dev-perl/SOAP-Lite/ChangeLog | 9 ++++++++- dev-perl/SOAP-Lite/Manifest | 16 ++++++++-------- dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | 10 +++------- dev-perl/SOAP-Lite/files/SOAP-Lite-0.60.a.patch | 2 +- 4 files changed, 20 insertions(+), 17 deletions(-) (limited to 'dev-perl/SOAP-Lite') diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index b6b2e8d9f394..26a7da7f9158 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.8 2004/10/29 15:29:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.9 2004/11/02 08:13:46 mcummings Exp $ + + 02 Nov 2004; Michael Cummings + SOAP-Lite-0.60a-r1.ebuild: + Still working on bug 69248. I missed the hardcoded call to tests at the bottom + of the original - removed; also removed the echo yes in favor of the internal + --noprompt argument. This builds cleanly and works fine on both sparc and x86 + on this end. *SOAP-Lite-0.60a-r1 (29 Oct 2004) diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest index 6f7924a758a4..91184362436c 100644 --- a/dev-perl/SOAP-Lite/Manifest +++ b/dev-perl/SOAP-Lite/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0e2bfb5de50880a98a62e946a30e4894 ChangeLog 1450 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 d1b52e7a09778698fafaaecf75a64858 ChangeLog 1791 MD5 630f80f40ff0e65a5789c11bb21cdf0d SOAP-Lite-0.55.ebuild 848 MD5 dc7a448eb5a00f8c7fa18fda1178e090 SOAP-Lite-0.60a.ebuild 1072 -MD5 b141bd9b5ce31aa10aa286375c62a7e2 SOAP-Lite-0.60a-r1.ebuild 1668 -MD5 9045b344a9f5a56a2f80f31a627adcde files/SOAP-Lite-0.60.a.patch 652 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 6ab881ff6270900ab21a318340de2b9a SOAP-Lite-0.60a-r1.ebuild 1547 MD5 a28ac4a4bb16719e4bd3ce3c6ab5e08b files/digest-SOAP-Lite-0.55 66 MD5 6d49bd1e5b967a5a203500df88e8c738 files/digest-SOAP-Lite-0.60a 67 MD5 6d49bd1e5b967a5a203500df88e8c738 files/digest-SOAP-Lite-0.60a-r1 67 +MD5 0c6fe7b828190ad115d346daf86d4c67 files/SOAP-Lite-0.60.a.patch 652 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBgmGytG5z4I8BtQoRArA+AJ0TAHob/wqsImlUn4EHFlDnBnYSPACfWmt1 -yut65IBbHOPwYWhI2yJL9wU= -=XuGS +iD8DBQFBh0HFtG5z4I8BtQoRAhBTAJoCcODd4RJFchWgdVJcA+TqKiQ3dgCfYYOk +RyoxZyf8Z8sKc6bAp2BiBn8= +=nrsZ -----END PGP SIGNATURE----- diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild index 1a695dbbe169..5dc446786e82 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.60a-r1.ebuild,v 1.1 2004/10/29 15:29:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild,v 1.2 2004/11/02 08:13:46 mcummings Exp $ IUSE="jabber ssl" @@ -18,6 +18,8 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +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, @@ -46,9 +48,3 @@ src_unpack() { # MIME::Parser. epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch } - - -src_compile() { - (echo yes) | perl-module_src_compile || perl-module_src_compile || die "compile failed" - perl-module_src_test || die "test failed" -} diff --git a/dev-perl/SOAP-Lite/files/SOAP-Lite-0.60.a.patch b/dev-perl/SOAP-Lite/files/SOAP-Lite-0.60.a.patch index 2bcbe767f55e..14a5038fdb98 100644 --- a/dev-perl/SOAP-Lite/files/SOAP-Lite-0.60.a.patch +++ b/dev-perl/SOAP-Lite/files/SOAP-Lite-0.60.a.patch @@ -6,7 +6,7 @@ diff -burN SOAP-Lite-0.60/Makefile.PL.old SOAP-Lite-0.60/Makefile.PL ["SSL Support for TCP Transport","SOAP::Transport::TCP",{"IO::Socket::SSL" => 0},0], ["Compression support for HTTP","SOAP::Transport::HTTP",{"Compress::Zlib" => 0},0], - ["MIME interoperability w/ Axis","SOAP::Lite",{"MIME::Parser" => "6.106"},0], -+ ["MIME interoperability w/ Axis","SOAP::Lite",{"MIME::Parser" => "5.415"},0], ++ ["MIME interoperability w/ Axis","SOAP::Lite",{"MIME::Parser" => "5.413"},0], ); use Getopt::Long; -- cgit v1.2.3-65-gdbad