summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-12-08 09:35:47 +0000
committerTorsten Veller <tove@gentoo.org>2008-12-08 09:35:47 +0000
commitaf0b1096f2cfc24e1be298ebc4455adcf24bb827 (patch)
treec032b7e66b614f17db51c558ff2d701f1f2a07c6 /dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild
parentMask ~dev-perl/Net-Amazon-S3-0.48 (diff)
downloadgentoo-2-af0b1096f2cfc24e1be298ebc4455adcf24bb827.tar.gz
gentoo-2-af0b1096f2cfc24e1be298ebc4455adcf24bb827.tar.bz2
gentoo-2-af0b1096f2cfc24e1be298ebc4455adcf24bb827.zip
Add perl-version to DEPEND. Remove blah from src_test.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild')
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild
index 910be1ecfb17..d14c1454b3a3 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.710.08.ebuild,v 1.1 2008/12/08 07:43:29 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.710.08.ebuild,v 1.2 2008/12/08 09:35:47 tove Exp $
MODULE_AUTHOR="MKUTTER"
inherit perl-module eutils
@@ -31,6 +31,7 @@ DEPEND="dev-perl/XML-Parser
ssl? ( dev-perl/IO-Socket-SSL )
virtual/perl-Compress-Zlib
>=dev-perl/MIME-tools-5.413
+ virtual/perl-version
dev-lang/perl"
src_unpack() {
@@ -44,7 +45,6 @@ src_unpack() {
}
src_test() {
- blah
has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
perl-module_src_test
}