diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
commit | 41dc2a1e12ad847e85b87a6f94b441ec2050d210 (patch) | |
tree | 5633908758d289174193710915e79c7f53daea94 /dev-python/f2py/f2py-2.32.225.1419.ebuild | |
parent | moving dev-python/Numeric to dev-python/numeric (diff) | |
download | gentoo-2-41dc2a1e12ad847e85b87a6f94b441ec2050d210.tar.gz gentoo-2-41dc2a1e12ad847e85b87a6f94b441ec2050d210.tar.bz2 gentoo-2-41dc2a1e12ad847e85b87a6f94b441ec2050d210.zip |
moving dev-python/Numeric to dev-python/numeric
Diffstat (limited to 'dev-python/f2py/f2py-2.32.225.1419.ebuild')
-rw-r--r-- | dev-python/f2py/f2py-2.32.225.1419.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/f2py/f2py-2.32.225.1419.ebuild b/dev-python/f2py/f2py-2.32.225.1419.ebuild index 8aebf5727533..2c4de36e5542 100644 --- a/dev-python/f2py/f2py-2.32.225.1419.ebuild +++ b/dev-python/f2py/f2py-2.32.225.1419.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/f2py-2.32.225.1419.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/f2py-2.32.225.1419.ebuild,v 1.6 2003/09/02 22:30:36 liquidx Exp $ + +inherit distutils PN0="F2PY" PV0="2.32.225-1419" @@ -15,10 +17,9 @@ KEYWORDS="x86" IUSE="" DEPEND="dev-lang/python - dev-python/Numeric" -S=${WORKDIR}/${PN0}-${PV0} + dev-python/numeric" -inherit distutils +S=${WORKDIR}/${PN0}-${PV0} src_install() { distutils_src_install |