public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.10.ebuild pulseaudio-0.9.7.ebuild pulseaudio-0.9.12.ebuild pulseaudio-0.9.11.ebuild pulseaudio-0.9.11-r2.ebuild ChangeLog pulseaudio-0.9.9.ebuild pulseaudio-0.9.11-r1.ebuild pulseaudio-0.9.12-r1.ebuild pulseaudio-0.9.13.ebuild pulseaudio-0.9.10-r1.ebuild
@ 2009-01-02 21:14 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-01-02 21:14 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/01/02 21:14:14

  Modified:             pulseaudio-0.9.10.ebuild pulseaudio-0.9.7.ebuild
                        pulseaudio-0.9.12.ebuild pulseaudio-0.9.11.ebuild
                        pulseaudio-0.9.11-r2.ebuild ChangeLog
                        pulseaudio-0.9.9.ebuild pulseaudio-0.9.11-r1.ebuild
                        pulseaudio-0.9.12-r1.ebuild
                        pulseaudio-0.9.13.ebuild
                        pulseaudio-0.9.10-r1.ebuild
  Log:
  Fix bug 253298, typo in ebuild. Thanks to goffrie@gmail.com.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)

Revision  Changes    Path
1.3                  media-sound/pulseaudio/pulseaudio-0.9.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.10.ebuild	3 Apr 2008 19:52:34 -0000	1.2
+++ pulseaudio-0.9.10.ebuild	2 Jan 2009 21:14:14 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.10.ebuild,v 1.2 2008/04/03 19:52:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10.ebuild,v 1.3 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -142,7 +142,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.11                 media-sound/pulseaudio/pulseaudio-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.7.ebuild?r1=1.10&r2=1.11

Index: pulseaudio-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pulseaudio-0.9.7.ebuild	13 Jan 2008 08:38:55 -0000	1.10
+++ pulseaudio-0.9.7.ebuild	2 Jan 2009 21:14:14 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.7.ebuild,v 1.10 2008/01/13 08:38:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.7.ebuild,v 1.11 2009/01/02 21:14:14 loki_val Exp $
 
 inherit eutils libtool # autotools
 
@@ -124,7 +124,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.4                  media-sound/pulseaudio/pulseaudio-0.9.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild?r1=1.3&r2=1.4

Index: pulseaudio-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pulseaudio-0.9.12.ebuild	21 Oct 2008 00:05:52 -0000	1.3
+++ pulseaudio-0.9.12.ebuild	2 Jan 2009 21:14:14 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.12.ebuild,v 1.3 2008/10/21 00:05:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12.ebuild,v 1.4 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -162,7 +162,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.2                  media-sound/pulseaudio/pulseaudio-0.9.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11.ebuild?r1=1.1&r2=1.2

Index: pulseaudio-0.9.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pulseaudio-0.9.11.ebuild	3 Aug 2008 02:03:17 -0000	1.1
+++ pulseaudio-0.9.11.ebuild	2 Jan 2009 21:14:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.11.ebuild,v 1.1 2008/08/03 02:03:17 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11.ebuild,v 1.2 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -158,7 +158,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.2                  media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild?r1=1.1&r2=1.2

Index: pulseaudio-0.9.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pulseaudio-0.9.11-r2.ebuild	3 Aug 2008 18:03:45 -0000	1.1
+++ pulseaudio-0.9.11-r2.ebuild	2 Jan 2009 21:14:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.11-r2.ebuild,v 1.1 2008/08/03 18:03:45 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r2.ebuild,v 1.2 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -161,7 +161,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.115                media-sound/pulseaudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	21 Oct 2008 00:05:52 -0000	1.114
+++ ChangeLog	2 Jan 2009 21:14:14 -0000	1.115
@@ -1,6 +1,14 @@
 # ChangeLog for media-sound/pulseaudio
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.114 2008/10/21 00:05:52 betelgeuse Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.115 2009/01/02 21:14:14 loki_val Exp $
+
+  02 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
+  pulseaudio-0.9.7.ebuild, pulseaudio-0.9.9.ebuild,
+  pulseaudio-0.9.10.ebuild, pulseaudio-0.9.10-r1.ebuild,
+  pulseaudio-0.9.11.ebuild, pulseaudio-0.9.11-r1.ebuild,
+  pulseaudio-0.9.11-r2.ebuild, pulseaudio-0.9.12.ebuild,
+  pulseaudio-0.9.12-r1.ebuild, pulseaudio-0.9.13.ebuild:
+  Fix bug 253298, typo in ebuild. Thanks to goffrie@gmail.com.
 
   21 Oct 2008; Petteri Räty <betelgeuse@gentoo.org>
   pulseaudio-0.9.12.ebuild, pulseaudio-0.9.12-r1.ebuild,



1.8                  media-sound/pulseaudio/pulseaudio-0.9.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.9.ebuild?r1=1.7&r2=1.8

Index: pulseaudio-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pulseaudio-0.9.9.ebuild	11 Feb 2008 03:53:49 -0000	1.7
+++ pulseaudio-0.9.9.ebuild	2 Jan 2009 21:14:14 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.9.ebuild,v 1.7 2008/02/11 03:53:49 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.9.ebuild,v 1.8 2009/01/02 21:14:14 loki_val Exp $
 
 inherit eutils libtool autotools flag-o-matic
 
@@ -143,7 +143,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.3                  media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.11-r1.ebuild	3 Aug 2008 12:37:01 -0000	1.2
+++ pulseaudio-0.9.11-r1.ebuild	2 Jan 2009 21:14:14 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.11-r1.ebuild,v 1.2 2008/08/03 12:37:01 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild,v 1.3 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -159,7 +159,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.3                  media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.12-r1.ebuild	21 Oct 2008 00:05:52 -0000	1.2
+++ pulseaudio-0.9.12-r1.ebuild	2 Jan 2009 21:14:14 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.12-r1.ebuild,v 1.2 2008/10/21 00:05:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.12-r1.ebuild,v 1.3 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=2
 
@@ -153,7 +153,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.3                  media-sound/pulseaudio/pulseaudio-0.9.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.13.ebuild	21 Oct 2008 00:05:52 -0000	1.2
+++ pulseaudio-0.9.13.ebuild	2 Jan 2009 21:14:14 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.13.ebuild,v 1.2 2008/10/21 00:05:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild,v 1.3 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=2
 
@@ -161,7 +161,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."



1.2                  media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild?r1=1.1&r2=1.2

Index: pulseaudio-0.9.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pulseaudio-0.9.10-r1.ebuild	18 Apr 2008 06:01:32 -0000	1.1
+++ pulseaudio-0.9.10-r1.ebuild	2 Jan 2009 21:14:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.10-r1.ebuild,v 1.1 2008/04/18 06:01:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.10-r1.ebuild,v 1.2 2009/01/02 21:14:14 loki_val Exp $
 
 EAPI=1
 
@@ -149,7 +149,7 @@
 	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
 	if use gnome; then
 		elog
-		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
+		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
 		elog "that you might need to remove the gnome USE flag or disable the"
 		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
 		elog "with a system-wide instance."






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-02 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-02 21:14 [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.10.ebuild pulseaudio-0.9.7.ebuild pulseaudio-0.9.12.ebuild pulseaudio-0.9.11.ebuild pulseaudio-0.9.11-r2.ebuild ChangeLog pulseaudio-0.9.9.ebuild pulseaudio-0.9.11-r1.ebuild pulseaudio-0.9.12-r1.ebuild pulseaudio-0.9.13.ebuild pulseaudio-0.9.10-r1.ebuild Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox