diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-24 00:32:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-24 00:32:09 +0000 |
commit | ef6e756ba204168dce689f47b413d2f222d67ef2 (patch) | |
tree | b68b3fda4dd2acb51b8229a38ca5878f3464f744 /dev-python/pyclimate | |
parent | Added the development version of xchat. Will stay package.mask'ed until new s... (diff) | |
download | gentoo-2-ef6e756ba204168dce689f47b413d2f222d67ef2.tar.gz gentoo-2-ef6e756ba204168dce689f47b413d2f222d67ef2.tar.bz2 gentoo-2-ef6e756ba204168dce689f47b413d2f222d67ef2.zip |
Fix SRC_URI typo.
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r-- | dev-python/pyclimate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog index ccbca53ebf13..bd924ab2b600 100644 --- a/dev-python/pyclimate/ChangeLog +++ b/dev-python/pyclimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyClimate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.3 2004/07/20 19:26:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.4 2004/07/24 00:32:09 kloeri Exp $ + + 24 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pyclimate-1.2.1-r1.ebuild: + Fix SRC_URI typo. 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pyclimate-1.2.1-r1.ebuild, pyclimate-1.2.1.ebuild: diff --git a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild index c8d9df6ee9a1..131a317cc346 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.3 2004/07/20 19:26:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.4 2004/07/24 00:32:09 kloeri Exp $ inherit eutils distutils -MY_P="${P/pyclimate/PyCLimate}" +MY_P="${P/pyclimate/PyClimate}" IUSE="" DESCRIPTION="Climate Data Analysis Module for Python" SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${MY_P}.tar.gz" |