commit:     5e5957838e87a4a97682cebea339f682650cf380
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 03:59:59 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 04:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e595783

sci-mathematics/mdp: remove from tree.

  No maintenance since 2011.  No updates since Python target 3.3.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-mathematics/mdp/mdp-3.3.ebuild  | 35 -----------------------------------
 sci-mathematics/mdp/mdp-3.5.ebuild  | 34 ----------------------------------
 sci-mathematics/mdp/mdp-9999.ebuild | 33 ---------------------------------
 sci-mathematics/mdp/metadata.xml    | 23 -----------------------
 4 files changed, 125 deletions(-)

diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild 
b/sci-mathematics/mdp/mdp-3.3.ebuild
deleted file mode 100644
index 509639188..000000000
--- a/sci-mathematics/mdp/mdp-3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Data processing framework in python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html";
-SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       || (
-               >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-               >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-)"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-       distutils_install_for_testing
-       cd "${BUILD_DIR}" || die
-       "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/mdp-3.5.ebuild 
b/sci-mathematics/mdp/mdp-3.5.ebuild
deleted file mode 100644
index 6136fc36d..000000000
--- a/sci-mathematics/mdp/mdp-3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Data processing framework in python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html";
-SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-       >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-       >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-       )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-       distutils_install_for_testing
-       cd "${BUILD_DIR}" || die
-       "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/mdp-9999.ebuild 
b/sci-mathematics/mdp/mdp-9999.ebuild
deleted file mode 100644
index 9be3d648a..000000000
--- a/sci-mathematics/mdp/mdp-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1 git-r3
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Modular data processing framework for python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html";
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/mdp-toolkit/mdp-toolkit.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-                       >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-                       >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-                       )"
-
-python_test() {
-       distutils_install_for_testing
-       cd "${BUILD_DIR}" || die
-       "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/metadata.xml b/sci-mathematics/mdp/metadata.xml
deleted file mode 100644
index 4a8c55d36..000000000
--- a/sci-mathematics/mdp/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>t...@cerazone.net</email>
-               <name>Tim Cera</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>sci-mathemat...@gentoo.org</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription lang="en">
-Modular toolkit for Data Processing (MDP) is a Python data processing
-framework. Implemented algorithms include: Principal Component Analysis
-(PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA),
-Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor
-Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and
-Restricted Boltzmann Machines.
-</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">mdp-toolkit</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to