Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: ChangeLog gromacs-4.5.4.ebuild
Date: Sat, 02 Apr 2011 16:08:15
Message-Id: 20110402160805.8107620057@flycatcher.gentoo.org
1 xarthisius 11/04/02 16:08:05
2
3 Modified: ChangeLog gromacs-4.5.4.ebuild
4 Log:
5 Bump to EAPI=4 for REQUIRED_USE on fkernels and threads wrt #361687. Mark ppc64 stable wrt #357017
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.76 sci-chemistry/gromacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 2 Apr 2011 15:45:21 -0000 1.75
23 +++ ChangeLog 2 Apr 2011 16:08:05 -0000 1.76
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-chemistry/gromacs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.75 2011/04/02 15:45:21 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.76 2011/04/02 16:08:05 xarthisius Exp $
29 +
30 + 02 Apr 2011; Kacper Kowalik <xarthisius@g.o> gromacs-4.5.4.ebuild:
31 + Bump to EAPI=4 for REQUIRED_USE on fkernels and threads wrt #361687. Mark
32 + ppc64 stable wrt #357017
33
34 02 Apr 2011; Samuli Suominen <ssuominen@g.o> gromacs-4.5.4.ebuild:
35 Remove illegal QA_EXECSTACK for source based package.
36
37
38
39 1.6 sci-chemistry/gromacs/gromacs-4.5.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?r1=1.5&r2=1.6
44
45 Index: gromacs-4.5.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- gromacs-4.5.4.ebuild 2 Apr 2011 15:45:21 -0000 1.5
52 +++ gromacs-4.5.4.ebuild 2 Apr 2011 16:08:05 -0000 1.6
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v 1.5 2011/04/02 15:45:21 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v 1.6 2011/04/02 16:08:05 xarthisius Exp $
58
59 -EAPI="3"
60 +EAPI="4"
61
62 LIBTOOLIZE="true"
63 TEST_PV="4.0.4"
64 @@ -26,9 +26,10 @@
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 -KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
69 +KEYWORDS="~alpha ~amd64 ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
70 IUSE="X altivec blas dmalloc doc -double-precision +fftw fkernels +gsl lapack
71 mpi +single-precision sse sse2 static-libs test +threads +xml zsh-completion"
72 +REQUIRED_USE="fkernels? ( !threads )"
73
74 CDEPEND="
75 X? ( x11-libs/libX11
76 @@ -53,8 +54,8 @@
77 #it's not legal to hide execstacks in source based packages by QA_ vars,
78 #and if this were a binary-only package these libs would be in /opt instead
79 # - ssuominen, for the QA team
80 -#QA_EXECSTACK="usr/lib/libgmx.so.*
81 -# usr/lib/libgmx_d.so.*"
82 +#QA_EXECSTACK="usr/$(get_libdir)/libgmx.so.*
83 +# usr/$(get_libdir)/libgmx_d.so.*"
84
85 src_prepare() {
86 if use mpi && use threads; then