Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: ChangeLog pulseaudio-0.9.12.ebuild
Date: Sun, 28 Sep 2008 10:15:20
Message-Id: E1KjtJ7-0004Br-S8@stork.gentoo.org
1 aballier 08/09/28 10:15:17
2
3 Modified: ChangeLog pulseaudio-0.9.12.ebuild
4 Log:
5 Fix unifdef call to be [options] file rather than file [options] as documented in the man page and allow freebsd unifdef too.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.111 media-sound/pulseaudio/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.111&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.111&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.110&r2=1.111
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
18 retrieving revision 1.110
19 retrieving revision 1.111
20 diff -u -r1.110 -r1.111
21 --- ChangeLog 12 Sep 2008 15:53:45 -0000 1.110
22 +++ ChangeLog 28 Sep 2008 10:15:17 -0000 1.111
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/pulseaudio
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.110 2008/09/12 15:53:45 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.111 2008/09/28 10:15:17 aballier Exp $
28 +
29 + 28 Sep 2008; Alexis Ballier <aballier@g.o>
30 + pulseaudio-0.9.12.ebuild:
31 + Fix unifdef call to be [options] file rather than file [options] as
32 + documented in the man page and allow freebsd unifdef too.
33
34 *pulseaudio-0.9.12 (12 Sep 2008)
35
36
37
38
39 1.2 media-sound/pulseaudio/pulseaudio-0.9.12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?r1=1.1&r2=1.2
44
45 Index: pulseaudio-0.9.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pulseaudio-0.9.12.ebuild 12 Sep 2008 15:53:45 -0000 1.1
52 +++ pulseaudio-0.9.12.ebuild 28 Sep 2008 10:15:17 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild,v 1.1 2008/09/12 15:53:45 betelgeuse Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild,v 1.2 2008/09/28 10:15:17 aballier Exp $
58
59 EAPI=1
60
61 @@ -49,7 +49,7 @@
62 X? ( x11-proto/xproto )
63 dev-libs/libatomic_ops
64 dev-util/pkgconfig
65 - dev-util/unifdef"
66 + || ( dev-util/unifdef sys-freebsd/freebsd-ubin )"
67
68 # alsa-utils dep is for the alsasound init.d script (see bug #155707)
69 # bluez-utils dep is for the bluetooth init.d script
70 @@ -130,11 +130,11 @@
71 use "$1" && echo "-D$define" || echo "-U$define"
72 }
73
74 - unifdef "${FILESDIR}/pulseaudio.init.d-4" \
75 - $(use_define hal) \
76 + unifdef $(use_define hal) \
77 $(use_define avahi) \
78 $(use_define alsa) \
79 $(use_define bluetooth) \
80 + "${FILESDIR}/pulseaudio.init.d-4" \
81 > "${T}/pulseaudio"
82 doinitd "${T}/pulseaudio"