From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- sci-chemistry/nmrdepaker/Manifest | 2 +- sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild | 36 --------------------- sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild | 39 +++++++++++++++++++++++ 3 files changed, 40 insertions(+), 37 deletions(-) delete mode 100644 sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild create mode 100644 sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild (limited to 'sci-chemistry/nmrdepaker') diff --git a/sci-chemistry/nmrdepaker/Manifest b/sci-chemistry/nmrdepaker/Manifest index 0c2312658756..a3f94f72a9a2 100644 --- a/sci-chemistry/nmrdepaker/Manifest +++ b/sci-chemistry/nmrdepaker/Manifest @@ -1,3 +1,3 @@ DIST nmrdepaker-1.0.tar.gz 2233765 BLAKE2B 9b638a36fc50d7c020d56833b6ca78d7079ad357f42431088c4c0735b7e9ce63a0e6318915ec751b42e6628c0da76b93ca16ffea1ffe6b311480e8d278ce1a1a SHA512 9d1a9048a85f85eacaeeb582c5550345efa673b1f517dad121e2b2e19125f93e71a26f2f8240ea9b8a06489814eb833e7b3653f882a46bad699b01fd1aa4299f -EBUILD nmrdepaker-1.0-r1.ebuild 846 BLAKE2B 5366d7a88e40be247ddcfc6fd9e01d9da3e9c9282e58a42a53f9ac39865715fd76afaa265b89c509740d980355fedfbcdabac0bb08606c1c8444f5a2404c1e07 SHA512 c2777dc917c092e44eb0306faebdbde99e4103fa745684f936b58b4eaf8e2863079378cb34d6576cdedcbdbffd7f704d0527cf0ab659c7afd9168b53f213c238 +EBUILD nmrdepaker-1.0-r2.ebuild 920 BLAKE2B 684f7f2a3475a04abf4592da1b70033a2c7c9f29ef99be234a927555e39f3d4a3241968e4ac7ed1c23cfb37d99c97c407251e933a7bec61c0ebd7d0a38a84dd1 SHA512 f1bf2fa3827f1f161447b439d82599ee2fd7628e96aea35fba9019dd350efa6816b1a351d3e80d4182462b0e5b3ff0629edebee38f24011d9cdfe792cbec1ca4 MISC metadata.xml 216 BLAKE2B 0fbfa16661345362ff89f87adc0bb42fc5f5c9145cdedb36f3f537b39af4023b91c4dfb0d8e83a4f9ac963141f594ba8ae678371c338d992a96e02c11fd84195 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6 diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild deleted file mode 100644 index 29a13632c888..000000000000 --- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.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} -} diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild new file mode 100644 index 000000000000..043fd37324eb --- /dev/null +++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild @@ -0,0 +1,39 @@ +# 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-python2-0.98.5[gtk2,${PYTHON_USEDEP}] + >=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