Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/relax: relax-3.1.4.ebuild ChangeLog
Date: Mon, 03 Feb 2014 08:44:35
Message-Id: 20140203084429.9FBD32004C@flycatcher.gentoo.org
1 jlec 14/02/03 08:44:29
2
3 Modified: ChangeLog
4 Added: relax-3.1.4.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.18 sci-chemistry/relax/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 17 Jan 2014 07:07:54 -0000 1.17
24 +++ ChangeLog 3 Feb 2014 08:44:29 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-chemistry/relax
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.17 2014/01/17 07:07:54 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/ChangeLog,v 1.18 2014/02/03 08:44:29 jlec Exp $
30 +
31 +*relax-3.1.4 (03 Feb 2014)
32 +
33 + 03 Feb 2014; Justin Lecher <jlec@g.o> +relax-3.1.4.ebuild:
34 + Version Bump
35
36 *relax-3.1.3 (17 Jan 2014)
37
38 @@ -95,4 +100,3 @@
39 19 Jul 2012; Justin Lecher <jlec@g.o> +relax-2.1.0.ebuild,
40 +files/relax-2.1.0-gentoo.patch, +metadata.xml:
41 New addition
42 -
43
44
45
46 1.1 sci-chemistry/relax/relax-3.1.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.1.4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/relax/relax-3.1.4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: relax-3.1.4.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-3.1.4.ebuild,v 1.1 2014/02/03 08:44:29 jlec Exp $
56
57 EAPI=5
58
59 PYTHON_COMPAT=( python2_7 )
60
61 WX_GTK_VER="2.9"
62
63 inherit eutils multiprocessing python-single-r1 scons-utils toolchain-funcs wxwidgets virtualx
64
65 DESCRIPTION="Molecular dynamics by NMR data analysis"
66 HOMEPAGE="http://www.nmr-relax.com/"
67 SRC_URI="http://download.gna.org/relax/${P}.src.tar.bz2"
68
69 SLOT="0"
70 LICENSE="GPL-2"
71 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 IUSE=""
73
74 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
75
76 RDEPEND="
77 ${PYTHON_DEPS}
78 dev-python/numpy[${PYTHON_USEDEP}]
79 dev-python/wxpython:${WX_GTK_VER}[${PYTHON_USEDEP}]
80 sci-chemistry/molmol
81 sci-chemistry/pymol[${PYTHON_USEDEP}]
82 sci-chemistry/vmd
83 >=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}]
84 >=sci-libs/minfx-1.0.5[${PYTHON_USEDEP}]
85 sci-libs/scipy[${PYTHON_USEDEP}]
86 sci-visualization/grace
87 sci-visualization/opendx
88 x11-libs/wxGTK:${WX_GTK_VER}[X]"
89 DEPEND="${RDEPEND}
90 media-gfx/pngcrush"
91
92 pkg_setup() {
93 python-single-r1_pkg_setup
94 }
95
96 src_prepare() {
97 local png
98 rm -rf minfx bmrblib || die
99 epatch \
100 "${FILESDIR}"/${PN}-3.0.1-gentoo.patch
101 tc-export CC
102 }
103
104 src_compile() {
105 escons
106 }
107
108 src_test() {
109 VIRTUALX_COMMAND="${EPYTHON} ./${PN}.py -x"
110 virtualmake
111 }
112
113 src_install() {
114 dodoc README docs/{CHANGES,COMMITTERS,JOBS,relax.pdf,prompt_screenshot.txt}
115
116 python_moduleinto ${PN}
117 python_domodule *
118
119 rm ${PN} README || die
120
121 make_wrapper ${PN}-nmr "${EPYTHON} $(python_get_sitedir)/${PN}/${PN}.py $@"
122 }