Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.16_rc6-r51.ebuild ChangeLog pulseaudio-0.9.16_rc6.ebuild
Date: Sat, 29 Aug 2009 11:45:00
Message-Id: E1MhRBi-0001cQ-HZ@stork.gentoo.org
1 flameeyes 09/08/29 16:54:02
2
3 Modified: pulseaudio-0.9.16_rc6-r51.ebuild ChangeLog
4 pulseaudio-0.9.16_rc6.ebuild
5 Log:
6 Add an ipv6 USE flag to disable support for IPv6.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild?r1=1.2&r2=1.3
15
16 Index: pulseaudio-0.9.16_rc6-r51.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pulseaudio-0.9.16_rc6-r51.ebuild 25 Aug 2009 10:24:37 -0000 1.2
23 +++ pulseaudio-0.9.16_rc6-r51.ebuild 29 Aug 2009 16:54:02 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild,v 1.2 2009/08/25 10:24:37 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild,v 1.3 2009/08/29 16:54:02 flameeyes Exp $
29
30 EAPI=2
31
32 @@ -19,7 +19,7 @@
33 LICENSE="LGPL-2 GPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
36 -IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev"
37 +IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev ipv6"
38
39 RDEPEND="X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXtst )
40 caps? ( sys-libs/libcap )
41 @@ -113,8 +113,9 @@
42 $(use_enable bluetooth bluez) \
43 $(use_enable X x11) \
44 $(use_enable test default-build-tests) \
45 - $(use_with caps) \
46 $(use_enable udev) \
47 + $(use_enable ipv6) \
48 + $(use_with caps) \
49 --localstatedir=/var \
50 --disable-per-user-esound-socket \
51 --with-database=gdbm \
52
53
54
55 1.147 media-sound/pulseaudio/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.147&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.147&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.146&r2=1.147
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
64 retrieving revision 1.146
65 retrieving revision 1.147
66 diff -u -r1.146 -r1.147
67 --- ChangeLog 25 Aug 2009 10:24:37 -0000 1.146
68 +++ ChangeLog 29 Aug 2009 16:54:02 -0000 1.147
69 @@ -1,6 +1,10 @@
70 # ChangeLog for media-sound/pulseaudio
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.146 2009/08/25 10:24:37 flameeyes Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.147 2009/08/29 16:54:02 flameeyes Exp $
74 +
75 + 29 Aug 2009; Diego E. Pettenò <flameeyes@g.o>
76 + pulseaudio-0.9.16_rc6.ebuild, pulseaudio-0.9.16_rc6-r51.ebuild:
77 + Add an ipv6 USE flag to disable support for IPv6.
78
79 25 Aug 2009; Diego E. Pettenò <flameeyes@g.o>
80 pulseaudio-0.9.16_rc6.ebuild, pulseaudio-0.9.16_rc6-r51.ebuild:
81
82
83
84 1.3 media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild?rev=1.3&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild?rev=1.3&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild?r1=1.2&r2=1.3
89
90 Index: pulseaudio-0.9.16_rc6.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild,v
93 retrieving revision 1.2
94 retrieving revision 1.3
95 diff -u -r1.2 -r1.3
96 --- pulseaudio-0.9.16_rc6.ebuild 25 Aug 2009 10:24:37 -0000 1.2
97 +++ pulseaudio-0.9.16_rc6.ebuild 29 Aug 2009 16:54:02 -0000 1.3
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild,v 1.2 2009/08/25 10:24:37 flameeyes Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild,v 1.3 2009/08/29 16:54:02 flameeyes Exp $
103
104 EAPI=2
105
106 @@ -19,7 +19,7 @@
107 LICENSE="LGPL-2 GPL-2"
108 SLOT="0"
109 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
110 -IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev"
111 +IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev ipv6"
112
113 RDEPEND="X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXtst )
114 caps? ( sys-libs/libcap )
115 @@ -108,6 +108,7 @@
116 $(use_enable X x11) \
117 $(use_enable test default-build-tests) \
118 $(use_enable udev) \
119 + $(use_enable ipv6) \
120 $(use_with caps) \
121 --localstatedir=/var \
122 --with-realtime-group=realtime \