Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.1.29.ebuild ChangeLog wine-1.1.27.ebuild wine-1.1.28.ebuild
Date: Sun, 06 Sep 2009 14:46:41
Message-Id: E1MkJ0p-0002wt-Ei@stork.gentoo.org
1 vapier 09/09/06 14:46:39
2
3 Modified: wine-1.1.29.ebuild ChangeLog wine-1.1.27.ebuild
4 wine-1.1.28.ebuild
5 Log:
6 Add support for USE=gsm by netfab #283822.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.3 app-emulation/wine/wine-1.1.29.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild?r1=1.2&r2=1.3
15
16 Index: wine-1.1.29.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wine-1.1.29.ebuild 6 Sep 2009 14:42:35 -0000 1.2
23 +++ wine-1.1.29.ebuild 6 Sep 2009 14:46:38 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild,v 1.2 2009/09/06 14:42:35 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.29.ebuild,v 1.3 2009/09/06 14:46:38 vapier Exp $
29
30 EAPI="2"
31
32 @@ -26,7 +26,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap mp3 nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
37 +IUSE="alsa cups dbus esd +gecko gnutls gsm hal jack jpeg lcms ldap mp3 nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
38 RESTRICT="test" #72375
39
40 RDEPEND=">=media-libs/freetype-2.0.0
41 @@ -51,6 +51,7 @@
42 nas? ( media-libs/nas )
43 cups? ( net-print/cups )
44 opengl? ( virtual/opengl )
45 + gsm? ( media-sound/gsm )
46 jpeg? ( media-libs/jpeg )
47 ldap? ( net-nds/openldap )
48 lcms? ( media-libs/lcms )
49 @@ -106,6 +107,7 @@
50 $(use_with cups) \
51 $(use_with esd) \
52 $(use_with gnutls) \
53 + $(use_with gsm) \
54 $(! use dbus && echo --without-hal || use_with hal) \
55 $(use_with jack) \
56 $(use_with jpeg) \
57
58
59
60 1.277 app-emulation/wine/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.277&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.277&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.276&r2=1.277
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
69 retrieving revision 1.276
70 retrieving revision 1.277
71 diff -u -r1.276 -r1.277
72 --- ChangeLog 6 Sep 2009 14:42:35 -0000 1.276
73 +++ ChangeLog 6 Sep 2009 14:46:38 -0000 1.277
74 @@ -1,6 +1,10 @@
75 # ChangeLog for app-emulation/wine
76 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.276 2009/09/06 14:42:35 vapier Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.277 2009/09/06 14:46:38 vapier Exp $
79 +
80 + 06 Sep 2009; Mike Frysinger <vapier@g.o> wine-1.1.27.ebuild,
81 + wine-1.1.28.ebuild, wine-1.1.29.ebuild:
82 + Add support for USE=gsm by netfab #283822.
83
84 06 Sep 2009; Mike Frysinger <vapier@g.o> wine-1.1.29.ebuild:
85 Add support for mpg123 via USE=mp3 #283756 by Rafał Mużyło.
86
87
88
89 1.4 app-emulation/wine/wine-1.1.27.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild?r1=1.3&r2=1.4
94
95 Index: wine-1.1.27.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- wine-1.1.27.ebuild 26 Aug 2009 21:57:56 -0000 1.3
102 +++ wine-1.1.27.ebuild 6 Sep 2009 14:46:38 -0000 1.4
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2009 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild,v 1.3 2009/08/26 21:57:56 vapier Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.27.ebuild,v 1.4 2009/09/06 14:46:38 vapier Exp $
108
109 EAPI="2"
110
111 @@ -26,7 +26,7 @@
112
113 LICENSE="LGPL-2.1"
114 SLOT="0"
115 -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml"
116 +IUSE="alsa cups dbus esd +gecko gnutls gsm hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml"
117 RESTRICT="test" #72375
118
119 RDEPEND=">=media-libs/freetype-2.0.0
120 @@ -51,6 +51,7 @@
121 nas? ( media-libs/nas )
122 cups? ( net-print/cups )
123 opengl? ( virtual/opengl )
124 + gsm? ( media-sound/gsm )
125 jpeg? ( media-libs/jpeg )
126 ldap? ( net-nds/openldap )
127 lcms? ( media-libs/lcms )
128 @@ -105,6 +106,7 @@
129 $(use_with cups) \
130 $(use_with esd) \
131 $(use_with gnutls) \
132 + $(use_with gsm libgsm) \
133 $(! use dbus && echo --without-hal || use_with hal) \
134 $(use_with jack) \
135 $(use_with jpeg) \
136
137
138
139 1.4 app-emulation/wine/wine-1.1.28.ebuild
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild?rev=1.4&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild?rev=1.4&content-type=text/plain
143 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild?r1=1.3&r2=1.4
144
145 Index: wine-1.1.28.ebuild
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v
148 retrieving revision 1.3
149 retrieving revision 1.4
150 diff -u -r1.3 -r1.4
151 --- wine-1.1.28.ebuild 27 Aug 2009 11:41:32 -0000 1.3
152 +++ wine-1.1.28.ebuild 6 Sep 2009 14:46:38 -0000 1.4
153 @@ -1,6 +1,6 @@
154 # Copyright 1999-2009 Gentoo Foundation
155 # Distributed under the terms of the GNU General Public License v2
156 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v 1.3 2009/08/27 11:41:32 vapier Exp $
157 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v 1.4 2009/09/06 14:46:38 vapier Exp $
158
159 EAPI="2"
160
161 @@ -26,7 +26,7 @@
162
163 LICENSE="LGPL-2.1"
164 SLOT="0"
165 -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
166 +IUSE="alsa cups dbus esd +gecko gnutls gsm hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
167 RESTRICT="test" #72375
168
169 RDEPEND=">=media-libs/freetype-2.0.0
170 @@ -51,6 +51,7 @@
171 nas? ( media-libs/nas )
172 cups? ( net-print/cups )
173 opengl? ( virtual/opengl )
174 + gsm? ( media-sound/gsm )
175 jpeg? ( media-libs/jpeg )
176 ldap? ( net-nds/openldap )
177 lcms? ( media-libs/lcms )
178 @@ -105,6 +106,7 @@
179 $(use_with cups) \
180 $(use_with esd) \
181 $(use_with gnutls) \
182 + $(use_with gsm) \
183 $(! use dbus && echo --without-hal || use_with hal) \
184 $(use_with jack) \
185 $(use_with jpeg) \