summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-30 15:26:33 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-30 15:26:33 +0000
commit5ed547c8c0db07a5274173d1c6182748264180a2 (patch)
treee62959829daf71c3337c7899cc25dd0f6dd1c95b /dev-python
parentFix manifeest... (diff)
downloadhistorical-5ed547c8c0db07a5274173d1c6182748264180a2.tar.gz
historical-5ed547c8c0db07a5274173d1c6182748264180a2.tar.bz2
historical-5ed547c8c0db07a5274173d1c6182748264180a2.zip
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/scimath/scimath-3.0.6.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/scimath/scimath-3.0.6.ebuild b/dev-python/scimath/scimath-3.0.6.ebuild
deleted file mode 100644
index 1f4b7bb484e8..000000000000
--- a/dev-python/scimath/scimath-3.0.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.6.ebuild,v 1.1 2010/10/18 13:50:52 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-MY_PN="SciMath"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Enthought Tool Suite scientific and mathematical tools"
-HOMEPAGE="http://code.enthought.com/projects/sci_math.php http://pypi.python.org/pypi/SciMath"
-SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/enthoughtbase-3.0.6
- >=dev-python/numpy-1.1
- >=dev-python/traits-3.5.0
- sci-libs/scipy"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( >=dev-python/nose-0.10.3
- >=dev-python/etsdevtools-3.1.0
- >=dev-python/traitsgui-3.5.0[wxwidgets] )"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="enthought"
-
-src_prepare() {
- distutils_src_prepare
-
- sed \
- -e "s/self.run_command('build_docs')/pass/" \
- -e "/setupdocs>=1.0/d" \
- -i setup.py || die "sed setup.py failed"
-}