diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-24 00:38:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-24 00:38:34 +0000 |
commit | 8b95e6c762e4e8b17ff0f1c82f97a2f5568a9245 (patch) | |
tree | b21c567d64e0b4e9b27171315b62214bdc8ffa33 /dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | |
parent | Fix SRC_URI typo. (Manifest recommit) (diff) | |
download | gentoo-2-8b95e6c762e4e8b17ff0f1c82f97a2f5568a9245.tar.gz gentoo-2-8b95e6c762e4e8b17ff0f1c82f97a2f5568a9245.tar.bz2 gentoo-2-8b95e6c762e4e8b17ff0f1c82f97a2f5568a9245.zip |
Correct S.
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, 3 insertions, 1 deletions
diff --git a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild index 131a317cc346..e0c7edf51c9c 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild @@ -1,10 +1,12 @@ # 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.4 2004/07/24 00:32:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.5 2004/07/24 00:38:34 kloeri Exp $ inherit eutils distutils MY_P="${P/pyclimate/PyClimate}" +S="${WORKDIR}/${MY_P}" + IUSE="" DESCRIPTION="Climate Data Analysis Module for Python" SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${MY_P}.tar.gz" |