summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-04 08:22:50 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-04 08:22:50 +0000
commit85549ed42e0ee8f4a65822030a67577a7828c8ec (patch)
tree3753e3790d5b109f1c49d1bfd64b836aa0f70251 /dev-python
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-85549ed42e0ee8f4a65822030a67577a7828c8ec.tar.gz
gentoo-2-85549ed42e0ee8f4a65822030a67577a7828c8ec.tar.bz2
gentoo-2-85549ed42e0ee8f4a65822030a67577a7828c8ec.zip
Fix broken ebuild, thanks to Jacob Smullyan, bug 52884.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/4suite/4suite-1.0_alpha3.ebuild7
-rw-r--r--dev-python/4suite/ChangeLog5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/4suite/4suite-1.0_alpha3.ebuild b/dev-python/4suite/4suite-1.0_alpha3.ebuild
index 8ffe755c7eef..f79017550dfe 100644
--- a/dev-python/4suite/4suite-1.0_alpha3.ebuild
+++ b/dev-python/4suite/4suite-1.0_alpha3.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_alpha3.ebuild,v 1.5 2004/05/07 20:33:32 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_alpha3.ebuild,v 1.6 2004/06/04 08:22:50 kloeri Exp $
inherit distutils
-MY_P=${MY_P/_alpha/a}
+MY_P=${P/_alpha/a}
+MY_P=${MY_P/4s/4S}
S=${WORKDIR}/4Suite
DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.4suite.org/pub/4Suite/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge/foursuite/${MY_P}.tar.gz"
HOMEPAGE="http://www.4suite.org/"
DEPEND=">=dev-python/pyxml-0.6.5"
diff --git a/dev-python/4suite/ChangeLog b/dev-python/4suite/ChangeLog
index 0ad24f71f39d..6bb41f34d2cd 100644
--- a/dev-python/4suite/ChangeLog
+++ b/dev-python/4suite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/4suite
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.6 2004/05/07 20:33:32 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.7 2004/06/04 08:22:50 kloeri Exp $
+
+ 04 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> 4suite-1.0_alpha3.ebuild:
+ Fix broken ebuild, thanks to Jacob Smullyan, bug 52884.
07 May 2004; Bryan Østergaard <kloeri@gentoo.org> 4suite-1.0_alpha3.ebuild:
Fix typo.