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.1.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.1.ebuild')
-rw-r--r-- | dev-python/numeric/numeric-23.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild index 6c209dbe199d..ddec5bd80269 100644 --- a/dev-python/numeric/numeric-23.1.ebuild +++ b/dev-python/numeric/numeric-23.1.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.1.ebuild,v 1.12 2005/04/21 18:58:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.13 2005/08/22 22:34:17 lucass Exp $ inherit distutils @@ -8,7 +8,7 @@ MY_P=${P/n/N} S=${WORKDIR}/${MY_P} DESCRIPTION="a fast, compact, multidimensional array language facility" -HOMEPAGE="http://www.pfdubois.com/numpy/" +HOMEPAGE="http://numeric.scipy.org/" SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" |