commit:     d14ceb7c914422eb14ad65131d9035dcff205119
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 08:45:25 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 08:45:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d14ceb7c

sci-visualization/mayavi: committed to gentoo main repo.

 sci-visualization/mayavi/mayavi-4.4.0.ebuild | 68 ----------------------------
 sci-visualization/mayavi/mayavi-4.4.2.ebuild | 68 ----------------------------
 sci-visualization/mayavi/metadata.xml        | 30 ------------
 3 files changed, 166 deletions(-)

diff --git a/sci-visualization/mayavi/mayavi-4.4.0.ebuild 
b/sci-visualization/mayavi/mayavi-4.4.0.ebuild
deleted file mode 100644
index 6243950a7..000000000
--- a/sci-visualization/mayavi/mayavi-4.4.0.ebuild
+++ /dev/null
@@ -1,68 +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 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Scientific data 3-dimensional visualizer"
-HOMEPAGE="
-       http://code.enthought.com/projects/mayavi/
-       http://pypi.python.org/pypi/mayavi/";
-SRC_URI="https://github.com/enthought/${PN}/archive/${PV}.tar.gz";
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RDEPEND="
-       >=dev-python/apptools-4[${PYTHON_USEDEP}]
-       dev-python/configobj[${PYTHON_USEDEP}]
-       >=dev-python/envisage-4[${PYTHON_USEDEP}]
-       dev-python/ipython[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/pyface[${PYTHON_USEDEP}]
-       >=dev-python/traitsui-4[${PYTHON_USEDEP}]
-       dev-python/wxpython:*[${PYTHON_USEDEP}]"
-CDEPEND="sci-libs/vtk[python]"
-DEPEND="
-       ${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/wxpython[opengl]
-               media-fonts/font-cursor-misc
-               media-fonts/font-misc-misc
-       )"
-
-# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66
-#RESTRICT="test"
-
-# not sure if this is still needed
-#PATCHES=( "${FILESDIR}"/${PN}-4.2.0-doc.patch )
-
-python_compile_all() {
-       if use doc; then
-               esetup.py gen_docs
-               esetup.py build_docs
-       fi
-}
-
-python_test() {
-       VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-       use examples && EXAMPLES=( examples/. )
-       use doc && HTML_DOCS=( docs/build/mayavi/html/. )
-       distutils-r1_python_install_all
-
-       newicon mayavi/core/ui/images/m2.png mayavi2.png
-       make_desktop_entry ${PN}2 \
-               "Mayavi2 2D/3D Scientific Visualization" ${PN}2
-}

diff --git a/sci-visualization/mayavi/mayavi-4.4.2.ebuild 
b/sci-visualization/mayavi/mayavi-4.4.2.ebuild
deleted file mode 100644
index 6243950a7..000000000
--- a/sci-visualization/mayavi/mayavi-4.4.2.ebuild
+++ /dev/null
@@ -1,68 +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 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Scientific data 3-dimensional visualizer"
-HOMEPAGE="
-       http://code.enthought.com/projects/mayavi/
-       http://pypi.python.org/pypi/mayavi/";
-SRC_URI="https://github.com/enthought/${PN}/archive/${PV}.tar.gz";
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RDEPEND="
-       >=dev-python/apptools-4[${PYTHON_USEDEP}]
-       dev-python/configobj[${PYTHON_USEDEP}]
-       >=dev-python/envisage-4[${PYTHON_USEDEP}]
-       dev-python/ipython[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/pyface[${PYTHON_USEDEP}]
-       >=dev-python/traitsui-4[${PYTHON_USEDEP}]
-       dev-python/wxpython:*[${PYTHON_USEDEP}]"
-CDEPEND="sci-libs/vtk[python]"
-DEPEND="
-       ${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/wxpython[opengl]
-               media-fonts/font-cursor-misc
-               media-fonts/font-misc-misc
-       )"
-
-# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66
-#RESTRICT="test"
-
-# not sure if this is still needed
-#PATCHES=( "${FILESDIR}"/${PN}-4.2.0-doc.patch )
-
-python_compile_all() {
-       if use doc; then
-               esetup.py gen_docs
-               esetup.py build_docs
-       fi
-}
-
-python_test() {
-       VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-       use examples && EXAMPLES=( examples/. )
-       use doc && HTML_DOCS=( docs/build/mayavi/html/. )
-       distutils-r1_python_install_all
-
-       newicon mayavi/core/ui/images/m2.png mayavi2.png
-       make_desktop_entry ${PN}2 \
-               "Mayavi2 2D/3D Scientific Visualization" ${PN}2
-}

diff --git a/sci-visualization/mayavi/metadata.xml 
b/sci-visualization/mayavi/metadata.xml
deleted file mode 100644
index 295da5bc4..000000000
--- a/sci-visualization/mayavi/metadata.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  Mayavi2 is a general purpose, cross-platform tool for 3-D scientific
-  data visualization. Its features include:
-  * Visualization of scalar, vector and tensor data in 2 and 3 dimensions.
-  * Easy scriptability using Python.
-  * Easy extendibility via custom sources, modules, and data filters.
-  * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
-  * Saving of visualizations. 
-  * Saving rendered visualization in a variety of image formats.
-  * Convenient functionality for rapid scientific plotting via mlab
-
-  Mayavi2 has been designed with scriptability and extensibility in
-  mind. Mayavi2 provides a mayavi2 application which is usable by
-  itself. However, Mayavi2 may also be used as a plotting engine, in
-  scripts, like with matplotlib or gnuplot, as well as a library for
-  interactive visualizations in any other application. It may also be
-  used as an Envisage plug-in which allows it to be embedded in other
-  Envisage based applications natively.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">enthought/mayavi</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to