aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/pysurfer/pysurfer-0.6.ebuild')
-rw-r--r--sci-biology/pysurfer/pysurfer-0.6.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-biology/pysurfer/pysurfer-0.6.ebuild b/sci-biology/pysurfer/pysurfer-0.6.ebuild
deleted file mode 100644
index 400b8bcdc..000000000
--- a/sci-biology/pysurfer/pysurfer-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python based program for visualization of data from Freesurfer"
-HOMEPAGE="http://pysurfer.github.com"
-SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- sci-visualization/mayavi[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S="${WORKDIR}/PySurfer-${PV}"
-
-PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )