summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-01-30 17:59:14 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-01-30 17:59:14 +0000
commita08347fd64aa5e16bfead788c3d447fb35855655 (patch)
tree25bfadc74c0086f59f71224757df77aeb75226f4 /incoming
parentAlready added to dev-libs (diff)
downloadhistorical-a08347fd64aa5e16bfead788c3d447fb35855655.tar.gz
historical-a08347fd64aa5e16bfead788c3d447fb35855655.tar.bz2
historical-a08347fd64aa5e16bfead788c3d447fb35855655.zip
Already added to dev-python
Diffstat (limited to 'incoming')
-rw-r--r--incoming/Numeric-19.0.0-r1.ebuild35
-rw-r--r--incoming/ScientificPython-2.2-r1.ebuild28
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*
-
-}