diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 08:49:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 08:49:40 +0000 |
commit | 3736417be99e086d0b0d2e16e00f449495ad555a (patch) | |
tree | c0897928e6eb7544437e05fbfe1f9ca4cbdf0cd7 /dev-python | |
parent | add desktop entry (diff) | |
download | gentoo-2-3736417be99e086d0b0d2e16e00f449495ad555a.tar.gz gentoo-2-3736417be99e086d0b0d2e16e00f449495ad555a.tar.bz2 gentoo-2-3736417be99e086d0b0d2e16e00f449495ad555a.zip |
hppa luvin
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numeric/numeric-22.0.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-python/numeric/numeric-22.0.ebuild b/dev-python/numeric/numeric-22.0.ebuild index 9cc5fa646ffa..c90d7ee39e7d 100644 --- a/dev-python/numeric/numeric-22.0.ebuild +++ b/dev-python/numeric/numeric-22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.3 2004/01/29 08:49:40 vapier Exp $ inherit distutils @@ -8,28 +8,21 @@ MY_P=${P/n/N} 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/" +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" -IUSE="" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha" LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa" # 2.1 gave sandbox violations see #21 DEPEND=">=dev-lang/python-2.2" src_install() { - distutils_src_install distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut doins Demo/NumTut/* - } - - - - |