mgorny      15/01/28 22:22:41

  Modified:             fraqtive-0.4.7.ebuild fraqtive-0.4.6.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.2                  x11-misc/fraqtive/fraqtive-0.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?r1=1.1&r2=1.2

Index: fraqtive-0.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fraqtive-0.4.7.ebuild       22 Jan 2015 10:50:04 -0000      1.1
+++ fraqtive-0.4.7.ebuild       28 Jan 2015 22:22:41 -0000      1.2
@@ -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/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v 
1.1 2015/01/22 10:50:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v 
1.2 2015/01/28 22:22:41 mgorny Exp $
 
 EAPI=5
 inherit eutils gnome2-utils qmake-utils toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="qt5 sse2"
+IUSE="qt5 cpu_flags_x86_sse2"
 
 RDEPEND="
        !qt5? (
@@ -37,7 +37,7 @@
        sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
        local conf="release"
 
-       if use sse2; then
+       if use cpu_flags_x86_sse2; then
                conf="$conf sse2"
        else
                conf="$conf no-sse2"



1.4                  x11-misc/fraqtive/fraqtive-0.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?r1=1.3&r2=1.4

Index: fraqtive-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fraqtive-0.4.6.ebuild       1 Jul 2014 23:53:09 -0000       1.3
+++ fraqtive-0.4.6.ebuild       28 Jan 2015 22:22:41 -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/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 
1.3 2014/07/01 23:53:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 
1.4 2015/01/28 22:22:41 mgorny Exp $
 
 EAPI=5
 inherit eutils gnome2-utils qt4-r2
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="sse2"
+IUSE="cpu_flags_x86_sse2"
 
 DEPEND="
        dev-qt/qtcore:4
@@ -25,7 +25,7 @@
 src_configure() {
        local conf="release"
 
-       if use sse2; then
+       if use cpu_flags_x86_sse2; then
                conf="$conf sse2"
        else
                conf="$conf no-sse2"



1.16                 x11-misc/fraqtive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   22 Jan 2015 10:50:04 -0000      1.15
+++ ChangeLog   28 Jan 2015 22:22:41 -0000      1.16
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/fraqtive
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.15 
2015/01/22 10:50:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.16 
2015/01/28 22:22:41 mgorny Exp $
+
+  28 Jan 2015; Michał Górny <[email protected]> fraqtive-0.4.6.ebuild,
+  fraqtive-0.4.7.ebuild:
+  Switch to CPU_FLAGS_X86.
 
 *fraqtive-0.4.7 (22 Jan 2015)
 




Reply via email to