Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@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 15:45:31
Message-Id: 20110402154521.B980520054@flycatcher.gentoo.org
1 ssuominen 11/04/02 15:45:21
2
3 Modified: ChangeLog gromacs-4.5.4.ebuild
4 Log:
5 Remove illegal QA_EXECSTACK for source based package.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.75 sci-chemistry/gromacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 2 Apr 2011 15:43:13 -0000 1.74
23 +++ ChangeLog 2 Apr 2011 15:45:21 -0000 1.75
24 @@ -1,6 +1,9 @@
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.74 2011/04/02 15:43:13 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.75 2011/04/02 15:45:21 ssuominen Exp $
29 +
30 + 02 Apr 2011; Samuli Suominen <ssuominen@g.o> gromacs-4.5.4.ebuild:
31 + Remove illegal QA_EXECSTACK for source based package.
32
33 02 Apr 2011; Kacper Kowalik <xarthisius@g.o> gromacs-4.5.4.ebuild:
34 Revert to ~ppc64
35
36
37
38 1.5 sci-chemistry/gromacs/gromacs-4.5.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild?r1=1.4&r2=1.5
43
44 Index: gromacs-4.5.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- gromacs-4.5.4.ebuild 2 Apr 2011 15:43:13 -0000 1.4
51 +++ gromacs-4.5.4.ebuild 2 Apr 2011 15:45:21 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.4.ebuild,v 1.4 2011/04/02 15:43:13 xarthisius Exp $
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
58 EAPI="3"
59
60 @@ -49,8 +49,12 @@
61 RESTRICT="test"
62
63 #gromacs has gnu exec stacks for speedup
64 -QA_EXECSTACK="usr/lib/libgmx.so.*
65 - usr/lib/libgmx_d.so.*"
66 +# - ebuild author
67 +#it's not legal to hide execstacks in source based packages by QA_ vars,
68 +#and if this were a binary-only package these libs would be in /opt instead
69 +# - ssuominen, for the QA team
70 +#QA_EXECSTACK="usr/lib/libgmx.so.*
71 +# usr/lib/libgmx_d.so.*"
72
73 src_prepare() {
74 if use mpi && use threads; then