mgorny      15/01/29 21:31:05

  Modified:             fcl-9999.ebuild fcl-0.3.2.ebuild ChangeLog
  Log:
  Convert to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  sci-libs/fcl/fcl-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?r1=1.2&r2=1.3

Index: fcl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcl-9999.ebuild     1 Dec 2014 09:06:19 -0000       1.2
+++ fcl-9999.ebuild     29 Jan 2015 21:31:05 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v 1.2 
2014/12/01 09:06:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v 1.3 
2015/01/29 21:31:05 mgorny Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 HOMEPAGE="http://gamma.cs.unc.edu/FCL/";
 LICENSE="BSD"
 SLOT="0"
-IUSE="sse"
+IUSE="cpu_flags_x86_sse"
 
 RDEPEND="
        sci-libs/octomap
@@ -41,7 +41,7 @@
 
 src_configure() {
        local mycmakeargs=(
-               "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
+               "-DFCL_USE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
        )
        cmake-utils_src_configure
 }



1.3                  sci-libs/fcl/fcl-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?r1=1.2&r2=1.3

Index: fcl-0.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcl-0.3.2.ebuild    1 Dec 2014 09:06:19 -0000       1.2
+++ fcl-0.3.2.ebuild    29 Jan 2015 21:31:05 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.2 
2014/12/01 09:06:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.3 
2015/01/29 21:31:05 mgorny Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 HOMEPAGE="http://gamma.cs.unc.edu/FCL/";
 LICENSE="BSD"
 SLOT="0"
-IUSE="sse"
+IUSE="cpu_flags_x86_sse"
 
 RDEPEND="
        sci-libs/octomap
@@ -41,7 +41,7 @@
 
 src_configure() {
        local mycmakeargs=(
-               "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
+               "-DFCL_USE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
        )
        cmake-utils_src_configure
 }



1.3                  sci-libs/fcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Dec 2014 09:06:19 -0000       1.2
+++ ChangeLog   29 Jan 2015 21:31:05 -0000      1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/fcl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.2 2014/12/01 
09:06:19 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.3 2015/01/29 
21:31:05 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> fcl-0.3.2.ebuild,
+  fcl-9999.ebuild:
+  Convert to CPU_FLAGS_X86.
 
   01 Dec 2014; Alexis Ballier <[email protected]> fcl-0.3.2.ebuild,
   fcl-9999.ebuild:
@@ -12,4 +16,3 @@
   28 Nov 2014; Alexis Ballier <[email protected]> +fcl-0.3.2.ebuild,
   +fcl-9999.ebuild, +metadata.xml:
   initial import, ebuild by me
-




Reply via email to