From de32d1d86e26fd996438513891486b91ae6da7e4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 22 Jan 2020 22:44:21 +0100 Subject: sci-chemistry/nmrdepaker: Revbump post dep change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild | 36 +++++++++++++++++++++++ sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild | 36 ----------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild delete mode 100644 sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild (limited to 'sci-chemistry/nmrdepaker') diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild new file mode 100644 index 000000000000..29a13632c888 --- /dev/null +++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild @@ -0,0 +1,36 @@ +# 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=" + >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + >=dev-python/numpy-1.2[${PYTHON_USEDEP}] + ) + >=dev-python/pygtk-2.12:2[${PYTHON_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} +} diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild deleted file mode 100644 index 29a13632c888..000000000000 --- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild +++ /dev/null @@ -1,36 +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=" - >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.2[${PYTHON_USEDEP}] - ) - >=dev-python/pygtk-2.12:2[${PYTHON_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} -} -- cgit v1.2.3-65-gdbad