Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: ChangeLog wine-9999.ebuild
Date: Sat, 31 Dec 2011 06:42:21
Message-Id: 20111231064209.6F2892004B@flycatcher.gentoo.org
1 tetromino 11/12/31 06:42:09
2
3 Modified: ChangeLog wine-9999.ebuild
4 Log:
5 Sync with dbus/udisks USE flag update in 1.3.36.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.393 app-emulation/wine/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.393&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.393&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.392&r2=1.393
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
19 retrieving revision 1.392
20 retrieving revision 1.393
21 diff -u -r1.392 -r1.393
22 --- ChangeLog 31 Dec 2011 04:40:13 -0000 1.392
23 +++ ChangeLog 31 Dec 2011 06:42:09 -0000 1.393
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/wine
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.392 2011/12/31 04:40:13 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.393 2011/12/31 06:42:09 tetromino Exp $
29 +
30 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o> wine-9999.ebuild:
31 + Sync with dbus/udisks USE flag update in 1.3.36.
32
33 *wine-1.3.36 (31 Dec 2011)
34
35
36
37
38 1.99 app-emulation/wine/wine-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.99&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.99&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.98&r2=1.99
43
44 Index: wine-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
47 retrieving revision 1.98
48 retrieving revision 1.99
49 diff -u -r1.98 -r1.99
50 --- wine-9999.ebuild 20 Dec 2011 19:35:12 -0000 1.98
51 +++ wine-9999.ebuild 31 Dec 2011 06:42:09 -0000 1.99
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.98 2011/12/20 19:35:12 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.99 2011/12/31 06:42:09 tetromino Exp $
57
58 EAPI="2"
59
60 @@ -29,7 +29,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -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"
65 +IUSE="alsa capi cups custom-cflags 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 udisks v4l +win32 +win64 +X xcomposite xinerama xml"
66 RESTRICT="test" #72375
67
68 MLIB_DEPS="amd64? (
69 @@ -53,7 +53,10 @@
70 fontconfig? ( media-libs/fontconfig )
71 gphoto2? ( media-libs/libgphoto2 )
72 openal? ( media-libs/openal )
73 - dbus? ( sys-apps/dbus )
74 + udisks? (
75 + sys-apps/dbus
76 + sys-fs/udisks
77 + )
78 gnutls? ( net-libs/gnutls )
79 gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
80 X? (
81 @@ -128,6 +131,7 @@
82 $(use_with lcms cms) \
83 $(use_with cups) \
84 $(use_with ncurses curses) \
85 + $(use_with udisks dbus) \
86 $(use_with fontconfig) \
87 $(use_with gnutls) \
88 $(use_with gphoto2 gphoto) \