diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-11-02 08:13:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-11-02 08:13:46 +0000 |
commit | 528f19ebf40253c85de63673218154eae40bd4b1 (patch) | |
tree | d9cf554fdeb62f7b9b6e66ecf4f28b61f2f52fd4 /dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | |
parent | Marking stable for x86 and sparc - bug 69764 (Manifest recommit) (diff) | |
download | gentoo-2-528f19ebf40253c85de63673218154eae40bd4b1.tar.gz gentoo-2-528f19ebf40253c85de63673218154eae40bd4b1.tar.bz2 gentoo-2-528f19ebf40253c85de63673218154eae40bd4b1.zip |
bug 69248
Diffstat (limited to 'dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
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" -} |