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/fcl: fcl-9999.ebuild fcl-0.3.2.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:31:09
Message-Id: 20150129213106.02627109DB@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:31:05
2
3 Modified: fcl-9999.ebuild fcl-0.3.2.ebuild ChangeLog
4 Log:
5 Convert 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.3 sci-libs/fcl/fcl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: fcl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fcl-9999.ebuild 1 Dec 2014 09:06:19 -0000 1.2
23 +++ fcl-9999.ebuild 29 Jan 2015 21:31:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 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/fcl/fcl-9999.ebuild,v 1.2 2014/12/01 09:06:19 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v 1.3 2015/01/29 21:31:05 mgorny Exp $
30
31 EAPI=5
32
33 @@ -24,7 +24,7 @@
34 HOMEPAGE="http://gamma.cs.unc.edu/FCL/"
35 LICENSE="BSD"
36 SLOT="0"
37 -IUSE="sse"
38 +IUSE="cpu_flags_x86_sse"
39
40 RDEPEND="
41 sci-libs/octomap
42 @@ -41,7 +41,7 @@
43
44 src_configure() {
45 local mycmakeargs=(
46 - "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
47 + "-DFCL_USE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
48 )
49 cmake-utils_src_configure
50 }
51
52
53
54 1.3 sci-libs/fcl/fcl-0.3.2.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?r1=1.2&r2=1.3
59
60 Index: fcl-0.3.2.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- fcl-0.3.2.ebuild 1 Dec 2014 09:06:19 -0000 1.2
67 +++ fcl-0.3.2.ebuild 29 Jan 2015 21:31:05 -0000 1.3
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.2 2014/12/01 09:06:19 aballier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.3 2015/01/29 21:31:05 mgorny Exp $
74
75 EAPI=5
76
77 @@ -24,7 +24,7 @@
78 HOMEPAGE="http://gamma.cs.unc.edu/FCL/"
79 LICENSE="BSD"
80 SLOT="0"
81 -IUSE="sse"
82 +IUSE="cpu_flags_x86_sse"
83
84 RDEPEND="
85 sci-libs/octomap
86 @@ -41,7 +41,7 @@
87
88 src_configure() {
89 local mycmakeargs=(
90 - "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
91 + "-DFCL_USE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
92 )
93 cmake-utils_src_configure
94 }
95
96
97
98 1.3 sci-libs/fcl/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.3&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.3&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?r1=1.2&r2=1.3
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v
107 retrieving revision 1.2
108 retrieving revision 1.3
109 diff -u -r1.2 -r1.3
110 --- ChangeLog 1 Dec 2014 09:06:19 -0000 1.2
111 +++ ChangeLog 29 Jan 2015 21:31:05 -0000 1.3
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sci-libs/fcl
114 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.2 2014/12/01 09:06:19 aballier Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.3 2015/01/29 21:31:05 mgorny Exp $
118 +
119 + 29 Jan 2015; Michał Górny <mgorny@g.o> fcl-0.3.2.ebuild,
120 + fcl-9999.ebuild:
121 + Convert to CPU_FLAGS_X86.
122
123 01 Dec 2014; Alexis Ballier <aballier@g.o> fcl-0.3.2.ebuild,
124 fcl-9999.ebuild:
125 @@ -12,4 +16,3 @@
126 28 Nov 2014; Alexis Ballier <aballier@g.o> +fcl-0.3.2.ebuild,
127 +fcl-9999.ebuild, +metadata.xml:
128 initial import, ebuild by me
129 -