* [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.2.ebuild wine-1.2.1.ebuild wine-1.3.28.ebuild wine-1.3.11.ebuild wine-1.2.3.ebuild wine-1.3.12.ebuild wine-9999.ebuild wine-1.3.4.ebuild wine-1.3.14.ebuild wine-1.3.17.ebuild wine-1.3.25.ebuild wine-1.3.19.ebuild wine-1.3.6.ebuild wine-1.3.5.ebuild wine-1.3.2.ebuild wine-1.3.21.ebuild wine-1.3.20.ebuild wine-1.3.15.ebuild wine-1.3.27.ebuild ChangeLog wine-1.3.9.ebuild wine-1.3.8.ebuild metadata.xml wine-1.3.22.ebuild wine-1.3.18.ebuild wine-1.3.26.ebuild wine-1.3.0.ebuild wine-1.3.16.ebuild wine-1.3.7.ebuild wine-1.3.10.ebuild wine-1.3.24.ebuild wine-1.3.13.ebuild wine-1.3.1.ebuild wine-1.2.2.ebuild wine-1.3.3.ebuild wine-1.3.23.ebuild
@ 2011-09-18 9:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-09-18 9:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/09/18 09:08:13
Modified: wine-1.2.ebuild wine-1.2.1.ebuild
wine-1.3.28.ebuild wine-1.3.11.ebuild
wine-1.2.3.ebuild wine-1.3.12.ebuild
wine-9999.ebuild wine-1.3.4.ebuild
wine-1.3.14.ebuild wine-1.3.17.ebuild
wine-1.3.25.ebuild wine-1.3.19.ebuild
wine-1.3.6.ebuild wine-1.3.5.ebuild
wine-1.3.2.ebuild wine-1.3.21.ebuild
wine-1.3.20.ebuild wine-1.3.15.ebuild
wine-1.3.27.ebuild ChangeLog wine-1.3.9.ebuild
wine-1.3.8.ebuild metadata.xml wine-1.3.22.ebuild
wine-1.3.18.ebuild wine-1.3.26.ebuild
wine-1.3.0.ebuild wine-1.3.16.ebuild
wine-1.3.7.ebuild wine-1.3.10.ebuild
wine-1.3.24.ebuild wine-1.3.13.ebuild
wine-1.3.1.ebuild wine-1.2.2.ebuild
wine-1.3.3.ebuild wine-1.3.23.ebuild
Log:
Remove USE="hal" and pass --without-hal wrt #313389
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Revision Changes Path
1.16 app-emulation/wine/wine-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?r1=1.15&r2=1.16
Index: wine-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wine-1.2.ebuild 15 Sep 2011 03:17:51 -0000 1.15
+++ wine-1.2.ebuild 18 Sep 2011 09:08:12 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.15 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.16 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -29,7 +29,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
@@ -42,7 +42,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -137,7 +136,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?r1=1.11&r2=1.12
Index: wine-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.2.1.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.2.1.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -30,7 +30,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -57,7 +57,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -141,7 +140,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.2 app-emulation/wine/wine-1.3.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?r1=1.1&r2=1.2
Index: wine-1.3.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wine-1.3.28.ebuild 15 Sep 2011 03:48:49 -0000 1.1
+++ wine-1.3.28.ebuild 18 Sep 2011 09:08:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.1 2011/09/15 03:48:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.2 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -58,7 +58,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -136,7 +135,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
1.15 app-emulation/wine/wine-1.3.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?r1=1.14&r2=1.15
Index: wine-1.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wine-1.3.11.ebuild 15 Sep 2011 03:17:51 -0000 1.14
+++ wine-1.3.11.ebuild 18 Sep 2011 09:08:12 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.14 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.15 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.10 app-emulation/wine/wine-1.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.9&r2=1.10
Index: wine-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wine-1.2.3.ebuild 15 Sep 2011 03:17:51 -0000 1.9
+++ wine-1.2.3.ebuild 18 Sep 2011 09:08:12 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.9 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.10 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -30,7 +30,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -57,7 +57,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -141,7 +140,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.13 app-emulation/wine/wine-1.3.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?r1=1.12&r2=1.13
Index: wine-1.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wine-1.3.12.ebuild 15 Sep 2011 03:17:51 -0000 1.12
+++ wine-1.3.12.ebuild 18 Sep 2011 09:08:12 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.12 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.94 app-emulation/wine/wine-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.93&r2=1.94
Index: wine-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- wine-9999.ebuild 15 Sep 2011 03:17:51 -0000 1.93
+++ wine-9999.ebuild 18 Sep 2011 09:08:12 -0000 1.94
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.93 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.94 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -58,7 +58,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -136,7 +135,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
1.13 app-emulation/wine/wine-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?r1=1.12&r2=1.13
Index: wine-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wine-1.3.4.ebuild 15 Sep 2011 03:17:51 -0000 1.12
+++ wine-1.3.4.ebuild 18 Sep 2011 09:08:12 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.12 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -60,7 +60,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -144,7 +143,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/wine-1.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?r1=1.13&r2=1.14
Index: wine-1.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wine-1.3.14.ebuild 15 Sep 2011 03:17:51 -0000 1.13
+++ wine-1.3.14.ebuild 18 Sep 2011 09:08:12 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.13 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.14 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -149,7 +148,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/wine-1.3.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?r1=1.13&r2=1.14
Index: wine-1.3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wine-1.3.17.ebuild 15 Sep 2011 03:17:51 -0000 1.13
+++ wine-1.3.17.ebuild 18 Sep 2011 09:08:12 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.13 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.14 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -149,7 +148,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.7 app-emulation/wine/wine-1.3.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild?r1=1.6&r2=1.7
Index: wine-1.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wine-1.3.25.ebuild 15 Sep 2011 03:17:51 -0000 1.6
+++ wine-1.3.25.ebuild 18 Sep 2011 09:08:12 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild,v 1.6 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.25.ebuild,v 1.7 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -58,7 +58,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -136,7 +135,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
1.13 app-emulation/wine/wine-1.3.19.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?r1=1.12&r2=1.13
Index: wine-1.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wine-1.3.19.ebuild 15 Sep 2011 03:17:51 -0000 1.12
+++ wine-1.3.19.ebuild 18 Sep 2011 09:08:12 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.12 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.3.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.6.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.6.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -146,7 +145,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.5.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.5.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -60,7 +60,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -144,7 +143,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.17 app-emulation/wine/wine-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?r1=1.16&r2=1.17
Index: wine-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wine-1.3.2.ebuild 15 Sep 2011 03:17:51 -0000 1.16
+++ wine-1.3.2.ebuild 18 Sep 2011 09:08:12 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.16 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.17 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -60,7 +60,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -144,7 +143,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.3.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.21.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.21.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.3.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.20.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.20.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.13 app-emulation/wine/wine-1.3.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?r1=1.12&r2=1.13
Index: wine-1.3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wine-1.3.15.ebuild 15 Sep 2011 03:17:51 -0000 1.12
+++ wine-1.3.15.ebuild 18 Sep 2011 09:08:12 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.12 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -149,7 +148,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.3 app-emulation/wine/wine-1.3.27.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild?r1=1.2&r2=1.3
Index: wine-1.3.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wine-1.3.27.ebuild 15 Sep 2011 03:17:51 -0000 1.2
+++ wine-1.3.27.ebuild 18 Sep 2011 09:08:12 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild,v 1.2 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.27.ebuild,v 1.3 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -58,7 +58,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -136,7 +135,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
1.384 app-emulation/wine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.384&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.384&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.383&r2=1.384
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog 15 Sep 2011 03:48:49 -0000 1.383
+++ ChangeLog 18 Sep 2011 09:08:12 -0000 1.384
@@ -1,6 +1,19 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.383 2011/09/15 03:48:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.384 2011/09/18 09:08:12 ssuominen Exp $
+
+ 18 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> wine-1.2.ebuild,
+ wine-1.2.1.ebuild, wine-1.2.2.ebuild, wine-1.2.3.ebuild, wine-1.3.0.ebuild,
+ wine-1.3.1.ebuild, wine-1.3.2.ebuild, wine-1.3.3.ebuild, wine-1.3.4.ebuild,
+ wine-1.3.5.ebuild, wine-1.3.6.ebuild, wine-1.3.7.ebuild, wine-1.3.8.ebuild,
+ wine-1.3.9.ebuild, wine-1.3.10.ebuild, wine-1.3.11.ebuild,
+ wine-1.3.12.ebuild, wine-1.3.13.ebuild, wine-1.3.14.ebuild,
+ wine-1.3.15.ebuild, wine-1.3.16.ebuild, wine-1.3.17.ebuild,
+ wine-1.3.18.ebuild, wine-1.3.19.ebuild, wine-1.3.20.ebuild,
+ wine-1.3.21.ebuild, wine-1.3.22.ebuild, wine-1.3.23.ebuild,
+ wine-1.3.24.ebuild, wine-1.3.25.ebuild, wine-1.3.26.ebuild,
+ wine-1.3.27.ebuild, wine-1.3.28.ebuild, wine-9999.ebuild, metadata.xml:
+ Remove USE="hal" and pass --without-hal wrt #313389
*wine-1.3.28 (15 Sep 2011)
1.15 app-emulation/wine/wine-1.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?r1=1.14&r2=1.15
Index: wine-1.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wine-1.3.9.ebuild 15 Sep 2011 03:17:51 -0000 1.14
+++ wine-1.3.9.ebuild 18 Sep 2011 09:08:12 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.14 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.15 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -147,7 +146,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.11 app-emulation/wine/wine-1.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?r1=1.10&r2=1.11
Index: wine-1.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wine-1.3.8.ebuild 15 Sep 2011 03:17:51 -0000 1.10
+++ wine-1.3.8.ebuild 18 Sep 2011 09:08:12 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.10 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.11 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -146,7 +145,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?r1=1.13&r2=1.14
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml 5 Jul 2011 00:16:41 -0000 1.13
+++ metadata.xml 18 Sep 2011 09:08:12 -0000 1.14
@@ -11,7 +11,6 @@
<flag name='capi'>Enable ISDN support via CAPI</flag>
<flag name='custom-cflags'>Bypass strip-flags; use are your own peril</flag>
<flag name='gecko'>Add support for the Gecko engine when using iexplore</flag>
- <flag name='hal'>Enable obsolete <pkg>sys-apps/hal</pkg> support</flag>
<flag name='mousewarp'>Add mouse warp patch -- enable this if you primarily play games (http://bugs.winehq.org/show_bug.cgi?id=6971)</flag>
<flag name='opencl'>Enable OpenCL support</flag>
<flag name='perl'>Install helpers written in perl (winedump/winemaker)</flag>
1.12 app-emulation/wine/wine-1.3.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.22.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.22.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/wine-1.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?r1=1.13&r2=1.14
Index: wine-1.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wine-1.3.18.ebuild 15 Sep 2011 03:17:51 -0000 1.13
+++ wine-1.3.18.ebuild 18 Sep 2011 09:08:12 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.13 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.14 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.7 app-emulation/wine/wine-1.3.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild?r1=1.6&r2=1.7
Index: wine-1.3.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wine-1.3.26.ebuild 15 Sep 2011 03:17:51 -0000 1.6
+++ wine-1.3.26.ebuild 18 Sep 2011 09:08:12 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild,v 1.6 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.26.ebuild,v 1.7 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -58,7 +58,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -136,7 +135,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
1.17 app-emulation/wine/wine-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?r1=1.16&r2=1.17
Index: wine-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wine-1.3.0.ebuild 15 Sep 2011 03:17:51 -0000 1.16
+++ wine-1.3.0.ebuild 18 Sep 2011 09:08:12 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.16 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.17 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -30,7 +30,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -57,7 +57,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -141,7 +140,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/wine-1.3.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?r1=1.13&r2=1.14
Index: wine-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wine-1.3.16.ebuild 15 Sep 2011 03:17:51 -0000 1.13
+++ wine-1.3.16.ebuild 18 Sep 2011 09:08:12 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.13 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.14 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -149,7 +148,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.11 app-emulation/wine/wine-1.3.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?r1=1.10&r2=1.11
Index: wine-1.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wine-1.3.7.ebuild 15 Sep 2011 03:17:51 -0000 1.10
+++ wine-1.3.7.ebuild 18 Sep 2011 09:08:12 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.10 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.11 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -146,7 +145,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.16 app-emulation/wine/wine-1.3.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?r1=1.15&r2=1.16
Index: wine-1.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wine-1.3.10.ebuild 15 Sep 2011 03:17:51 -0000 1.15
+++ wine-1.3.10.ebuild 18 Sep 2011 09:08:12 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.15 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.16 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -147,7 +146,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.6 app-emulation/wine/wine-1.3.24.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild?r1=1.5&r2=1.6
Index: wine-1.3.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wine-1.3.24.ebuild 15 Sep 2011 03:17:51 -0000 1.5
+++ wine-1.3.24.ebuild 18 Sep 2011 09:08:12 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild,v 1.5 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.24.ebuild,v 1.6 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.13 app-emulation/wine/wine-1.3.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?r1=1.12&r2=1.13
Index: wine-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wine-1.3.13.ebuild 15 Sep 2011 03:17:51 -0000 1.12
+++ wine-1.3.13.ebuild 18 Sep 2011 09:08:12 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.12 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.15 app-emulation/wine/wine-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?r1=1.14&r2=1.15
Index: wine-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wine-1.3.1.ebuild 15 Sep 2011 03:17:51 -0000 1.14
+++ wine-1.3.1.ebuild 18 Sep 2011 09:08:12 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.14 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.15 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -30,7 +30,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -57,7 +57,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -141,7 +140,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?r1=1.11&r2=1.12
Index: wine-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.2.2.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.2.2.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -30,7 +30,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -57,7 +57,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -141,7 +140,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.14 app-emulation/wine/wine-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?r1=1.13&r2=1.14
Index: wine-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wine-1.3.3.ebuild 15 Sep 2011 03:17:51 -0000 1.13
+++ wine-1.3.3.ebuild 18 Sep 2011 09:08:12 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.13 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.14 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -60,7 +60,6 @@
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -144,7 +143,7 @@
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
1.12 app-emulation/wine/wine-1.3.23.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?r1=1.11&r2=1.12
Index: wine-1.3.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wine-1.3.23.ebuild 15 Sep 2011 03:17:51 -0000 1.11
+++ wine-1.3.23.ebuild 18 Sep 2011 09:08:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $
EAPI="2"
@@ -33,7 +33,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
+IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
MLIB_DEPS="amd64? (
@@ -61,7 +61,6 @@
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
- hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
@@ -148,7 +147,7 @@
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(use_with gstreamer) \
- $(! use dbus && echo --without-hal || use_with hal) \
+ --without-hal \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-18 9:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 9:08 [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.2.ebuild wine-1.2.1.ebuild wine-1.3.28.ebuild wine-1.3.11.ebuild wine-1.2.3.ebuild wine-1.3.12.ebuild wine-9999.ebuild wine-1.3.4.ebuild wine-1.3.14.ebuild wine-1.3.17.ebuild wine-1.3.25.ebuild wine-1.3.19.ebuild wine-1.3.6.ebuild wine-1.3.5.ebuild wine-1.3.2.ebuild wine-1.3.21.ebuild wine-1.3.20.ebuild wine-1.3.15.ebuild wine-1.3.27.ebuild ChangeLog wine-1.3.9.ebuild wine-1.3.8.ebuild metadata.xml wine-1.3.22.ebuild wine-1.3.18.ebuild wine-1.3.26.ebuild wine-1.3.0.ebuild wine-1.3.16.ebuild wine-1.3.7.ebuild wine-1.3.10.ebuild wine-1.3.24.ebuild wine-1.3.13.ebuild wine-1.3.1.ebuild wine-1.2.2.ebuild wine-1.3.3.ebuild wine-1.3.23.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox