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.6.ebuild wine-1.7.0.ebuild ChangeLog wine-9999.ebuild
Date: Sun, 01 Sep 2013 15:31:59
Message-Id: 20130901153153.8879020036@flycatcher.gentoo.org
1 tetromino 13/09/01 15:31:53
2
3 Modified: wine-1.6.ebuild wine-1.7.0.ebuild ChangeLog
4 wine-9999.ebuild
5 Log:
6 Fix USE=custom-cflags build with -O3 and recent gcc versions (bug #480508, thanks to Konstantin).
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.5 app-emulation/wine/wine-1.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.6.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.6.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.6.ebuild?r1=1.4&r2=1.5
16
17 Index: wine-1.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- wine-1.6.ebuild 1 Sep 2013 14:38:32 -0000 1.4
24 +++ wine-1.6.ebuild 1 Sep 2013 15:31:53 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v 1.4 2013/09/01 14:38:32 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v 1.5 2013/09/01 15:31:53 tetromino Exp $
30
31 EAPI="5"
32
33 @@ -177,6 +177,7 @@
34 "${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
35 "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
36 "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386
37 + "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
38 )
39 [[ ${PV} == "9999" ]] || PATCHES+=(
40 "../${PULSE_PATCHES}"/*.patch #421365
41
42
43
44 1.4 app-emulation/wine/wine-1.7.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild?r1=1.3&r2=1.4
49
50 Index: wine-1.7.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- wine-1.7.0.ebuild 1 Sep 2013 14:38:32 -0000 1.3
57 +++ wine-1.7.0.ebuild 1 Sep 2013 15:31:53 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild,v 1.3 2013/09/01 14:38:32 tetromino Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.0.ebuild,v 1.4 2013/09/01 15:31:53 tetromino Exp $
63
64 EAPI="5"
65
66 @@ -177,6 +177,7 @@
67 "${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
68 "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
69 "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386
70 + "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
71 )
72 [[ ${PV} == "9999" ]] || PATCHES+=(
73 "../${PULSE_PATCHES}"/*.patch #421365
74
75
76
77 1.476 app-emulation/wine/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.476&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.476&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.475&r2=1.476
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
86 retrieving revision 1.475
87 retrieving revision 1.476
88 diff -u -r1.475 -r1.476
89 --- ChangeLog 1 Sep 2013 14:38:32 -0000 1.475
90 +++ ChangeLog 1 Sep 2013 15:31:53 -0000 1.476
91 @@ -1,6 +1,11 @@
92 # ChangeLog for app-emulation/wine
93 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.475 2013/09/01 14:38:32 tetromino Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.476 2013/09/01 15:31:53 tetromino Exp $
96 +
97 + 01 Sep 2013; Alexandre Rostovtsev <tetromino@g.o> wine-1.6.ebuild,
98 + wine-1.7.0.ebuild, wine-9999.ebuild, +files/wine-1.6-memset-O3.patch:
99 + Fix USE=custom-cflags build with -O3 and recent gcc versions (bug #480508,
100 + thanks to Konstantin).
101
102 01 Sep 2013; Alexandre Rostovtsev <tetromino@g.o> wine-1.2.3.ebuild,
103 wine-1.3.28.ebuild, wine-1.4.ebuild, wine-1.4.1.ebuild, wine-1.5.0.ebuild,
104
105
106
107 1.151 app-emulation/wine/wine-9999.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.151&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.151&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.150&r2=1.151
112
113 Index: wine-9999.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
116 retrieving revision 1.150
117 retrieving revision 1.151
118 diff -u -r1.150 -r1.151
119 --- wine-9999.ebuild 1 Sep 2013 14:38:32 -0000 1.150
120 +++ wine-9999.ebuild 1 Sep 2013 15:31:53 -0000 1.151
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2013 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.150 2013/09/01 14:38:32 tetromino Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.151 2013/09/01 15:31:53 tetromino Exp $
126
127 EAPI="5"
128
129 @@ -177,6 +177,7 @@
130 "${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
131 "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
132 "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386
133 + "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
134 )
135 [[ ${PV} == "9999" ]] || PATCHES+=(
136 "../${PULSE_PATCHES}"/*.patch #421365