Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox: xf86-video-virtualbox-3.1.2.ebuild ChangeLog xf86-video-virtualbox-3.1.6.ebuild xf86-video-virtualbox-3.1.0.ebuild xf86-video-virtualbox-3.1.4-r1.ebuild
Date: Fri, 30 Apr 2010 19:44:18
Message-Id: 20100430194413.9492F2C04C@corvid.gentoo.org
1 lxnay 10/04/30 19:44:13
2
3 Modified: xf86-video-virtualbox-3.1.2.ebuild ChangeLog
4 xf86-video-virtualbox-3.1.6.ebuild
5 xf86-video-virtualbox-3.1.0.ebuild
6 xf86-video-virtualbox-3.1.4-r1.ebuild
7 Log:
8 make 3.1.x ebuilds properly working with xorg-server-1.7, close bug #295553
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild?r1=1.1&r2=1.2
17
18 Index: xf86-video-virtualbox-3.1.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- xf86-video-virtualbox-3.1.2.ebuild 13 Feb 2010 19:18:16 -0000 1.1
25 +++ xf86-video-virtualbox-3.1.2.ebuild 30 Apr 2010 19:44:13 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild,v 1.1 2010/02/13 19:18:16 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.2.ebuild,v 1.2 2010/04/30 19:44:13 lxnay Exp $
31
32 EAPI=2
33
34 @@ -112,8 +112,11 @@
35 cd "${S}/out/linux.${ARCH}/release/bin/additions"
36 insinto /usr/$(get_libdir)/xorg/modules/drivers
37
38 + # xorg-server-1.7.x
39 + if has_version ">=x11-base/xorg-server-1.7" ; then
40 + newins vboxvideo_drv_17.so vboxvideo_drv.so
41 # xorg-server-1.6.x
42 - if has_version ">=x11-base/xorg-server-1.6" ; then
43 + elif has_version ">=x11-base/xorg-server-1.6" ; then
44 newins vboxvideo_drv_16.so vboxvideo_drv.so
45 # xorg-server-1.5.x
46 else
47
48
49
50 1.34 x11-drivers/xf86-video-virtualbox/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.34&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.34&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.33&r2=1.34
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v
59 retrieving revision 1.33
60 retrieving revision 1.34
61 diff -u -r1.33 -r1.34
62 --- ChangeLog 28 Mar 2010 13:45:40 -0000 1.33
63 +++ ChangeLog 30 Apr 2010 19:44:13 -0000 1.34
64 @@ -1,6 +1,12 @@
65 # ChangeLog for x11-drivers/xf86-video-virtualbox
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.33 2010/03/28 13:45:40 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.34 2010/04/30 19:44:13 lxnay Exp $
69 +
70 + 30 Apr 2010; Fabio Erculiani <lxnay@g.o>
71 + xf86-video-virtualbox-3.1.0.ebuild, xf86-video-virtualbox-3.1.2.ebuild,
72 + xf86-video-virtualbox-3.1.4-r1.ebuild, xf86-video-virtualbox-3.1.6.ebuild:
73 + make 3.1.x ebuilds properly working with xorg-server-1.7, close bug
74 + #295553
75
76 *xf86-video-virtualbox-3.1.6 (28 Mar 2010)
77
78
79
80
81 1.2 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild?r1=1.1&r2=1.2
86
87 Index: xf86-video-virtualbox-3.1.6.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- xf86-video-virtualbox-3.1.6.ebuild 28 Mar 2010 13:45:40 -0000 1.1
94 +++ xf86-video-virtualbox-3.1.6.ebuild 30 Apr 2010 19:44:13 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild,v 1.1 2010/03/28 13:45:40 patrick Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.6.ebuild,v 1.2 2010/04/30 19:44:13 lxnay Exp $
100
101 EAPI=2
102
103 @@ -108,8 +108,11 @@
104 cd "${S}/out/linux.${ARCH}/release/bin/additions"
105 insinto /usr/$(get_libdir)/xorg/modules/drivers
106
107 + # xorg-server-1.7.x
108 + if has_version ">=x11-base/xorg-server-1.7" ; then
109 + newins vboxvideo_drv_17.so vboxvideo_drv.so
110 # xorg-server-1.6.x
111 - if has_version ">=x11-base/xorg-server-1.6" ; then
112 + elif has_version ">=x11-base/xorg-server-1.6" ; then
113 newins vboxvideo_drv_16.so vboxvideo_drv.so
114 # xorg-server-1.5.x
115 else
116
117
118
119 1.2 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild?rev=1.2&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild?rev=1.2&content-type=text/plain
123 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild?r1=1.1&r2=1.2
124
125 Index: xf86-video-virtualbox-3.1.0.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild,v
128 retrieving revision 1.1
129 retrieving revision 1.2
130 diff -u -r1.1 -r1.2
131 --- xf86-video-virtualbox-3.1.0.ebuild 2 Dec 2009 20:40:09 -0000 1.1
132 +++ xf86-video-virtualbox-3.1.0.ebuild 30 Apr 2010 19:44:13 -0000 1.2
133 @@ -1,6 +1,6 @@
134 -# Copyright 1999-2009 Gentoo Foundation
135 +# Copyright 1999-2010 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild,v 1.1 2009/12/02 20:40:09 patrick Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.0.ebuild,v 1.2 2010/04/30 19:44:13 lxnay Exp $
139
140 EAPI=2
141
142 @@ -108,8 +108,11 @@
143 cd "${S}/out/linux.${ARCH}/release/bin/additions"
144 insinto /usr/$(get_libdir)/xorg/modules/drivers
145
146 + # xorg-server-1.7.x
147 + if has_version ">=x11-base/xorg-server-1.7" ; then
148 + newins vboxvideo_drv_17.so vboxvideo_drv.so
149 # xorg-server-1.6.x
150 - if has_version ">=x11-base/xorg-server-1.6" ; then
151 + elif has_version ">=x11-base/xorg-server-1.6" ; then
152 newins vboxvideo_drv_16.so vboxvideo_drv.so
153 # xorg-server-1.5.x
154 else
155
156
157
158 1.2 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild
159
160 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild?rev=1.2&view=markup
161 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild?rev=1.2&content-type=text/plain
162 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild?r1=1.1&r2=1.2
163
164 Index: xf86-video-virtualbox-3.1.4-r1.ebuild
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild,v
167 retrieving revision 1.1
168 retrieving revision 1.2
169 diff -u -r1.1 -r1.2
170 --- xf86-video-virtualbox-3.1.4-r1.ebuild 11 Mar 2010 12:49:22 -0000 1.1
171 +++ xf86-video-virtualbox-3.1.4-r1.ebuild 30 Apr 2010 19:44:13 -0000 1.2
172 @@ -1,6 +1,6 @@
173 # Copyright 1999-2010 Gentoo Foundation
174 # Distributed under the terms of the GNU General Public License v2
175 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild,v 1.1 2010/03/11 12:49:22 lxnay Exp $
176 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.1.4-r1.ebuild,v 1.2 2010/04/30 19:44:13 lxnay Exp $
177
178 EAPI=2
179
180 @@ -113,8 +113,11 @@
181 cd "${S}/out/linux.${ARCH}/release/bin/additions"
182 insinto /usr/$(get_libdir)/xorg/modules/drivers
183
184 + # xorg-server-1.7.x
185 + if has_version ">=x11-base/xorg-server-1.7" ; then
186 + newins vboxvideo_drv_17.so vboxvideo_drv.so
187 # xorg-server-1.6.x
188 - if has_version ">=x11-base/xorg-server-1.6" ; then
189 + elif has_version ">=x11-base/xorg-server-1.6" ; then
190 newins vboxvideo_drv_16.so vboxvideo_drv.so
191 # xorg-server-1.5.x
192 else