diff options
author | 2004-06-04 08:22:50 +0000 | |
---|---|---|
committer | 2004-06-04 08:22:50 +0000 | |
commit | 00d9b955124123a4513be78c65a88624349f3729 (patch) | |
tree | 57c7887cbc822df19a306e6acc5044131c544d04 /dev-python | |
parent | Stable on alpha. (diff) | |
download | historical-00d9b955124123a4513be78c65a88624349f3729.tar.gz historical-00d9b955124123a4513be78c65a88624349f3729.tar.bz2 historical-00d9b955124123a4513be78c65a88624349f3729.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.ebuild | 7 | ||||
-rw-r--r-- | dev-python/4suite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/4suite/Manifest | 4 |
3 files changed, 10 insertions, 6 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. diff --git a/dev-python/4suite/Manifest b/dev-python/4suite/Manifest index fc76f7a11d59..db39e75e45e4 100644 --- a/dev-python/4suite/Manifest +++ b/dev-python/4suite/Manifest @@ -1,6 +1,6 @@ MD5 dc79dfa933c871b389d9f890dd20e042 4suite-0.11.1.ebuild 739 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 2780e2331c4a062b6a6a139e349a0941 4suite-1.0_alpha3.ebuild 601 -MD5 56d73b007e9491553a719f3311db0567 ChangeLog 2156 +MD5 a0d05f7a89d32a63eba79df2b8fe62f6 4suite-1.0_alpha3.ebuild 616 +MD5 e44080e7b8f68e4b76b85519ad2a9b39 ChangeLog 2293 MD5 0724d222f5540595a368fb7acd27c1f9 files/digest-4suite-1.0_alpha3 65 MD5 6efecdfe62f1b8372e507862b023aff3 files/digest-4suite-0.11.1 66 |