diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
commit | d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8 (patch) | |
tree | 6164f04315f796aa1dd9e15f53739d7784f9dc8d /dev-perl/SOAP | |
parent | mirror:// fixes (diff) | |
download | historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.gz historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.bz2 historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.zip |
repoman'd
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28.ebuild | 33 | ||||
-rw-r--r-- | dev-perl/SOAP/files/digest-SOAP-0.28 | 1 |
3 files changed, 4 insertions, 37 deletions
diff --git a/dev-perl/SOAP/SOAP-0.28-r1.ebuild b/dev-perl/SOAP/SOAP-0.28-r1.ebuild index df97b659c6e5..cd2de1c27ff9 100644 --- a/dev-perl/SOAP/SOAP-0.28-r1.ebuild +++ b/dev-perl/SOAP/SOAP-0.28-r1.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.4 2002/07/25 04:13:27 seemant Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.5 2002/07/25 04:43:34 seemant Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="A Perl Module for SOAP" SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" + DEPEND="${DEPEND} >=dev-perl/XML-Parser-2.29 >=dev-perl/mod_perl-1.24" diff --git a/dev-perl/SOAP/SOAP-0.28.ebuild b/dev-perl/SOAP/SOAP-0.28.ebuild deleted file mode 100644 index 06d5ac089ffb..000000000000 --- a/dev-perl/SOAP/SOAP-0.28.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28.ebuild,v 1.5 2002/07/25 04:13:27 seemant Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Perl Module for SOAP" -SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${A}" -SLOT="0" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" - -SLOT="0" -DEPEND=">=sys-devel/perl-5 - >=dev-perl/XML-Parser-2.29 - >=dev-perl/mod_perl-1.24" - -src_compile() { - - perl Makefile.PL - try make -# try make test - -} - -src_install () { - - try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install - dodoc Changes README MANIFEST -} - - - - diff --git a/dev-perl/SOAP/files/digest-SOAP-0.28 b/dev-perl/SOAP/files/digest-SOAP-0.28 deleted file mode 100644 index b9ee259fc357..000000000000 --- a/dev-perl/SOAP/files/digest-SOAP-0.28 +++ /dev/null @@ -1 +0,0 @@ -MD5 99264062099ea8929c84661e09d5637f SOAP-0.28.tar.gz 33553 |