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: Wed, 21 Jan 2009 08:52:52
Message-Id: E1LPYpK-0004xs-Gt@stork.gentoo.org
1 vapier 09/01/21 08:52:46
2
3 Modified: wine-1.1.13.ebuild ChangeLog wine-9999.ebuild
4 Log:
5 Make sure we pull in app-emulation/emul-linux-x86-baselibs for amd64 systems.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.4 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.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?r1=1.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- wine-1.1.13.ebuild 20 Jan 2009 14:55:54 -0000 1.3
22 +++ wine-1.1.13.ebuild 21 Jan 2009 08:52:46 -0000 1.4
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.3 2009/01/20 14:55:54 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.4 2009/01/21 08:52:46 vapier Exp $
28
29 EAPI="2"
30
31 @@ -60,6 +60,7 @@
32 >=app-emulation/emul-linux-x86-xlibs-2.1
33 >=app-emulation/emul-linux-x86-soundlibs-2.1
34 )
35 + app-emulation/emul-linux-x86-baselibs
36 >=sys-kernel/linux-headers-2.6
37 )"
38 DEPEND="${RDEPEND}
39
40
41
42 1.242 app-emulation/wine/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.242&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.242&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.241&r2=1.242
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
51 retrieving revision 1.241
52 retrieving revision 1.242
53 diff -u -r1.241 -r1.242
54 --- ChangeLog 20 Jan 2009 14:55:54 -0000 1.241
55 +++ ChangeLog 21 Jan 2009 08:52:46 -0000 1.242
56 @@ -1,6 +1,11 @@
57 # ChangeLog for app-emulation/wine
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.241 2009/01/20 14:55:54 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.242 2009/01/21 08:52:46 vapier Exp $
61 +
62 + 21 Jan 2009; Mike Frysinger <vapier@g.o> wine-1.1.13.ebuild,
63 + wine-9999.ebuild:
64 + Make sure we pull in app-emulation/emul-linux-x86-baselibs for amd64
65 + systems.
66
67 20 Jan 2009; Mike Frysinger <vapier@g.o> wine-1.1.13.ebuild,
68 wine-9999.ebuild:
69
70
71
72 1.29 app-emulation/wine/wine-9999.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.29&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.29&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.28&r2=1.29
77
78 Index: wine-9999.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
81 retrieving revision 1.28
82 retrieving revision 1.29
83 diff -u -r1.28 -r1.29
84 --- wine-9999.ebuild 20 Jan 2009 14:55:54 -0000 1.28
85 +++ wine-9999.ebuild 21 Jan 2009 08:52:46 -0000 1.29
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.28 2009/01/20 14:55:54 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.29 2009/01/21 08:52:46 vapier Exp $
91
92 EAPI="2"
93
94 @@ -60,6 +60,7 @@
95 >=app-emulation/emul-linux-x86-xlibs-2.1
96 >=app-emulation/emul-linux-x86-soundlibs-2.1
97 )
98 + app-emulation/emul-linux-x86-baselibs
99 >=sys-kernel/linux-headers-2.6
100 )"
101 DEPEND="${RDEPEND}