From 2ac8ff30dd30f93cde6e11183d9bd67c9f7b8c1f Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 9 Nov 2016 14:49:30 +0100 Subject: dev-python/scientificpython: Drop old Package-Manager: portage-2.3.2 --- .../scientificpython/scientificpython-2.9.3.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 dev-python/scientificpython/scientificpython-2.9.3.ebuild (limited to 'dev-python/scientificpython/scientificpython-2.9.3.ebuild') diff --git a/dev-python/scientificpython/scientificpython-2.9.3.ebuild b/dev-python/scientificpython/scientificpython-2.9.3.ebuild deleted file mode 100644 index 805e26d45d4b..000000000000 --- a/dev-python/scientificpython/scientificpython-2.9.3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="ScientificPython" -MY_P="${MY_PN}-${PV}" -DOWNLOAD_NUMBER=4425 - -DESCRIPTION="Scientific Module for Python" -SRC_URI="http://sourcesup.cru.fr/frs/download.php/${DOWNLOAD_NUMBER}/${MY_P}.tar.gz" -HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/" - -LICENSE="CeCILL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc mpi test" - -RDEPEND=" -