Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/qimageblitz: qimageblitz-0.0.6-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:55:08
Message-Id: 20150129175503.1C60F109AA@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:55:03
2
3 Modified: qimageblitz-0.0.6-r1.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.8 media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: qimageblitz-0.0.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- qimageblitz-0.0.6-r1.ebuild 2 Mar 2013 21:48:23 -0000 1.7
23 +++ qimageblitz-0.0.6-r1.ebuild 29 Jan 2015 17:55:03 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 1.7 2013/03/02 21:48:23 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 1.8 2015/01/29 17:55:03 mgorny Exp $
30
31 EAPI=5
32
33 @@ -13,7 +13,7 @@
34 LICENSE="GPL-2 LGPL-2"
35 KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
36 SLOT="0"
37 -IUSE="3dnow altivec debug mmx sse sse2"
38 +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2"
39
40 DEPEND="
41 dev-qt/qtcore:4
42 @@ -28,11 +28,11 @@
43
44 src_configure() {
45 mycmakeargs=(
46 - $(cmake-utils_use_has 3dnow)
47 + $(cmake-utils_use_has cpu_flags_x86_3dnow 3dnow)
48 $(cmake-utils_use_has altivec)
49 - $(cmake-utils_use_has mmx)
50 - $(cmake-utils_use_has sse)
51 - $(cmake-utils_use_has sse2)
52 + $(cmake-utils_use_has cpu_flags_x86_mmx mmx)
53 + $(cmake-utils_use_has cpu_flags_x86_sse sse)
54 + $(cmake-utils_use_has cpu_flags_x86_sse2 sse2)
55 )
56 cmake-utils_src_configure
57 }
58
59
60
61 1.20 media-libs/qimageblitz/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?rev=1.20&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?rev=1.20&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qimageblitz/ChangeLog?r1=1.19&r2=1.20
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v
70 retrieving revision 1.19
71 retrieving revision 1.20
72 diff -u -r1.19 -r1.20
73 --- ChangeLog 2 Mar 2013 21:48:23 -0000 1.19
74 +++ ChangeLog 29 Jan 2015 17:55:03 -0000 1.20
75 @@ -1,6 +1,9 @@
76 # ChangeLog for media-libs/qimageblitz
77 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.19 2013/03/02 21:48:23 hwoarang Exp $
79 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.20 2015/01/29 17:55:03 mgorny Exp $
81 +
82 + 29 Jan 2015; Michał Górny <mgorny@g.o> qimageblitz-0.0.6-r1.ebuild:
83 + Switch to CPU_FLAGS_X86.
84
85 02 Mar 2013; Markos Chandras <hwoarang@g.o>
86 qimageblitz-0.0.6-r1.ebuild: