mgorny      15/01/29 17:34:49

  Modified:             lensfun-0.2.8.ebuild lensfun-0.3.0.ebuild
                        lensfun-0.2.8-r1.ebuild ChangeLog
  Log:
  Switch to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.13                 media-libs/lensfun/lensfun-0.2.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?r1=1.12&r2=1.13

Index: lensfun-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lensfun-0.2.8.ebuild        3 Aug 2014 18:38:36 -0000       1.12
+++ lensfun-0.2.8.ebuild        29 Jan 2015 17:34:49 -0000      1.13
@@ -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/media-libs/lensfun/lensfun-0.2.8.ebuild,v 
1.12 2014/08/03 18:38:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v 
1.13 2015/01/29 17:34:49 mgorny Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc sse sse2"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2"
 
 RDEPEND=">=dev-libs/glib-2.28
        media-libs/libpng:0=
@@ -38,8 +38,8 @@
                -DLIBDIR=$(get_libdir)
                -DBUILD_AUXFUN=ON
                $(cmake-utils_use_build doc)
-               $(cmake-utils_use_build sse FOR_SSE)
-               $(cmake-utils_use_build sse2 FOR_SSE2)
+               $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
+               $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
                -DBUILD_STATIC=OFF
                -DBUILD_TESTS=OFF
                )



1.4                  media-libs/lensfun/lensfun-0.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild?r1=1.3&r2=1.4

Index: lensfun-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lensfun-0.3.0.ebuild        11 Oct 2014 11:46:42 -0000      1.3
+++ lensfun-0.3.0.ebuild        29 Jan 2015 17:34:49 -0000      1.4
@@ -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/media-libs/lensfun/lensfun-0.3.0.ebuild,v 
1.3 2014/10/11 11:46:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 
1.4 2015/01/29 17:34:49 mgorny Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc sse sse2"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2"
 
 RDEPEND=">=dev-libs/glib-2.28
        media-libs/libpng:0=
@@ -38,8 +38,8 @@
                -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
                -DBUILD_AUXFUN=ON
                $(cmake-utils_use_build doc)
-               $(cmake-utils_use_build sse FOR_SSE)
-               $(cmake-utils_use_build sse2 FOR_SSE2)
+               $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
+               $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
                -DBUILD_STATIC=OFF
                -DBUILD_TESTS=OFF
                )



1.7                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?r1=1.6&r2=1.7

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lensfun-0.2.8-r1.ebuild     16 Jan 2015 08:58:58 -0000      1.6
+++ lensfun-0.2.8-r1.ebuild     29 Jan 2015 17:34:49 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.6 
2015/01/16 08:58:58 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.7 
2015/01/29 17:34:49 mgorny Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc sse sse2"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2"
 
 RDEPEND=">=dev-libs/glib-2.28
        media-libs/libpng:0=
@@ -39,8 +39,8 @@
                -DLIBDIR=$(get_libdir)
                -DBUILD_AUXFUN=ON
                $(cmake-utils_use_build doc)
-               $(cmake-utils_use_build sse FOR_SSE)
-               $(cmake-utils_use_build sse2 FOR_SSE2)
+               $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
+               $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
                -DBUILD_STATIC=OFF
                -DBUILD_TESTS=OFF
                )



1.83                 media-libs/lensfun/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.83&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.83&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   16 Jan 2015 08:58:58 -0000      1.82
+++ ChangeLog   29 Jan 2015 17:34:49 -0000      1.83
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.82 
2015/01/16 08:58:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.83 
2015/01/29 17:34:49 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> lensfun-0.2.8-r1.ebuild,
+  lensfun-0.2.8.ebuild, lensfun-0.3.0.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   16 Jan 2015; Raúl Porcel <[email protected]> lensfun-0.2.8-r1.ebuild:
   alpha/ia64/sparc/x86 stable wrt #524436




Reply via email to