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/cns: cns-1.2.1-r7.ebuild ChangeLog
Date: Wed, 21 Mar 2012 18:26:29
Message-Id: 20120321182615.70FA02004B@flycatcher.gentoo.org
1 jlec 12/03/21 18:26:15
2
3 Modified: cns-1.2.1-r7.ebuild ChangeLog
4 Log:
5 Change FFLAGS against FCFLAGS
6
7 (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/cns/cns-1.2.1-r7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?r1=1.1&r2=1.2
15
16 Index: cns-1.2.1-r7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cns-1.2.1-r7.ebuild 30 Aug 2011 13:48:39 -0000 1.1
23 +++ cns-1.2.1-r7.ebuild 21 Mar 2012 18:26:15 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.1 2011/08/30 13:48:39 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.2 2012/03/21 18:26:15 jlec Exp $
30
31 EAPI=3
32
33 @@ -140,7 +140,7 @@
34 LD=$(tc-getFC) \
35 CCFLAGS="${CFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \
36 LDFLAGS="${LDFLAGS}" \
37 - F77OPT="${FFLAGS:- -O2} ${MALIGN}" \
38 + F77OPT="${FCFLAGS:- -O2} ${MALIGN}" \
39 F77STD="${GLOBALS}" \
40 OMPLIB="${OMPLIB}" \
41 compiler="${COMP}" \
42
43
44
45 1.46 sci-chemistry/cns/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.46&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.46&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?r1=1.45&r2=1.46
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v
54 retrieving revision 1.45
55 retrieving revision 1.46
56 diff -u -r1.45 -r1.46
57 --- ChangeLog 6 Feb 2012 15:46:32 -0000 1.45
58 +++ ChangeLog 21 Mar 2012 18:26:15 -0000 1.46
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-chemistry/cns
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.45 2012/02/06 15:46:32 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.46 2012/03/21 18:26:15 jlec Exp $
64 +
65 + 21 Mar 2012; Justin Lecher <jlec@g.o> cns-1.2.1-r7.ebuild:
66 + Change FFLAGS against FCFLAGS
67
68 06 Feb 2012; Justin Lecher <jlec@g.o> -cns-1.2.1.ebuild,
69 -cns-1.2.1-r5.ebuild: