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.13.ebuild ChangeLog wine-9999.ebuild
Date: Sat, 24 Jan 2009 15:05:10
Message-Id: E1LQk4J-0004Ko-3t@stork.gentoo.org
1 vapier 09/01/24 15:05:07
2
3 Modified: wine-1.1.13.ebuild ChangeLog wine-9999.ebuild
4 Log:
5 Split apart funcs according to EAPI-2 #256117 by Arfrever Frehtes Taifersar Arahesis.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.5 app-emulation/wine/wine-1.1.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?r1=1.4&r2=1.5
14
15 Index: wine-1.1.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- wine-1.1.13.ebuild 21 Jan 2009 08:52:46 -0000 1.4
22 +++ wine-1.1.13.ebuild 24 Jan 2009 15:05:06 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.4 2009/01/21 08:52:46 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.5 2009/01/24 15:05:06 vapier Exp $
28
29 EAPI="2"
30
31 @@ -24,7 +24,7 @@
32
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 xml +X"
36 +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"
37 RESTRICT="test" #72375
38
39 RDEPEND=">=media-libs/freetype-2.0.0
40 @@ -78,13 +78,14 @@
41 else
42 unpack ${MY_P}.tar.bz2
43 fi
44 - cd "${S}"
45 +}
46
47 +src_prepare() {
48 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
49 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
50 }
51
52 -src_compile() {
53 +src_configure() {
54 export LDCONFIG=/bin/true
55
56 # XXX: should check out these flags too:
57 @@ -116,6 +117,9 @@
58 || die "configure failed"
59
60 emake -j1 depend || die "depend"
61 +}
62 +
63 +src_compile() {
64 emake all || die "all"
65 }
66
67
68
69
70 1.244 app-emulation/wine/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.244&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.244&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.243&r2=1.244
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
79 retrieving revision 1.243
80 retrieving revision 1.244
81 diff -u -r1.243 -r1.244
82 --- ChangeLog 24 Jan 2009 11:17:19 -0000 1.243
83 +++ ChangeLog 24 Jan 2009 15:05:06 -0000 1.244
84 @@ -1,6 +1,11 @@
85 # ChangeLog for app-emulation/wine
86 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.243 2009/01/24 11:17:19 aballier Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.244 2009/01/24 15:05:06 vapier Exp $
89 +
90 + 24 Jan 2009; Mike Frysinger <vapier@g.o> wine-1.1.13.ebuild,
91 + wine-9999.ebuild:
92 + Split apart funcs according to EAPI-2 #256117 by Arfrever Frehtes
93 + Taifersar Arahesis.
94
95 24 Jan 2009; Alexis Ballier <aballier@g.o> wine-1.1.0.ebuild,
96 wine-1.1.1.ebuild, wine-1.1.2.ebuild:
97
98
99
100 1.30 app-emulation/wine/wine-9999.ebuild
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.30&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.30&content-type=text/plain
104 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.29&r2=1.30
105
106 Index: wine-9999.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
109 retrieving revision 1.29
110 retrieving revision 1.30
111 diff -u -r1.29 -r1.30
112 --- wine-9999.ebuild 21 Jan 2009 08:52:46 -0000 1.29
113 +++ wine-9999.ebuild 24 Jan 2009 15:05:06 -0000 1.30
114 @@ -1,6 +1,6 @@
115 # Copyright 1999-2009 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.29 2009/01/21 08:52:46 vapier Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.30 2009/01/24 15:05:06 vapier Exp $
119
120 EAPI="2"
121
122 @@ -24,7 +24,7 @@
123
124 LICENSE="LGPL-2.1"
125 SLOT="0"
126 -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 xml +X"
127 +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"
128 RESTRICT="test" #72375
129
130 RDEPEND=">=media-libs/freetype-2.0.0
131 @@ -78,13 +78,14 @@
132 else
133 unpack ${MY_P}.tar.bz2
134 fi
135 - cd "${S}"
136 +}
137
138 +src_prepare() {
139 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
140 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
141 }
142
143 -src_compile() {
144 +src_configure() {
145 export LDCONFIG=/bin/true
146
147 # XXX: should check out these flags too:
148 @@ -116,6 +117,9 @@
149 || die "configure failed"
150
151 emake -j1 depend || die "depend"
152 +}
153 +
154 +src_compile() {
155 emake all || die "all"
156 }