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 | |
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')
-rw-r--r-- | dev-python/pyclimate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog index bd924ab2b600..6ceabff96c4e 100644 --- a/dev-python/pyclimate/ChangeLog +++ b/dev-python/pyclimate/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2004/07/24 00:32:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.5 2004/07/24 00:38:34 kloeri Exp $ + + 24 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pyclimate-1.2.1-r1.ebuild, + pyclimate-1.2.1.ebuild: + Correct S. 24 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pyclimate-1.2.1-r1.ebuild: Fix SRC_URI typo. 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" diff --git a/dev-python/pyclimate/pyclimate-1.2.1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1.ebuild index add4d2a15ea2..460f3cf1cc90 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1.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.ebuild,v 1.3 2004/07/20 19:26:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1.ebuild,v 1.4 2004/07/24 00:38:34 kloeri Exp $ inherit eutils 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" |