Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: ChangeLog wine-1.3.18.ebuild wine-9999.ebuild
Date: Sun, 01 May 2011 15:00:53
Message-Id: 20110501150023.8644B20054@flycatcher.gentoo.org
1 scarabeus 11/05/01 15:00:23
2
3 Modified: ChangeLog wine-1.3.18.ebuild wine-9999.ebuild
4 Log:
5 QA: drop useflag and epatch that does not apply at all (upstream obviously included it in git so it is in next release anyway).
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.360 app-emulation/wine/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.360&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.360&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.359&r2=1.360
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
19 retrieving revision 1.359
20 retrieving revision 1.360
21 diff -u -r1.359 -r1.360
22 --- ChangeLog 30 Apr 2011 06:26:23 -0000 1.359
23 +++ ChangeLog 1 May 2011 15:00:23 -0000 1.360
24 @@ -1,6 +1,11 @@
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.359 2011/04/30 06:26:23 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.360 2011/05/01 15:00:23 scarabeus Exp $
29 +
30 + 01 May 2011; Tomáš Chvátal <scarabeus@g.o> wine-1.3.18.ebuild,
31 + wine-9999.ebuild:
32 + QA: drop useflag and epatch that does not apply at all (upstream obviously
33 + included it in git so it is in next release anyway).
34
35 30 Apr 2011; Mike Frysinger <vapier@g.o> wine-1.2.ebuild,
36 wine-1.2.1.ebuild, wine-1.2.2.ebuild, wine-1.2.3.ebuild, wine-1.3.0.ebuild,
37
38
39
40 1.3 app-emulation/wine/wine-1.3.18.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?r1=1.2&r2=1.3
45
46 Index: wine-1.3.18.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- wine-1.3.18.ebuild 30 Apr 2011 06:26:23 -0000 1.2
53 +++ wine-1.3.18.ebuild 1 May 2011 15:00:23 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.3 2011/05/01 15:00:23 scarabeus Exp $
59
60 EAPI="2"
61
62 @@ -33,7 +33,7 @@
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
67 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
68 RESTRICT="test" #72375
69
70 MLIB_DEPS="amd64? (
71 @@ -114,7 +114,6 @@
72 }
73
74 src_prepare() {
75 - use mousewarp && epatch "${FILESDIR}"/${PN}-1.3.16-mouse-warp.patch
76 if use pulseaudio ; then
77 EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"`
78 eautoreconf
79
80
81
82 1.77 app-emulation/wine/wine-9999.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.77&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.77&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.76&r2=1.77
87
88 Index: wine-9999.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
91 retrieving revision 1.76
92 retrieving revision 1.77
93 diff -u -r1.76 -r1.77
94 --- wine-9999.ebuild 30 Apr 2011 06:26:23 -0000 1.76
95 +++ wine-9999.ebuild 1 May 2011 15:00:23 -0000 1.77
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2011 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.76 2011/04/30 06:26:23 vapier Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.77 2011/05/01 15:00:23 scarabeus Exp $
101
102 EAPI="2"
103
104 @@ -33,7 +33,7 @@
105
106 LICENSE="LGPL-2.1"
107 SLOT="0"
108 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
109 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
110 RESTRICT="test" #72375
111
112 MLIB_DEPS="amd64? (
113 @@ -114,7 +114,6 @@
114 }
115
116 src_prepare() {
117 - use mousewarp && epatch "${FILESDIR}"/${PN}-1.3.16-mouse-warp.patch
118 if use pulseaudio ; then
119 EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"`
120 eautoreconf