diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 12:00:34 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 12:19:47 +0100 |
commit | 825975ece6029ee3554ba3b398085d04403470d6 (patch) | |
tree | 1a308a1c6206a72b3b48cde90fd36fec7d92162e /sci-chemistry | |
parent | sci-biology/wgs-assembler: Drop old (diff) | |
download | gentoo-825975ece6029ee3554ba3b398085d04403470d6.tar.gz gentoo-825975ece6029ee3554ba3b398085d04403470d6.tar.bz2 gentoo-825975ece6029ee3554ba3b398085d04403470d6.zip |
sci-chemistry/PyMca: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/PyMca/PyMca-4.6.2.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-chemistry/PyMca/PyMca-4.6.2.ebuild b/sci-chemistry/PyMca/PyMca-4.6.2.ebuild deleted file mode 100644 index b1e6d2f50524..000000000000 --- a/sci-chemistry/PyMca/PyMca-4.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-pypy-*" - -inherit distutils eutils - -MY_PV="${PV/_}" - -DESCRIPTION="X-ray Fluorescence Toolkit" -HOMEPAGE="http://pymca.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/pymca/pymca/${PN}${PV/_p1}/pymca${MY_PV}-src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="X hdf5 matplotlib" - -DEPEND=" - dev-python/numpy - dev-python/sip - virtual/opengl - dev-python/pyopengl - X? ( - dev-python/PyQt4 - dev-python/pyqwt - ) - hdf5? ( dev-python/h5py ) - matplotlib? ( dev-python/matplotlib )" -RDEPEND="${DEPEND}" - -#S="${WORKDIR}/${PN}${MY_PV}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - export SPECFILE_USE_GNU_SOURCE=1 - distutils_src_prepare -} |