Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/phonon-kde/
Date: Thu, 31 Mar 2016 17:39:06
Message-Id: 1459445921.f01d889a0cc5b3fe994dc5b6e63b1005f22edf07.johu@gentoo
1 commit: f01d889a0cc5b3fe994dc5b6e63b1005f22edf07
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 17:38:35 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 17:38:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f01d889a
7
8 kde-apps/phonon-kde: EAPI 6
9
10 Package-Manager: portage-2.2.28
11
12 kde-apps/phonon-kde/phonon-kde-15.12.3.ebuild | 6 +++---
13 kde-apps/phonon-kde/phonon-kde-16.04.49.9999.ebuild | 6 +++---
14 kde-apps/phonon-kde/phonon-kde-9999.ebuild | 6 +++---
15 3 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/kde-apps/phonon-kde/phonon-kde-15.12.3.ebuild b/kde-apps/phonon-kde/phonon-kde-15.12.3.ebuild
18 index d862e0b..f040acd 100644
19 --- a/kde-apps/phonon-kde/phonon-kde-15.12.3.ebuild
20 +++ b/kde-apps/phonon-kde/phonon-kde-15.12.3.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 KMNAME="kde-runtime"
29 KMMODULE="phonon"
30 @@ -28,8 +28,8 @@ src_configure() {
31 local mycmakeargs=(
32 -DBUILD_tests=OFF
33 -DWITH_Xine=OFF
34 - $(cmake-utils_use_with alsa)
35 - $(cmake-utils_use_with pulseaudio PulseAudio)
36 + -DWITH_ALSA=$(usex alsa)
37 + -DWITH_PulseAudio=$(usex pulseaudio)
38 )
39
40 kde4-meta_src_configure
41
42 diff --git a/kde-apps/phonon-kde/phonon-kde-16.04.49.9999.ebuild b/kde-apps/phonon-kde/phonon-kde-16.04.49.9999.ebuild
43 index 062c4c2..c3609f9 100644
44 --- a/kde-apps/phonon-kde/phonon-kde-16.04.49.9999.ebuild
45 +++ b/kde-apps/phonon-kde/phonon-kde-16.04.49.9999.ebuild
46 @@ -2,7 +2,7 @@
47 # Distributed under the terms of the GNU General Public License v2
48 # $Id$
49
50 -EAPI=5
51 +EAPI=6
52
53 KMNAME="kde-runtime"
54 KMMODULE="phonon"
55 @@ -28,8 +28,8 @@ src_configure() {
56 local mycmakeargs=(
57 -DBUILD_tests=OFF
58 -DWITH_Xine=OFF
59 - $(cmake-utils_use_with alsa)
60 - $(cmake-utils_use_with pulseaudio PulseAudio)
61 + -DWITH_ALSA=$(usex alsa)
62 + -DWITH_PulseAudio=$(usex pulseaudio)
63 )
64
65 kde4-meta_src_configure
66
67 diff --git a/kde-apps/phonon-kde/phonon-kde-9999.ebuild b/kde-apps/phonon-kde/phonon-kde-9999.ebuild
68 index 062c4c2..c3609f9 100644
69 --- a/kde-apps/phonon-kde/phonon-kde-9999.ebuild
70 +++ b/kde-apps/phonon-kde/phonon-kde-9999.ebuild
71 @@ -2,7 +2,7 @@
72 # Distributed under the terms of the GNU General Public License v2
73 # $Id$
74
75 -EAPI=5
76 +EAPI=6
77
78 KMNAME="kde-runtime"
79 KMMODULE="phonon"
80 @@ -28,8 +28,8 @@ src_configure() {
81 local mycmakeargs=(
82 -DBUILD_tests=OFF
83 -DWITH_Xine=OFF
84 - $(cmake-utils_use_with alsa)
85 - $(cmake-utils_use_with pulseaudio PulseAudio)
86 + -DWITH_ALSA=$(usex alsa)
87 + -DWITH_PulseAudio=$(usex pulseaudio)
88 )
89
90 kde4-meta_src_configure