diff options
author | 2004-07-24 00:32:09 +0000 | |
---|---|---|
committer | 2004-07-24 00:32:09 +0000 | |
commit | 89f510defa21be287e1b6a247ee1336dae8d7526 (patch) | |
tree | a9f357653c74cf765130b08ab7e779225b8f218a /dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | |
parent | Added the development version of xchat. Will stay package.mask'ed until new s... (diff) | |
download | historical-89f510defa21be287e1b6a247ee1336dae8d7526.tar.gz historical-89f510defa21be287e1b6a247ee1336dae8d7526.tar.bz2 historical-89f510defa21be287e1b6a247ee1336dae8d7526.zip |
Fix SRC_URI typo.
Diffstat (limited to 'dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild')
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |