diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /dev-perl/SOAP | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-perl/SOAP/SOAP-0.28.ebuild b/dev-perl/SOAP/SOAP-0.28.ebuild index e40285bf5519..9fad1db424ac 100644 --- a/dev-perl/SOAP/SOAP-0.28.ebuild +++ b/dev-perl/SOAP/SOAP-0.28.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28.ebuild,v 1.2 2001/05/03 16:38:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,8 +10,6 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=dev-perl/HTML-Parser-3.13 - >=dev-perl/URI-1.09 >=dev-perl/XML-Parser-2.29 >=dev-perl/mod_perl-1.24" |