summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-29 16:54:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-29 16:54:02 +0000
commit9f81c90e2f1e654fc09a3c9e1352673a1c23523c (patch)
treed74294e7302a4067e84b2fe2cb703629a46fa010 /media-sound
parentVersion bump to 0.1_beta5, removed old. (diff)
downloadgentoo-2-9f81c90e2f1e654fc09a3c9e1352673a1c23523c.tar.gz
gentoo-2-9f81c90e2f1e654fc09a3c9e1352673a1c23523c.tar.bz2
gentoo-2-9f81c90e2f1e654fc09a3c9e1352673a1c23523c.zip
Add an ipv6 USE flag to disable support for IPv6.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulseaudio/ChangeLog6
-rw-r--r--media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild7
-rw-r--r--media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog
index 73f29f25d1de..74cdc57c75db 100644
--- a/media-sound/pulseaudio/ChangeLog
+++ b/media-sound/pulseaudio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/pulseaudio
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.146 2009/08/25 10:24:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.147 2009/08/29 16:54:02 flameeyes Exp $
+
+ 29 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ pulseaudio-0.9.16_rc6.ebuild, pulseaudio-0.9.16_rc6-r51.ebuild:
+ Add an ipv6 USE flag to disable support for IPv6.
25 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
pulseaudio-0.9.16_rc6.ebuild, pulseaudio-0.9.16_rc6-r51.ebuild:
diff --git a/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild
index 73aeaf5de9f8..27157751be88 100644
--- a/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-0.9.16_rc6-r51.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -19,7 +19,7 @@ S="${WORKDIR}/${P/_rc/-test}"
LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev"
+IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev ipv6"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXtst )
caps? ( sys-libs/libcap )
@@ -113,8 +113,9 @@ src_configure() {
$(use_enable bluetooth bluez) \
$(use_enable X x11) \
$(use_enable test default-build-tests) \
- $(use_with caps) \
$(use_enable udev) \
+ $(use_enable ipv6) \
+ $(use_with caps) \
--localstatedir=/var \
--disable-per-user-esound-socket \
--with-database=gdbm \
diff --git a/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild
index bb2ac02e8c2d..8657a67a4e22 100644
--- a/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-0.9.16_rc6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -19,7 +19,7 @@ S="${WORKDIR}/${P/_rc/-test}"
LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev"
+IUSE="+alsa avahi +caps jack lirc oss tcpd X hal dbus libsamplerate gnome bluetooth policykit +asyncns +glib test doc +udev ipv6"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXtst )
caps? ( sys-libs/libcap )
@@ -108,6 +108,7 @@ src_configure() {
$(use_enable X x11) \
$(use_enable test default-build-tests) \
$(use_enable udev) \
+ $(use_enable ipv6) \
$(use_with caps) \
--localstatedir=/var \
--with-realtime-group=realtime \