Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.2.4.ebuild
Date: Thu, 30 Jul 2009 17:45:15
Message-Id: E1MWZgn-0004E8-CL@stork.gentoo.org
1 scarabeus 09/07/30 17:45:13
2
3 Modified: phonon-kde-4.2.4.ebuild
4 Log:
5 Whitespace
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 kde-base/phonon-kde/phonon-kde-4.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?r1=1.2&r2=1.3
14
15 Index: phonon-kde-4.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- phonon-kde-4.2.4.ebuild 30 Jul 2009 14:44:56 -0000 1.2
22 +++ phonon-kde-4.2.4.ebuild 30 Jul 2009 17:45:13 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.2 2009/07/30 14:44:56 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.3 2009/07/30 17:45:13 scarabeus Exp $
28
29 EAPI="2"
30
31 @@ -32,7 +32,7 @@
32 # Disable automagic
33 sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \
34 -i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional"
35 - sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):"
36 + sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):" \
37 -i phonon/CMakeLists.txt || die "Failed to make alsa optional"
38
39 kde4-meta_src_prepare