diff options
author | 2003-09-02 22:32:45 +0000 | |
---|---|---|
committer | 2003-09-02 22:32:45 +0000 | |
commit | f463c3b2bbe3555cbf151e52bef648bc6f899253 (patch) | |
tree | 2c7b6a9d19942edcb79d594569bfbb609290a5f0 /dev-python/f2py/f2py-2.32.225.1419.ebuild | |
parent | moving dev-python/Numeric to dev-python/numeric (diff) | |
download | historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.gz historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.bz2 historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.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 |