Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: libcmatrix-3.11.0.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:31:10
Message-Id: 20150129213107.46F48109DC@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:31:07
2
3 Modified: libcmatrix-3.11.0.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.8 sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.7&r2=1.8
15
16 Index: libcmatrix-3.11.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libcmatrix-3.11.0.ebuild 20 May 2013 16:28:04 -0000 1.7
23 +++ libcmatrix-3.11.0.ebuild 29 Jan 2015 21:31:07 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.7 2013/05/20 16:28:04 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.8 2015/01/29 21:31:07 mgorny Exp $
30
31 EAPI=5
32
33 @@ -18,7 +18,7 @@
34 LICENSE="all-rights-reserved"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="sse threads"
38 +IUSE="cpu_flags_x86_sse threads"
39
40 RDEPEND="sci-libs/minuit"
41 DEPEND="${RDEPEND}"
42 @@ -43,7 +43,7 @@
43 --with-minuit \
44 --without-atlas \
45 --with-sysroot="${EROOT}" \
46 - $(use_with sse) \
47 + $(use_with cpu_flags_x86_sse sse) \
48 $(use_with threads)
49 }
50
51
52
53
54 1.16 sci-libs/libcmatrix/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.16&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.16&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.15&r2=1.16
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
63 retrieving revision 1.15
64 retrieving revision 1.16
65 diff -u -r1.15 -r1.16
66 --- ChangeLog 20 May 2013 16:28:04 -0000 1.15
67 +++ ChangeLog 29 Jan 2015 21:31:07 -0000 1.16
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sci-libs/libcmatrix
70 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.15 2013/05/20 16:28:04 jlec Exp $
72 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.16 2015/01/29 21:31:07 mgorny Exp $
74 +
75 + 29 Jan 2015; Michał Górny <mgorny@g.o> libcmatrix-3.11.0.ebuild:
76 + Switch to CPU_FLAGS_X86.
77
78 20 May 2013; Justin Lecher <jlec@g.o> libcmatrix-3.11.0.ebuild:
79 Change license to a-r-r and RESTRICT=mirror, #465594
80 @@ -65,4 +68,3 @@
81 +libcmatrix-3.2.1.ebuild, +files/3.2.1-minuit2.patch,
82 +files/3.2.1-shared.patch, +metadata.xml:
83 New Addition, imported from sci overlay
84 -