Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fraqtive: fraqtive-0.4.7.ebuild fraqtive-0.4.6.ebuild ChangeLog
Date: Wed, 28 Jan 2015 22:22:45
Message-Id: 20150128222241.58EB310824@oystercatcher.gentoo.org
1 mgorny 15/01/28 22:22:41
2
3 Modified: fraqtive-0.4.7.ebuild fraqtive-0.4.6.ebuild
4 ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 x11-misc/fraqtive/fraqtive-0.4.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?r1=1.1&r2=1.2
16
17 Index: fraqtive-0.4.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- fraqtive-0.4.7.ebuild 22 Jan 2015 10:50:04 -0000 1.1
24 +++ fraqtive-0.4.7.ebuild 28 Jan 2015 22:22:41 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v 1.1 2015/01/22 10:50:04 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v 1.2 2015/01/28 22:22:41 mgorny Exp $
30
31 EAPI=5
32 inherit eutils gnome2-utils qmake-utils toolchain-funcs
33 @@ -12,7 +12,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="qt5 sse2"
38 +IUSE="qt5 cpu_flags_x86_sse2"
39
40 RDEPEND="
41 !qt5? (
42 @@ -37,7 +37,7 @@
43 sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
44 local conf="release"
45
46 - if use sse2; then
47 + if use cpu_flags_x86_sse2; then
48 conf="$conf sse2"
49 else
50 conf="$conf no-sse2"
51
52
53
54 1.4 x11-misc/fraqtive/fraqtive-0.4.6.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?r1=1.3&r2=1.4
59
60 Index: fraqtive-0.4.6.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- fraqtive-0.4.6.ebuild 1 Jul 2014 23:53:09 -0000 1.3
67 +++ fraqtive-0.4.6.ebuild 28 Jan 2015 22:22:41 -0000 1.4
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/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.3 2014/07/01 23:53:09 jer Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.4 2015/01/28 22:22:41 mgorny Exp $
74
75 EAPI=5
76 inherit eutils gnome2-utils qt4-r2
77 @@ -12,7 +12,7 @@
78 LICENSE="GPL-2"
79 SLOT="0"
80 KEYWORDS="~amd64 ~x86"
81 -IUSE="sse2"
82 +IUSE="cpu_flags_x86_sse2"
83
84 DEPEND="
85 dev-qt/qtcore:4
86 @@ -25,7 +25,7 @@
87 src_configure() {
88 local conf="release"
89
90 - if use sse2; then
91 + if use cpu_flags_x86_sse2; then
92 conf="$conf sse2"
93 else
94 conf="$conf no-sse2"
95
96
97
98 1.16 x11-misc/fraqtive/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.16&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.16&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?r1=1.15&r2=1.16
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v
107 retrieving revision 1.15
108 retrieving revision 1.16
109 diff -u -r1.15 -r1.16
110 --- ChangeLog 22 Jan 2015 10:50:04 -0000 1.15
111 +++ ChangeLog 28 Jan 2015 22:22:41 -0000 1.16
112 @@ -1,6 +1,10 @@
113 # ChangeLog for x11-misc/fraqtive
114 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.15 2015/01/22 10:50:04 jer Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.16 2015/01/28 22:22:41 mgorny Exp $
117 +
118 + 28 Jan 2015; Michał Górny <mgorny@g.o> fraqtive-0.4.6.ebuild,
119 + fraqtive-0.4.7.ebuild:
120 + Switch to CPU_FLAGS_X86.
121
122 *fraqtive-0.4.7 (22 Jan 2015)