diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 19:30:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 19:30:57 +0000 |
commit | 76e082ae520947ec95b13c0ae675777b990c157a (patch) | |
tree | 92095b64caf4431e9fa8b7fe5edf8f3453facec1 /dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild | |
parent | Version bump for subversion bump (diff) | |
download | historical-76e082ae520947ec95b13c0ae675777b990c157a.tar.gz historical-76e082ae520947ec95b13c0ae675777b990c157a.tar.bz2 historical-76e082ae520947ec95b13c0ae675777b990c157a.zip |
Renamed dev-python/ScientificPython to dev-python/scientificpython - remove old files.
Diffstat (limited to 'dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild')
-rw-r--r-- | dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild deleted file mode 100644 index 2a2638eeecc7..000000000000 --- a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.16 2004/06/25 01:49:40 agriffis Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="Scientific Module for Python" -SRC_URI="http://starship.python.net/crew/hinsen/${P}.tar.gz" -HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ~sparc alpha" - -DEPEND="virtual/python - >=dev-python/numeric-19.0 - >=app-sci/netcdf-3.0" - - -src_install() { - distutils_src_install - - dodoc MANIFEST.in COPYRIGHT README* - cd Doc - dodoc CHANGELOG - dohtml HTML/* - - dodir /usr/share/doc/${PF}/pdf - insinto /usr/share/doc/${PF}/pdf - doins PDF/* -} |