jlec 15/03/15 09:15:32 Modified: relax-3.3.6.ebuild ChangeLog Added: relax-3.3.7.ebuild Log: Version BUmp (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-chemistry/relax/relax-3.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild?r1=1.1&r2=1.2 Index: relax-3.3.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- relax-3.3.6.ebuild 7 Feb 2015 07:56:16 -0000 1.1 +++ relax-3.3.6.ebuild 15 Mar 2015 09:15:32 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild,v 1.1 2015/02/07 07:56:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.3.6.ebuild,v 1.2 2015/03/15 09:15:32 jlec Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -37,7 +37,11 @@ sci-visualization/opendx x11-libs/wxGTK:${WX_GTK_VER}[X]" DEPEND="${RDEPEND} - media-gfx/pngcrush" + media-gfx/pngcrush + test? ( + ${RDEPEND} + ) + " pkg_setup() { python-single-r1_pkg_setup 1.35 sci-chemistry/relax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 7 Feb 2015 07:58:05 -0000 1.34 +++ ChangeLog 15 Mar 2015 09:15:32 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/relax # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.34 2015/02/07 07:58:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.35 2015/03/15 09:15:32 jlec Exp $ + +*relax-3.3.7 (15 Mar 2015) + + 15 Mar 2015; Justin Lecher <[email protected]> +relax-3.3.7.ebuild, + relax-3.3.6.ebuild: + Version BUmp 07 Feb 2015; Justin Lecher <[email protected]> -files/relax-2.1.0-gentoo.patch, -files/relax-2.2.1-gentoo.patch, -files/relax-3.0.1-gentoo.patch, 1.1 sci-chemistry/relax/relax-3.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.3.7.ebuild?rev=1.1&content-type=text/plain Index: relax-3.3.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.3.7.ebuild,v 1.1 2015/03/15 09:15:32 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) WX_GTK_VER="2.9" inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs wxwidgets virtualx DESCRIPTION="Molecular dynamics by NMR data analysis" HOMEPAGE="http://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" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} dev-python/Numdifftools[${PYTHON_USEDEP}] dev-python/matplotlib[${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 } 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 $@" }
