diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-01-30 17:59:14 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-01-30 17:59:14 +0000 |
commit | 24142dedb1902ace73ea6e9e824f5d24d76fcc33 (patch) | |
tree | 3d1fdcede268e63fee4ff5d4f8fbcb5d87f9ed3d /incoming | |
parent | Already added to dev-libs (diff) | |
download | gentoo-2-24142dedb1902ace73ea6e9e824f5d24d76fcc33.tar.gz gentoo-2-24142dedb1902ace73ea6e9e824f5d24d76fcc33.tar.bz2 gentoo-2-24142dedb1902ace73ea6e9e824f5d24d76fcc33.zip |
Already added to dev-python
Diffstat (limited to 'incoming')
-rw-r--r-- | incoming/Numeric-19.0.0-r1.ebuild | 35 | ||||
-rw-r--r-- | incoming/ScientificPython-2.2-r1.ebuild | 28 |
2 files changed, 0 insertions, 63 deletions
diff --git a/incoming/Numeric-19.0.0-r1.ebuild b/incoming/Numeric-19.0.0-r1.ebuild deleted file mode 100644 index 6759e9257038..000000000000 --- a/incoming/Numeric-19.0.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Tod Neidt <tneidt@fidnet.com> -# /home/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp - -S=${WORKDIR}/${P} -DESCRIPTION="numerical python module" -SRC_URI="http://prdownloads.sourceforge.net/numpy/${P}.tar.gz" -HOMEPAGE="http://www.pfdubois.com/numpy/" - -DEPEND="virtual/python" - -src_compile() { - - python setup_all.py build || die - -} - -src_install() { - - python setup_all.py install --prefix=${D}/usr || die - - dodoc MANIFEST PKG-INFO README* - -#grab python verision so ebuild doesn't depend on it - local python_version - python_version=$(python -V 2>&1 | sed -e 's/Python /python/') - -#this needs work; change to use install - cp -a Demo/NumTut ${D}/usr/lib/${python_version}/site-packages/ -} - - - - diff --git a/incoming/ScientificPython-2.2-r1.ebuild b/incoming/ScientificPython-2.2-r1.ebuild deleted file mode 100644 index 3cca5b1e141a..000000000000 --- a/incoming/ScientificPython-2.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Tod Neidt <tneidt@fidnet.com> -# /home/cvsroot/gentoo-x86/dev-python/scientific--python/ScientificPython-2.2.ebuild,v 1.4 2001/06/04 21:57:52 achim Exp -# /home/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp - -S=${WORKDIR}/${P} -DESCRIPTION="scientific python module" -SRC_URI="http://starship.python.net/crew/hinsen/${P}.tar.gz" -HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" - -DEPEND=">=dev-lang/python-2.0-r4 - >=dev-python/Numeric-19.0 - >=app-misc/netcdf-3.0" - -src_compile() { - - python setup.py build || die - -} - -src_install() { - - python setup.py install --prefix=${D}/usr || die - - dodoc MANIFEST.in COPYRIGHT README* - -} |