public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.1.40.ebuild wine-1.1.43.ebuild wine-1.1.39.ebuild wine-1.1.44.ebuild wine-1.2_rc2.ebuild ChangeLog wine-1.2_rc1.ebuild wine-1.1.41.ebuild wine-1.1.42.ebuild
@ 2010-06-20  4:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-06-20  4:43 UTC (permalink / raw
  To: gentoo-commits

vapier      10/06/20 04:43:25

  Modified:             wine-1.1.40.ebuild wine-1.1.43.ebuild
                        wine-1.1.39.ebuild wine-1.1.44.ebuild
                        wine-1.2_rc2.ebuild ChangeLog wine-1.2_rc1.ebuild
                        wine-1.1.41.ebuild wine-1.1.42.ebuild
  Log:
  Fix QA use warning when USE=-pulse #322879 by Jeroen Roovers.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-emulation/wine/wine-1.1.40.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild?r1=1.4&r2=1.5

Index: wine-1.1.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wine-1.1.40.ebuild	4 Jun 2010 20:40:14 -0000	1.4
+++ wine-1.1.40.ebuild	20 Jun 2010 04:43:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild,v 1.4 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.40.ebuild,v 1.5 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.4                  app-emulation/wine/wine-1.1.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild?r1=1.3&r2=1.4

Index: wine-1.1.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wine-1.1.43.ebuild	4 Jun 2010 20:40:14 -0000	1.3
+++ wine-1.1.43.ebuild	20 Jun 2010 04:43:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild,v 1.3 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.43.ebuild,v 1.4 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.5                  app-emulation/wine/wine-1.1.39.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild?r1=1.4&r2=1.5

Index: wine-1.1.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wine-1.1.39.ebuild	4 Jun 2010 20:40:14 -0000	1.4
+++ wine-1.1.39.ebuild	20 Jun 2010 04:43:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild,v 1.4 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.39.ebuild,v 1.5 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.4                  app-emulation/wine/wine-1.1.44.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild?r1=1.3&r2=1.4

Index: wine-1.1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wine-1.1.44.ebuild	4 Jun 2010 20:40:14 -0000	1.3
+++ wine-1.1.44.ebuild	20 Jun 2010 04:43:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v 1.3 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v 1.4 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.3                  app-emulation/wine/wine-1.2_rc2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild?r1=1.2&r2=1.3

Index: wine-1.2_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wine-1.2_rc2.ebuild	4 Jun 2010 20:40:14 -0000	1.2
+++ wine-1.2_rc2.ebuild	20 Jun 2010 04:43:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild,v 1.2 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc2.ebuild,v 1.3 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.309                app-emulation/wine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.309&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.309&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.308&r2=1.309

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog	4 Jun 2010 20:40:14 -0000	1.308
+++ ChangeLog	20 Jun 2010 04:43:25 -0000	1.309
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.308 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.309 2010/06/20 04:43:25 vapier Exp $
+
+  20 Jun 2010; Mike Frysinger <vapier@gentoo.org> wine-1.1.39.ebuild,
+  wine-1.1.40.ebuild, wine-1.1.41.ebuild, wine-1.1.42.ebuild,
+  wine-1.1.43.ebuild, wine-1.1.44.ebuild, wine-1.2_rc1.ebuild,
+  wine-1.2_rc2.ebuild:
+  Fix QA use warning when USE=-pulse #322879 by Jeroen Roovers.
 
   04 Jun 2010; Mike Frysinger <vapier@gentoo.org> wine-1.0.ebuild,
   wine-1.0.1.ebuild, wine-1.1.0.ebuild, wine-1.1.1.ebuild,



1.3                  app-emulation/wine/wine-1.2_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild?r1=1.2&r2=1.3

Index: wine-1.2_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wine-1.2_rc1.ebuild	4 Jun 2010 20:40:14 -0000	1.2
+++ wine-1.2_rc1.ebuild	20 Jun 2010 04:43:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild,v 1.2 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc1.ebuild,v 1.3 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.5                  app-emulation/wine/wine-1.1.41.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild?r1=1.4&r2=1.5

Index: wine-1.1.41.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wine-1.1.41.ebuild	4 Jun 2010 20:40:14 -0000	1.4
+++ wine-1.1.41.ebuild	20 Jun 2010 04:43:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild,v 1.4 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild,v 1.5 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \



1.4                  app-emulation/wine/wine-1.1.42.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild?r1=1.3&r2=1.4

Index: wine-1.1.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wine-1.1.42.ebuild	4 Jun 2010 20:40:14 -0000	1.3
+++ wine-1.1.42.ebuild	20 Jun 2010 04:43:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild,v 1.3 2010/06/04 20:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild,v 1.4 2010/06/20 04:43:25 vapier Exp $
 
 EAPI="2"
 
@@ -142,7 +142,7 @@
 		$(use_with oss) \
 		$(use_with png) \
 		$(use_with threads pthread) \
-		$(use_with pulseaudio pulse) \
+		$(use pulse && use_with pulseaudio pulse) \
 		$(use_with scanner sane) \
 		$(use_enable test tests) \
 		$(use_with truetype freetype) \






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

only message in thread, other threads:[~2010-06-20  4:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20  4:43 [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.1.40.ebuild wine-1.1.43.ebuild wine-1.1.39.ebuild wine-1.1.44.ebuild wine-1.2_rc2.ebuild ChangeLog wine-1.2_rc1.ebuild wine-1.1.41.ebuild wine-1.1.42.ebuild Mike Frysinger (vapier)

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