summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-06 15:48:28 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-06 15:48:28 +0000
commit2fbc14eebc40424a12d628fecb3cc12077563153 (patch)
tree6f3218e63f7c613099bcb36f0127d6973423fbe9 /dev-perl/SOAP-Lite
parentnew version, dep for soap-lite (diff)
downloadhistorical-2fbc14eebc40424a12d628fecb3cc12077563153.tar.gz
historical-2fbc14eebc40424a12d628fecb3cc12077563153.tar.bz2
historical-2fbc14eebc40424a12d628fecb3cc12077563153.zip
new version on cpan, new deps
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r--dev-perl/SOAP-Lite/ChangeLog7
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild38
-rw-r--r--dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.60a1
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog
index 65933c6c6364..fcc2a8ea8029 100644
--- a/dev-perl/SOAP-Lite/ChangeLog
+++ b/dev-perl/SOAP-Lite/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/SOAP-Lite
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.4 2004/05/04 22:56:51 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.5 2004/06/06 15:48:28 mcummings Exp $
+
+*SOAP-Lite-0.60a (06 Jun 2004)
+
+ 06 Jun 2004; Michael Cummings <mcummings@gentoo.org> SOAP-Lite-0.60a.ebuild:
+ new version on cpan, added missing deps
05 May 2004; Bryan Østergaard <kloeri@gentoo.org> SOAP-Lite-0.55.ebuild:
Stable on alpha.
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild
new file mode 100644
index 000000000000..b096747ac9c4
--- /dev/null
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild,v 1.1 2004/06/06 15:48:28 mcummings Exp $
+
+IUSE=""
+
+inherit perl-module
+
+MY_PV=${PV/a//}
+MY_P=SOAP-Lite-${MY_PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side."
+
+SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz"
+HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+SRC_TEST="do"
+
+DEPEND="${DEPEND}
+ dev-perl/XML-Parser
+ dev-perl/libwww-perl
+ dev-perl/libnet
+ dev-perl/MIME-Lite
+ dev-perl/MIME-Base64
+ ssl? ( dev-perl/Crypt-SSLeay )
+ jabber? ( dev-perl/Net-Jabber )
+ ssl? ( dev-perl/IO-Socket-SSL )
+ dev-perl/Compress-Zlib
+ >=dev-perl/MIME-tools-6.2002"
+
+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/digest-SOAP-Lite-0.60a b/dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.60a
new file mode 100644
index 000000000000..da02ab7c416c
--- /dev/null
+++ b/dev-perl/SOAP-Lite/files/digest-SOAP-Lite-0.60a
@@ -0,0 +1 @@
+MD5 aed9f8e9c4cf180d15c6e15aedc484d7 SOAP-Lite-0.60a.tar.gz 170390