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: wine-1.3.28.ebuild wine-1.2.3.ebuild ChangeLog wine-1.4.1.ebuild wine-1.6.1.ebuild
Date: Mon, 29 Dec 2014 06:01:56
Message-Id: 20141229060147.A7F7CE66E@oystercatcher.gentoo.org
1 tetromino 14/12/29 06:01:47
2
3 Modified: wine-1.3.28.ebuild wine-1.2.3.ebuild ChangeLog
4 wine-1.4.1.ebuild
5 Removed: wine-1.6.1.ebuild
6 Log:
7 lcms:0 is being removed for security reasons (bug #526846); 1.6.1 is superseded by 1.6.2
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
10
11 Revision Changes Path
12 1.19 app-emulation/wine/wine-1.3.28.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?r1=1.18&r2=1.19
17
18 Index: wine-1.3.28.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- wine-1.3.28.ebuild 1 Sep 2013 14:38:32 -0000 1.18
25 +++ wine-1.3.28.ebuild 29 Dec 2014 06:01:47 -0000 1.19
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.18 2013/09/01 14:38:32 tetromino Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.19 2014/12/29 06:01:47 tetromino Exp $
32
33 EAPI="5"
34
35 @@ -29,7 +29,7 @@
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39 -IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png +prelink samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
40 +IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg ldap mp3 ncurses nls openal opencl +opengl +oss +perl png +prelink samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
41 REQUIRED_USE="elibc_glibc? ( threads )" #286560
42 RESTRICT="test" #72375
43
44 @@ -76,7 +76,6 @@
45 gsm? ( media-sound/gsm:= )
46 jpeg? ( virtual/jpeg:0= )
47 ldap? ( net-nds/openldap:= )
48 - lcms? ( media-libs/lcms:0= )
49 mp3? ( >=media-sound/mpg123-1.5.0 )
50 nls? ( sys-devel/gettext )
51 samba? ( >=net-fs/samba-3.0.25 )
52 @@ -135,7 +134,7 @@
53 --sysconfdir=/etc/wine \
54 $(use_with alsa) \
55 $(use_with capi) \
56 - $(use_with lcms cms) \
57 + --without-cms \
58 $(use_with cups) \
59 $(use_with ncurses curses) \
60 $(use_with fontconfig) \
61
62
63
64 1.27 app-emulation/wine/wine-1.2.3.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.27&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.27&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.26&r2=1.27
69
70 Index: wine-1.2.3.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
73 retrieving revision 1.26
74 retrieving revision 1.27
75 diff -u -r1.26 -r1.27
76 --- wine-1.2.3.ebuild 13 Oct 2013 21:10:09 -0000 1.26
77 +++ wine-1.2.3.ebuild 29 Dec 2014 06:01:47 -0000 1.27
78 @@ -1,6 +1,6 @@
79 -# Copyright 1999-2013 Gentoo Foundation
80 +# Copyright 1999-2014 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.26 2013/10/13 21:10:09 tetromino Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.27 2014/12/29 06:01:47 tetromino Exp $
84
85 EAPI="5"
86
87 @@ -30,7 +30,7 @@
88
89 LICENSE="LGPL-2.1"
90 SLOT="0"
91 -IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png +prelink pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
92 +IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm jack jpeg ldap mp3 nas ncurses openal +opengl +oss +perl png +prelink pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
93 REQUIRED_USE="elibc_glibc? ( threads )" #286560
94 RESTRICT="test" #72375
95
96 @@ -78,7 +78,6 @@
97 gsm? ( media-sound/gsm:= )
98 jpeg? ( virtual/jpeg:0= )
99 ldap? ( net-nds/openldap:= )
100 - lcms? ( media-libs/lcms:0= )
101 mp3? ( >=media-sound/mpg123-1.5.0 )
102 samba? ( >=net-fs/samba-3.0.25 )
103 xml? ( dev-libs/libxml2 dev-libs/libxslt )
104 @@ -155,7 +154,7 @@
105 --sysconfdir=/etc/wine \
106 $(use_with alsa) \
107 $(use_with capi) \
108 - $(use_with lcms cms) \
109 + --without-cms \
110 $(use_with cups) \
111 $(use_with ncurses curses) \
112 --without-esd \
113
114
115
116 1.525 app-emulation/wine/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.525&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.525&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.524&r2=1.525
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
125 retrieving revision 1.524
126 retrieving revision 1.525
127 diff -u -r1.524 -r1.525
128 --- ChangeLog 16 Dec 2014 15:06:28 -0000 1.524
129 +++ ChangeLog 29 Dec 2014 06:01:47 -0000 1.525
130 @@ -1,6 +1,11 @@
131 # ChangeLog for app-emulation/wine
132 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.524 2014/12/16 15:06:28 pacho Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.525 2014/12/29 06:01:47 tetromino Exp $
135 +
136 + 29 Dec 2014; Alexandre Rostovtsev <tetromino@g.o> wine-1.2.3.ebuild,
137 + wine-1.3.28.ebuild, wine-1.4.1.ebuild, -wine-1.6.1.ebuild:
138 + lcms:0 is being removed for security reasons (bug #526846); 1.6.1 is
139 + superseded by 1.6.2
140
141 16 Dec 2014; Pacho Ramos <pacho@g.o> wine-1.6.1.ebuild,
142 wine-1.6.2.ebuild, wine-1.7.0.ebuild, wine-1.7.10.ebuild, wine-1.7.11.ebuild,
143
144
145
146 1.14 app-emulation/wine/wine-1.4.1.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.14&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.14&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?r1=1.13&r2=1.14
151
152 Index: wine-1.4.1.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v
155 retrieving revision 1.13
156 retrieving revision 1.14
157 diff -u -r1.13 -r1.14
158 --- wine-1.4.1.ebuild 13 Oct 2013 21:10:09 -0000 1.13
159 +++ wine-1.4.1.ebuild 29 Dec 2014 06:01:47 -0000 1.14
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2013 Gentoo Foundation
162 +# Copyright 1999-2014 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.13 2013/10/13 21:10:09 tetromino Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.14 2014/12/29 06:01:47 tetromino Exp $
166
167 EAPI="5"
168
169 @@ -29,7 +29,7 @@
170
171 LICENSE="LGPL-2.1"
172 SLOT="0"
173 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
174 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
175 REQUIRED_USE="elibc_glibc? ( threads )" #286560
176 RESTRICT="test" #72375
177
178 @@ -80,7 +80,6 @@
179 gsm? ( media-sound/gsm:= )
180 jpeg? ( virtual/jpeg:0= )
181 ldap? ( net-nds/openldap:= )
182 - lcms? ( media-libs/lcms:0= )
183 mp3? ( >=media-sound/mpg123-1.5.0 )
184 nls? ( sys-devel/gettext )
185 odbc? ( dev-db/unixODBC:= )
186 @@ -163,7 +162,7 @@
187 --sysconfdir=/etc/wine \
188 $(use_with alsa) \
189 $(use_with capi) \
190 - $(use_with lcms cms) \
191 + --without-cms \
192 $(use_with cups) \
193 $(use_with ncurses curses) \
194 $(use_with udisks dbus) \