Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksplash/
Date: Wed, 04 Feb 2015 16:49:15
Message-Id: 1423068533.b5db3218a8d8156e04dd60f6c0c1bf7d9c408a61.kensington@gentoo
1 commit: b5db3218a8d8156e04dd60f6c0c1bf7d9c408a61
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 4 16:48:53 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 4 16:48:53 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5db3218
7
8 [kde-base/ksplash] Sync with main tree.
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 kde-base/ksplash/ksplash-4.11.16.ebuild | 13 +++++++------
14 kde-base/ksplash/ksplash-4.11.49.9999.ebuild | 13 +++++++------
15 2 files changed, 14 insertions(+), 12 deletions(-)
16
17 diff --git a/kde-base/ksplash/ksplash-4.11.16.ebuild b/kde-base/ksplash/ksplash-4.11.16.ebuild
18 index e02d2ca..7dfd33e 100644
19 --- a/kde-base/ksplash/ksplash-4.11.16.ebuild
20 +++ b/kde-base/ksplash/ksplash-4.11.16.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Header: $
26
27 @@ -10,7 +10,8 @@ inherit kde4-meta
28
29 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
30 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 -IUSE="3dnow altivec debug mmx sse sse2 xinerama"
32 +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
33 +cpu_flags_x86_sse2 xinerama"
34
35 COMMONDEPEND="
36 media-libs/libpng:0=
37 @@ -26,11 +27,11 @@ RDEPEND="${COMMONDEPEND}"
38
39 src_configure() {
40 local mycmakeargs=(
41 - $(cmake-utils_use_has 3dnow X86_3DNOW)
42 + $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
43 $(cmake-utils_use_has altivec PPC_ALTIVEC)
44 - $(cmake-utils_use_has mmx X86_MMX)
45 - $(cmake-utils_use_has sse X86_SSE)
46 - $(cmake-utils_use_has sse2 X86_SSE2)
47 + $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
48 + $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
49 + $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
50 $(cmake-utils_use_with xinerama)
51 )
52
53
54 diff --git a/kde-base/ksplash/ksplash-4.11.49.9999.ebuild b/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
55 index 9eddcc9..341a94e 100644
56 --- a/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
57 +++ b/kde-base/ksplash/ksplash-4.11.49.9999.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2014 Gentoo Foundation
60 +# Copyright 1999-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: $
63
64 @@ -10,7 +10,8 @@ inherit kde4-meta
65
66 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
67 KEYWORDS=""
68 -IUSE="3dnow altivec debug mmx sse sse2 xinerama"
69 +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse
70 +cpu_flags_x86_sse2 xinerama"
71
72 COMMONDEPEND="
73 media-libs/libpng:0=
74 @@ -26,11 +27,11 @@ RDEPEND="${COMMONDEPEND}"
75
76 src_configure() {
77 local mycmakeargs=(
78 - $(cmake-utils_use_has 3dnow X86_3DNOW)
79 + $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW)
80 $(cmake-utils_use_has altivec PPC_ALTIVEC)
81 - $(cmake-utils_use_has mmx X86_MMX)
82 - $(cmake-utils_use_has sse X86_SSE)
83 - $(cmake-utils_use_has sse2 X86_SSE2)
84 + $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX)
85 + $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE)
86 + $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2)
87 $(cmake-utils_use_with xinerama)
88 )