Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.11.9.ebuild ksplash-4.11.14.ebuild ChangeLog
Date: Wed, 28 Jan 2015 22:14:01
Message-Id: 20150128221358.85E9710813@oystercatcher.gentoo.org
1 mgorny 15/01/28 22:13:58
2
3 Modified: ksplash-4.11.9.ebuild ksplash-4.11.14.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.6 kde-base/ksplash/ksplash-4.11.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild?r1=1.5&r2=1.6
16
17 Index: ksplash-4.11.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ksplash-4.11.9.ebuild 8 May 2014 07:32:45 -0000 1.5
24 +++ ksplash-4.11.9.ebuild 28 Jan 2015 22:13:58 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v 1.5 2014/05/08 07:32:45 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v 1.6 2015/01/28 22:13:58 mgorny Exp $
31
32 EAPI=5
33
34 @@ -10,7 +10,8 @@
35
36 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
37 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
38 -IUSE="3dnow altivec debug mmx sse sse2 xinerama"
39 +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
40 +cpu_flags_x86_sse2 xinerama"
41
42 COMMONDEPEND="
43 media-libs/libpng:0=
44 @@ -26,11 +27,11 @@
45
46 src_configure() {
47 mycmakeargs=(
48 - $(cmake-utils_use_has 3dnow X86_3DNOW)
49 + $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
50 $(cmake-utils_use_has altivec PPC_ALTIVEC)
51 - $(cmake-utils_use_has mmx X86_MMX)
52 - $(cmake-utils_use_has sse X86_SSE)
53 - $(cmake-utils_use_has sse2 X86_SSE2)
54 + $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
55 + $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
56 + $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
57 $(cmake-utils_use_with xinerama)
58 )
59
60
61
62
63 1.3 kde-base/ksplash/ksplash-4.11.14.ebuild
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?rev=1.3&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?rev=1.3&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild?r1=1.2&r2=1.3
68
69 Index: ksplash-4.11.14.ebuild
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v
72 retrieving revision 1.2
73 retrieving revision 1.3
74 diff -u -r1.2 -r1.3
75 --- ksplash-4.11.14.ebuild 11 Dec 2014 11:59:54 -0000 1.2
76 +++ ksplash-4.11.14.ebuild 28 Jan 2015 22:13:58 -0000 1.3
77 @@ -1,6 +1,6 @@
78 -# Copyright 1999-2014 Gentoo Foundation
79 +# Copyright 1999-2015 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v 1.2 2014/12/11 11:59:54 zlogene Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.14.ebuild,v 1.3 2015/01/28 22:13:58 mgorny Exp $
83
84 EAPI=5
85
86 @@ -10,7 +10,8 @@
87
88 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
89 KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
90 -IUSE="3dnow altivec debug mmx sse sse2 xinerama"
91 +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
92 +cpu_flags_x86_sse2 xinerama"
93
94 COMMONDEPEND="
95 media-libs/libpng:0=
96 @@ -26,11 +27,11 @@
97
98 src_configure() {
99 local mycmakeargs=(
100 - $(cmake-utils_use_has 3dnow X86_3DNOW)
101 + $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
102 $(cmake-utils_use_has altivec PPC_ALTIVEC)
103 - $(cmake-utils_use_has mmx X86_MMX)
104 - $(cmake-utils_use_has sse X86_SSE)
105 - $(cmake-utils_use_has sse2 X86_SSE2)
106 + $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
107 + $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
108 + $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
109 $(cmake-utils_use_with xinerama)
110 )
111
112
113
114
115 1.233 kde-base/ksplash/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.233&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.233&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.232&r2=1.233
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
124 retrieving revision 1.232
125 retrieving revision 1.233
126 diff -u -r1.232 -r1.233
127 --- ChangeLog 11 Dec 2014 11:59:54 -0000 1.232
128 +++ ChangeLog 28 Jan 2015 22:13:58 -0000 1.233
129 @@ -1,6 +1,10 @@
130 # ChangeLog for kde-base/ksplash
131 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.232 2014/12/11 11:59:54 zlogene Exp $
133 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
134 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.233 2015/01/28 22:13:58 mgorny Exp $
135 +
136 + 28 Jan 2015; Michał Górny <mgorny@g.o> ksplash-4.11.14.ebuild,
137 + ksplash-4.11.9.ebuild:
138 + Switch to CPU_FLAGS_X86.
139
140 11 Dec 2014; Mikle Kolyada <zlogene@g.o> ksplash-4.11.14.ebuild:
141 amd64 stable wrt bug #517344