Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/camshift/
Date: Mon, 02 Feb 2015 12:06:34
Message-Id: 1422814828.00e500d57a4d3b83553c2f80685455df60322e4e.jlec@gentoo
1 commit: 00e500d57a4d3b83553c2f80685455df60322e4e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun Feb 1 18:20:28 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 1 18:20:28 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00e500d5
7
8 sci-chemistry/camshift: Convert sse to cpu_flags_x86_sse
9
10 ---
11 sci-chemistry/camshift/ChangeLog | 6 +++++-
12 sci-chemistry/camshift/camshift-1.35.0.ebuild | 6 +++---
13 2 files changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-chemistry/camshift/ChangeLog b/sci-chemistry/camshift/ChangeLog
16 index 7e6131d..0870194 100644
17 --- a/sci-chemistry/camshift/ChangeLog
18 +++ b/sci-chemistry/camshift/ChangeLog
19 @@ -1,7 +1,11 @@
20 # ChangeLog for sci-chemistry/camshift
21 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
22 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Feb 2015; Marius Brehler <marbre@××××××××××××××.de>
26 + libsfmt-1.3.0.ebuild:
27 + Convert sse to cpu_flags_x86_sse
28 +
29 22 Feb 2013; Justin Lecher <jlec@g.o> +files/1.35.0-gcc47.patch,
30 files/1.35.0-gentoo.patch, camshift-1.35.0.ebuild, metadata.xml:
31 Bump to EAPI=5; add missing deps; fix for gcc-4.7
32
33 diff --git a/sci-chemistry/camshift/camshift-1.35.0.ebuild b/sci-chemistry/camshift/camshift-1.35.0.ebuild
34 index 96f98e1..1ac8efd 100644
35 --- a/sci-chemistry/camshift/camshift-1.35.0.ebuild
36 +++ b/sci-chemistry/camshift/camshift-1.35.0.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2015 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 @@ -15,7 +15,7 @@ SRC_URI="http://www-vendruscolo.ch.cam.ac.uk/${PN}/${P}.tar.gz"
44 LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="sse"
48 +IUSE="cpu_flags_x86_sse"
49
50 RDEPEND="
51 virtual/blas
52 @@ -31,7 +31,7 @@ src_configure(){
53 local myeconfargs=(
54 --with-lapack
55 --with-external-blas
56 - $(use_enable sse mkasm)
57 + $(use_enable cpu_flags_x86_sse mkasm)
58 )
59 autotools-utils_src_configure
60 }