public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-9999.ebuild ChangeLog
@ 2013-09-12  2:38 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-09-12  2:38 UTC (permalink / raw
  To: gentoo-commits

tetromino    13/09/12 02:38:44

  Modified:             wine-9999.ebuild ChangeLog
  Log:
  Update osmesa patch (bug #483984, thanks to Maksym).
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.152                app-emulation/wine/wine-9999.ebuild

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

Index: wine-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- wine-9999.ebuild	1 Sep 2013 15:31:53 -0000	1.151
+++ wine-9999.ebuild	12 Sep 2013 02:38:44 -0000	1.152
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.151 2013/09/01 15:31:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.152 2013/09/12 02:38:44 tetromino Exp $
 
 EAPI="5"
 
@@ -176,7 +176,7 @@
 	local PATCHES=(
 		"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
 		"${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
-		"${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386
+		"${FILESDIR}"/${PN}-1.7.2-osmesa-check.patch #429386
 		"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
 	)
 	[[ ${PV} == "9999" ]] || PATCHES+=(



1.478                app-emulation/wine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -r1.477 -r1.478
--- ChangeLog	2 Sep 2013 08:03:00 -0000	1.477
+++ ChangeLog	12 Sep 2013 02:38:44 -0000	1.478
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.477 2013/09/02 08:03:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.478 2013/09/12 02:38:44 tetromino Exp $
+
+  12 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild,
+  +files/wine-1.7.2-osmesa-check.patch:
+  Update osmesa patch (bug #483984, thanks to Maksym).
 
   02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> wine-1.6.ebuild:
   Stable for amd64, wrt bug #483280





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-9999.ebuild ChangeLog
@ 2013-09-13  3:03 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-09-13  3:03 UTC (permalink / raw
  To: gentoo-commits

tetromino    13/09/13 03:03:44

  Modified:             wine-9999.ebuild ChangeLog
  Log:
  libSM and libICE not needed for >=1.7.2 (bug #483984, thanks to Rafał Mużyło).
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.153                app-emulation/wine/wine-9999.ebuild

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

Index: wine-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- wine-9999.ebuild	12 Sep 2013 02:38:44 -0000	1.152
+++ wine-9999.ebuild	13 Sep 2013 03:03:44 -0000	1.153
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.152 2013/09/12 02:38:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.153 2013/09/13 03:03:44 tetromino Exp $
 
 EAPI="5"
 
@@ -61,8 +61,6 @@
 	openal? ( media-libs/openal:= )
 	gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
 	X? (
-		x11-libs/libICE
-		x11-libs/libSM
 		x11-libs/libXcursor
 		x11-libs/libXext
 		x11-libs/libXrandr



1.479                app-emulation/wine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -r1.478 -r1.479
--- ChangeLog	12 Sep 2013 02:38:44 -0000	1.478
+++ ChangeLog	13 Sep 2013 03:03:44 -0000	1.479
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.478 2013/09/12 02:38:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.479 2013/09/13 03:03:44 tetromino Exp $
+
+  13 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild:
+  libSM and libICE not needed for >=1.7.2 (bug #483984, thanks to Rafał
+  Mużyło).
 
   12 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild,
   +files/wine-1.7.2-osmesa-check.patch:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-9999.ebuild ChangeLog
@ 2014-05-23 22:43 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-23 22:43 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/05/23 22:43:05

  Modified:             wine-9999.ebuild ChangeLog
  Log:
  Forward-port the emul-linux dependency changes to the live ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.167                app-emulation/wine/wine-9999.ebuild

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

Index: wine-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- wine-9999.ebuild	17 May 2014 15:31:17 -0000	1.166
+++ wine-9999.ebuild	23 May 2014 22:43:05 -0000	1.167
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.166 2014/05/17 15:31:17 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.167 2014/05/23 22:43:05 mgorny Exp $
 
 EAPI="5"
 
@@ -116,9 +116,10 @@
 				app-emulation/emul-linux-x86-xlibs[development]
 				media-libs/fontconfig[abi_x86_32]
 			) )
-			gphoto2? (
+			gphoto2? ( || (
 				app-emulation/emul-linux-x86-medialibs[development]
-			)
+				media-libs/libgphoto2[abi_x86_32]
+			) )
 			openal? ( || (
 				app-emulation/emul-linux-x86-sdl[development]
 				media-libs/openal[abi_x86_32]
@@ -145,7 +146,10 @@
 				app-emulation/emul-linux-x86-soundlibs[alsa,development]
 				media-libs/alsa-lib[abi_x86_32]
 			) )
-			cups? ( app-emulation/emul-linux-x86-baselibs )
+			cups? ( || (
+				app-emulation/emul-linux-x86-baselibs
+				net-print/cups[abi_x86_32]
+			) )
 			opencl? ( virtual/opencl[abi_x86_32] )
 			opengl? ( || (
 				app-emulation/emul-linux-x86-opengl[development]
@@ -162,7 +166,10 @@
 				app-emulation/emul-linux-x86-baselibs[development]
 				virtual/jpeg:0[abi_x86_32]
 			) )
-			ldap? ( app-emulation/emul-linux-x86-baselibs[development] )
+			ldap? ( || (
+				app-emulation/emul-linux-x86-baselibs[development]
+				net-nds/openldap:=[abi_x86_32]
+			) )
 			lcms? ( || (
 				app-emulation/emul-linux-x86-baselibs[development]
 				media-libs/lcms:2[abi_x86_32]
@@ -195,8 +202,14 @@
 					dev-libs/libxslt[abi_x86_32]
 				)
 			) )
-			scanner? ( app-emulation/emul-linux-x86-medialibs[development] )
-			ssl? ( app-emulation/emul-linux-x86-baselibs[development] )
+			scanner? ( || (
+				app-emulation/emul-linux-x86-medialibs[development]
+				media-gfx/sane-backends:=[abi_x86_32]
+			) )
+			ssl? ( || (
+				app-emulation/emul-linux-x86-baselibs[development]
+				net-libs/gnutls:=[abi_x86_32]
+			) )
 			png? ( || (
 				app-emulation/emul-linux-x86-baselibs[development]
 				media-libs/libpng:0[abi_x86_32]



1.510                app-emulation/wine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog	21 May 2014 19:37:13 -0000	1.509
+++ ChangeLog	23 May 2014 22:43:05 -0000	1.510
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.509 2014/05/21 19:37:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.510 2014/05/23 22:43:05 mgorny Exp $
+
+  23 May 2014; Michał Górny <mgorny@gentoo.org> wine-9999.ebuild:
+  Forward-port the emul-linux dependency changes to the live ebuild.
 
   21 May 2014; Michał Górny <mgorny@gentoo.org> wine-1.7.19-r1.ebuild:
   Support new multilib-enabled packages as dependencies. Partially bug #510646.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-23 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12  2:38 [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-9999.ebuild ChangeLog Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-13  3:03 Alexandre Rostovtsev (tetromino)
2014-05-23 22:43 Michal Gorny (mgorny)

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