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-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild
Date: Thu, 27 Dec 2012 18:28:59
Message-Id: 20121227182848.3B0812171D@flycatcher.gentoo.org
1 jlec 12/12/27 18:28:48
2
3 Modified: ChangeLog libcmatrix-3.11.0.ebuild
4 Log:
5 sci-libs/libcmatrix: Force ignoring atlas at all, #448832
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.11 sci-libs/libcmatrix/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 20 Dec 2012 19:28:49 -0000 1.10
23 +++ ChangeLog 27 Dec 2012 18:28:48 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/libcmatrix
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.10 2012/12/20 19:28:49 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.11 2012/12/27 18:28:48 jlec Exp $
29 +
30 + 27 Dec 2012; Justin Lecher <jlec@g.o> libcmatrix-3.11.0.ebuild:
31 + Force ignoring atlas at all, #448832
32
33 20 Dec 2012; Justin Lecher <jlec@g.o> -libcmatrix-3.2.1.ebuild,
34 -libcmatrix-3.9.0.ebuild, libcmatrix-3.11.0.ebuild, metadata.xml:
35
36
37
38 1.4 sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.3&r2=1.4
43
44 Index: libcmatrix-3.11.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libcmatrix-3.11.0.ebuild 20 Dec 2012 19:28:49 -0000 1.3
51 +++ libcmatrix-3.11.0.ebuild 27 Dec 2012 18:28:48 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.3 2012/12/20 19:28:49 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.4 2012/12/27 18:28:48 jlec Exp $
57
58 EAPI="3"
59
60 @@ -37,6 +37,8 @@
61 src_configure() {
62 econf \
63 --with-minuit \
64 + --without-atlas \
65 + --with-sysroot="${EROOT}" \
66 $(use_with sse) \
67 $(use_with threads)
68 }