diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-08-22 22:34:17 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-08-22 22:34:17 +0000 |
commit | 80c99b86b221ced3db1e510f0f8e315ad98c14b7 (patch) | |
tree | 78206e579b2774a08904725ccf7991897e22892d /dev-python/numeric/numeric-23.8.ebuild | |
parent | Stable on ia64, bug 102378. (diff) | |
download | gentoo-2-80c99b86b221ced3db1e510f0f8e315ad98c14b7.tar.gz gentoo-2-80c99b86b221ced3db1e510f0f8e315ad98c14b7.tar.bz2 gentoo-2-80c99b86b221ced3db1e510f0f8e315ad98c14b7.zip |
Fixed homepage. Closing bug #103371.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-python/numeric/numeric-23.8.ebuild')
-rw-r--r-- | dev-python/numeric/numeric-23.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numeric/numeric-23.8.ebuild b/dev-python/numeric/numeric-23.8.ebuild index 00456199a767..76e5bf0636ac 100644 --- a/dev-python/numeric/numeric-23.8.ebuild +++ b/dev-python/numeric/numeric-23.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.8.ebuild,v 1.2 2005/07/11 23:09:21 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.8.ebuild,v 1.3 2005/08/22 22:34:17 lucass Exp $ inherit distutils eutils @@ -9,7 +9,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" -HOMEPAGE="http://www.pfdubois.com/numpy/" +HOMEPAGE="http://numeric.scipy.org/" IUSE="" SLOT="0" |