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/relax/Manifest | 2 +- sci-chemistry/relax/relax-4.0.0-r2.ebuild | 75 ---------------------------- sci-chemistry/relax/relax-4.0.0-r3.ebuild | 81 +++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 76 deletions(-) delete mode 100644 sci-chemistry/relax/relax-4.0.0-r2.ebuild create mode 100644 sci-chemistry/relax/relax-4.0.0-r3.ebuild (limited to 'sci-chemistry/relax') diff --git a/sci-chemistry/relax/Manifest b/sci-chemistry/relax/Manifest index 9d2df17bb325..f3b0b62ccafa 100644 --- a/sci-chemistry/relax/Manifest +++ b/sci-chemistry/relax/Manifest @@ -1,3 +1,3 @@ DIST relax-4.0.0.src.tar.bz2 105659752 BLAKE2B ce5fc9b7f31787f2189e75a543f8ba6fe3cd59ce7382c6c0f79c419b9f71b2d09bd16685e7fed3c9e3205be531efa2a8dc1cce707e77e2386d2a9f7a71b4b0c1 SHA512 28b5ddab2c83f95d7e1a502d05b5d3c93337fece68a1fef95ec8978f61fccf24cb37528cfef27cb20d132033535f4120b23cc76a75f34f52b27df17116351f8e -EBUILD relax-4.0.0-r2.ebuild 1647 BLAKE2B 47d35d0a658255c16ce7fde5c6afdf1ac80f894e9de57b4a55c7e44c61db164f50511984abbaf1b8ad98bebef132836bcbfcd07d8ddb70f7c5fe17469185df62 SHA512 88d260d222dbd1c25b327aea72e37cacb209d3dd172aefe5c15d5def95905dd7168d75d15cb707ebc4ed3863838e3c6b3a4764679e249f0ad6d689ad7cabe501 +EBUILD relax-4.0.0-r3.ebuild 1760 BLAKE2B 6ea79be4c348069a5cd54ce3f9614d145febcb47a76709b5c45c9400347d9ff035cf6138005a455e2b14c1a6a498cb8ee1fdc76d8c65aa99d82bbba966bd7d16 SHA512 c3a59cbba651f752650d840b60dfda46ceb7f6f2673607e8e1b8f1265ff3595116f64830b3e00ee42a017ecd54cf27d008c841048f302a09a2c2abb87326a204 MISC metadata.xml 1373 BLAKE2B d5a9e36f0412ef757a23aa4991986bdc394edc035f59b0206b246affc884417eb8446a598b23054972c97dc5d883cd0242e306f9e8d61620c144939845c0bcf1 SHA512 575ccfdae744fc5d97e795a22989b377954edeacb8ec4887d987a59af813f126551743c4b29b9c2b4a26a1840f05d42fb26fd39b7ae9b38e24373fab18c0270e diff --git a/sci-chemistry/relax/relax-4.0.0-r2.ebuild b/sci-chemistry/relax/relax-4.0.0-r2.ebuild deleted file mode 100644 index 606c454f1b12..000000000000 --- a/sci-chemistry/relax/relax-4.0.0-r2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -WX_GTK_VER="3.0" - -inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs wxwidgets virtualx - -DESCRIPTION="Molecular dynamics by NMR data analysis" -HOMEPAGE="https://www.nmr-relax.com/" -SRC_URI="http://download.gna.org/relax/${P}.src.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-python/Numdifftools[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) - dev-python/wxpython:${WX_GTK_VER}[${PYTHON_USEDEP}] - sci-chemistry/molmol - sci-chemistry/pymol[${PYTHON_USEDEP}] - sci-chemistry/vmd - >=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}] - >=sci-libs/minfx-1.0.11[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - sci-visualization/grace - sci-visualization/opendx - x11-libs/wxGTK:${WX_GTK_VER}[X]" -DEPEND="${RDEPEND} - media-gfx/pngcrush - test? ( ${RDEPEND} ) - " - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - rm -rf minfx bmrblib extern/numdifftools || die - tc-export CC - need-wxwidgets unicode -} - -src_compile() { - escons -} - -src_test() { - VIRTUALX_COMMAND="${EPYTHON} ./${PN}.py -x --traceback" - virtualmake -} - -src_install() { - dodoc README docs/{CHANGES,COMMITTERS,JOBS,relax.pdf} - - python_moduleinto ${PN} - python_domodule * - - rm ${PN} README || die - - make_wrapper ${PN}-nmr "${EPYTHON} $(python_get_sitedir)/${PN}/${PN}.py $@" -} diff --git a/sci-chemistry/relax/relax-4.0.0-r3.ebuild b/sci-chemistry/relax/relax-4.0.0-r3.ebuild new file mode 100644 index 000000000000..28b0f5d9da67 --- /dev/null +++ b/sci-chemistry/relax/relax-4.0.0-r3.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +WX_GTK_VER="3.0" + +inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs wxwidgets virtualx + +DESCRIPTION="Molecular dynamics by NMR data analysis" +HOMEPAGE="https://www.nmr-relax.com/" +SRC_URI="http://download.gna.org/relax/${P}.src.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + dev-python/Numdifftools[${PYTHON_USEDEP}] + || ( + dev-python/matplotlib-python2[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + ) + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) + dev-python/wxpython:${WX_GTK_VER}[${PYTHON_USEDEP}] + sci-chemistry/molmol + sci-chemistry/pymol[${PYTHON_USEDEP}] + sci-chemistry/vmd + >=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}] + >=sci-libs/minfx-1.0.11[${PYTHON_USEDEP}] + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + ) + sci-visualization/grace + sci-visualization/opendx + x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + media-gfx/pngcrush + test? ( ${RDEPEND} ) + " + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_prepare() { + rm -rf minfx bmrblib extern/numdifftools || die + tc-export CC + need-wxwidgets unicode +} + +src_compile() { + escons +} + +src_test() { + VIRTUALX_COMMAND="${EPYTHON} ./${PN}.py -x --traceback" + virtualmake +} + +src_install() { + dodoc README docs/{CHANGES,COMMITTERS,JOBS,relax.pdf} + + python_moduleinto ${PN} + python_domodule * + + rm ${PN} README || die + + make_wrapper ${PN}-nmr "${EPYTHON} $(python_get_sitedir)/${PN}/${PN}.py $@" +} -- cgit v1.2.3