Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: ChangeLog wine-1.4_rc2.ebuild
Date: Tue, 07 Feb 2012 20:52:08
Message-Id: 20120207205158.0309A2004B@flycatcher.gentoo.org
1 swift 12/02/07 20:51:57
2
3 Modified: ChangeLog wine-1.4_rc2.ebuild
4 Log:
5 Adding USE=selinux dependency for selinux-wine
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.400 app-emulation/wine/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.400&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.400&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.399&r2=1.400
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
19 retrieving revision 1.399
20 retrieving revision 1.400
21 diff -u -r1.399 -r1.400
22 --- ChangeLog 5 Feb 2012 21:15:05 -0000 1.399
23 +++ ChangeLog 7 Feb 2012 20:51:57 -0000 1.400
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/wine
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.399 2012/02/05 21:15:05 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.400 2012/02/07 20:51:57 swift Exp $
29 +
30 + 07 Feb 2012; <swift@g.o> wine-1.4_rc2.ebuild:
31 + Add USE=selinux dependency on selinux-wine
32
33 *wine-1.4_rc2 (05 Feb 2012)
34
35
36
37
38 1.2 app-emulation/wine/wine-1.4_rc2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild?r1=1.1&r2=1.2
43
44 Index: wine-1.4_rc2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- wine-1.4_rc2.ebuild 5 Feb 2012 21:15:05 -0000 1.1
51 +++ wine-1.4_rc2.ebuild 7 Feb 2012 20:51:57 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild,v 1.1 2012/02/05 21:15:05 tetromino Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild,v 1.2 2012/02/07 20:51:57 swift Exp $
57
58 EAPI="4"
59
60 @@ -29,7 +29,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -IUSE="alsa capi cups custom-cflags elibc_glibc 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"
65 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
66 REQUIRED_USE="elibc_glibc? ( threads )" #286560
67 RESTRICT="test" #72375
68
69 @@ -80,6 +80,7 @@
70 mp3? ( >=media-sound/mpg123-1.5.0 )
71 nls? ( sys-devel/gettext )
72 samba? ( >=net-fs/samba-3.0.25 )
73 + selinux? ( sec-policy/selinux-wine )
74 xml? ( dev-libs/libxml2 dev-libs/libxslt )
75 scanner? ( media-gfx/sane-backends )
76 ssl? ( dev-libs/openssl )