mgorny      15/01/28 22:13:58

  Modified:             ksplash-4.11.9.ebuild ksplash-4.11.14.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.6                  kde-base/ksplash/ksplash-4.11.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?r1=1.5&r2=1.6

Index: ksplash-4.11.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ksplash-4.11.9.ebuild       8 May 2014 07:32:45 -0000       1.5
+++ ksplash-4.11.9.ebuild       28 Jan 2015 22:13:58 -0000      1.6
@@ -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/kde-base/ksplash/ksplash-4.11.9.ebuild,v 
1.5 2014/05/08 07:32:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v 
1.6 2015/01/28 22:13:58 mgorny Exp $
 
 EAPI=5
 
@@ -10,7 +10,8 @@
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not 
of individual apps)"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
+IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
+cpu_flags_x86_sse2 xinerama"
 
 COMMONDEPEND="
        media-libs/libpng:0=
@@ -26,11 +27,11 @@
 
 src_configure() {
        mycmakeargs=(
-               $(cmake-utils_use_has 3dnow X86_3DNOW)
+               $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
                $(cmake-utils_use_has altivec PPC_ALTIVEC)
-               $(cmake-utils_use_has mmx X86_MMX)
-               $(cmake-utils_use_has sse X86_SSE)
-               $(cmake-utils_use_has sse2 X86_SSE2)
+               $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
+               $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
+               $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
                $(cmake-utils_use_with xinerama)
        )
 



1.3                  kde-base/ksplash/ksplash-4.11.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?r1=1.2&r2=1.3

Index: ksplash-4.11.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksplash-4.11.14.ebuild      11 Dec 2014 11:59:54 -0000      1.2
+++ ksplash-4.11.14.ebuild      28 Jan 2015 22:13:58 -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/kde-base/ksplash/ksplash-4.11.14.ebuild,v 
1.2 2014/12/11 11:59:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v 
1.3 2015/01/28 22:13:58 mgorny Exp $
 
 EAPI=5
 
@@ -10,7 +10,8 @@
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not 
of individual apps)"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
+IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
+cpu_flags_x86_sse2 xinerama"
 
 COMMONDEPEND="
        media-libs/libpng:0=
@@ -26,11 +27,11 @@
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_has 3dnow X86_3DNOW)
+               $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
                $(cmake-utils_use_has altivec PPC_ALTIVEC)
-               $(cmake-utils_use_has mmx X86_MMX)
-               $(cmake-utils_use_has sse X86_SSE)
-               $(cmake-utils_use_has sse2 X86_SSE2)
+               $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
+               $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
+               $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
                $(cmake-utils_use_with xinerama)
        )
 



1.233                kde-base/ksplash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.233&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.233&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.232&r2=1.233

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   11 Dec 2014 11:59:54 -0000      1.232
+++ ChangeLog   28 Jan 2015 22:13:58 -0000      1.233
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/ksplash
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.232 
2014/12/11 11:59:54 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.233 
2015/01/28 22:13:58 mgorny Exp $
+
+  28 Jan 2015; Michał Górny <mgo...@gentoo.org> ksplash-4.11.14.ebuild,
+  ksplash-4.11.9.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   11 Dec 2014; Mikle Kolyada <zlog...@gentoo.org> ksplash-4.11.14.ebuild:
   amd64 stable wrt bug #517344




Reply via email to