summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-09-27 09:08:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-09-27 09:08:20 +0000
commitaae5bf0544e5f9ba1a304fe44cf57d549c980488 (patch)
tree55e446b7ecdaa90e86edbc0d07a3bb06a56103fe /dev-perl/SOAP-Lite
parentinitial commit - ebuild submitted by Atzm Watanabe via bug #53225 (Manifest r... (diff)
downloadgentoo-2-aae5bf0544e5f9ba1a304fe44cf57d549c980488.tar.gz
gentoo-2-aae5bf0544e5f9ba1a304fe44cf57d549c980488.tar.bz2
gentoo-2-aae5bf0544e5f9ba1a304fe44cf57d549c980488.zip
corrected mime-tools cdep
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r--dev-perl/SOAP-Lite/ChangeLog6
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog
index 2a73509a8df2..2c9c53f8db8d 100644
--- a/dev-perl/SOAP-Lite/ChangeLog
+++ b/dev-perl/SOAP-Lite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SOAP-Lite
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.6 2004/06/25 00:59:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.7 2004/09/27 09:08:20 mcummings Exp $
+
+ 27 Sep 2004; Michael Cummings <mcummings@gentoo.org> SOAP-Lite-0.60a.ebuild:
+ Corrected MIME-tools dep to the "real" current/latest version, not the
+ mislabeled one.
*SOAP-Lite-0.60a (06 Jun 2004)
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild
index 264884e0228c..c4743cf2a572 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.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.ebuild,v 1.4 2004/07/14 20:27:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild,v 1.5 2004/09/27 09:08:20 mcummings Exp $
IUSE="jabber ssl"
@@ -11,8 +11,8 @@ 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"
+SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/SOAP/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~byrne/${P}"
SLOT="0"
LICENSE="Artistic | GPL-2"
@@ -30,7 +30,7 @@ DEPEND="${DEPEND}
jabber? ( dev-perl/Net-Jabber )
ssl? ( dev-perl/IO-Socket-SSL )
dev-perl/Compress-Zlib
- >=dev-perl/MIME-tools-6.2002"
+ >=dev-perl/MIME-tools-5.413"
src_compile() {
(echo yes) | perl-module_src_compile || perl-module_src_compile || die "compile failed"