diff options
Diffstat (limited to 'sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild')
-rw-r--r-- | sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild deleted file mode 100644 index 66a98a99cef1..000000000000 --- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DISTUTILS_SINGLE_IMPL="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit desktop distutils-r1 - -DESCRIPTION="Program to perform NMR spectra 'De-Pake-ing' and moment calculation" -HOMEPAGE="https://launchpad.net/nmrdepaker" -SRC_URI="https://launchpad.net/${PN}/${PV}/${PV}/+download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3+" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep ' - || ( - >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}] - >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}] - ) - || ( - dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] - >=dev-python/numpy-1.2[${PYTHON_MULTI_USEDEP}] - ) - >=dev-python/pygtk-2.12:2[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/nmrdpaker-${PV}" - -src_install() { - distutils-r1_src_install - - newicon lib/data/images/unused/nmrfriend-buddy.svg ${PN}.svg - make_desktop_entry ${PN} -} |