Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-drivers: ChangeLog xorg-drivers-1.10.ebuild
Date: Wed, 30 Mar 2011 20:07:31
Message-Id: 20110330200711.BB9E020054@flycatcher.gentoo.org
1 chithanh 11/03/30 20:07:11
2
3 Modified: ChangeLog
4 Added: xorg-drivers-1.10.ebuild
5 Log:
6 Bump to 1.10
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.44 x11-base/xorg-drivers/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-drivers/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-drivers/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-drivers/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 15 Mar 2011 17:56:59 -0000 1.43
24 +++ ChangeLog 30 Mar 2011 20:07:11 -0000 1.44
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-base/xorg-drivers
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.43 2011/03/15 17:56:59 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.44 2011/03/30 20:07:11 chithanh Exp $
30 +
31 +*xorg-drivers-1.10 (30 Mar 2011)
32 +
33 + 30 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xorg-drivers-1.10.ebuild:
35 + Bump to 1.10
36
37 15 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
38 xorg-drivers-1.9.ebuild:
39
40
41
42 1.1 x11-base/xorg-drivers/xorg-drivers-1.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xorg-drivers-1.10.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild,v 1.1 2011/03/30 20:07:11 chithanh Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Meta package containing deps on all xorg drivers"
56 HOMEPAGE="http://www.gentoo.org/"
57 SRC_URI=""
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62
63 IUSE_INPUT_DEVICES="
64 input_devices_acecad
65 input_devices_aiptek
66 input_devices_elographics
67 input_devices_evdev
68 input_devices_fpit
69 input_devices_joystick
70 input_devices_keyboard
71 input_devices_mouse
72 input_devices_penmount
73 input_devices_tslib
74 input_devices_virtualbox
75 input_devices_vmmouse
76 input_devices_void
77 input_devices_synaptics
78 input_devices_wacom
79 "
80 IUSE_VIDEO_CARDS="
81 video_cards_apm
82 video_cards_ark
83 video_cards_ast
84 video_cards_chips
85 video_cards_cirrus
86 video_cards_dummy
87 video_cards_epson
88 video_cards_fbdev
89 video_cards_geode
90 video_cards_glint
91 video_cards_i128
92 video_cards_i740
93 video_cards_intel
94 video_cards_impact
95 video_cards_mach64
96 video_cards_mga
97 video_cards_neomagic
98 video_cards_newport
99 video_cards_nouveau
100 video_cards_nv
101 video_cards_omapfb
102 video_cards_qxl
103 video_cards_r128
104 video_cards_radeon
105 video_cards_rendition
106 video_cards_s3
107 video_cards_s3virge
108 video_cards_savage
109 video_cards_siliconmotion
110 video_cards_sis
111 video_cards_sisusb
112 video_cards_sunbw2
113 video_cards_suncg14
114 video_cards_suncg3
115 video_cards_suncg6
116 video_cards_sunffb
117 video_cards_sunleo
118 video_cards_suntcx
119 video_cards_tdfx
120 video_cards_tga
121 video_cards_trident
122 video_cards_tseng
123 video_cards_v4l
124 video_cards_vesa
125 video_cards_via
126 video_cards_virtualbox
127 video_cards_vmware
128 video_cards_voodoo
129 video_cards_fglrx
130 video_cards_nvidia
131 "
132
133 IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
134
135 PDEPEND="
136 input_devices_acecad? ( x11-drivers/xf86-input-acecad )
137 input_devices_aiptek? ( x11-drivers/xf86-input-aiptek )
138 input_devices_elographics? ( x11-drivers/xf86-input-elographics )
139 input_devices_evdev? ( x11-drivers/xf86-input-evdev )
140 input_devices_fpit? ( x11-drivers/xf86-input-fpit )
141 input_devices_joystick? ( x11-drivers/xf86-input-joystick )
142 input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
143 input_devices_mouse? ( x11-drivers/xf86-input-mouse )
144 input_devices_penmount? ( x11-drivers/xf86-input-penmount )
145 input_devices_tslib? ( x11-drivers/xf86-input-tslib )
146 input_devices_virtualbox? ( x11-drivers/xf86-input-virtualbox )
147 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
148 input_devices_void? ( x11-drivers/xf86-input-void )
149 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
150 input_devices_wacom? ( x11-drivers/xf86-input-wacom )
151
152 video_cards_apm? ( x11-drivers/xf86-video-apm )
153 video_cards_ark? ( x11-drivers/xf86-video-ark )
154 video_cards_ast? ( x11-drivers/xf86-video-ast )
155 video_cards_chips? ( x11-drivers/xf86-video-chips )
156 video_cards_cirrus? ( x11-drivers/xf86-video-cirrus )
157 video_cards_dummy? ( x11-drivers/xf86-video-dummy )
158 video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
159 video_cards_geode? ( x11-drivers/xf86-video-geode )
160 video_cards_glint? ( x11-drivers/xf86-video-glint )
161 video_cards_i128? ( x11-drivers/xf86-video-i128 )
162 video_cards_i740? ( x11-drivers/xf86-video-i740 )
163 video_cards_intel? ( x11-drivers/xf86-video-intel )
164 video_cards_mach64? ( x11-drivers/xf86-video-mach64 )
165 video_cards_mga? ( x11-drivers/xf86-video-mga )
166 video_cards_neomagic? ( x11-drivers/xf86-video-neomagic )
167 video_cards_newport? ( x11-drivers/xf86-video-newport )
168 video_cards_nouveau? ( x11-drivers/xf86-video-nouveau )
169 video_cards_nv? ( x11-drivers/xf86-video-nv )
170 video_cards_omapfb? ( x11-drivers/xf86-video-omapfb )
171 video_cards_qxl? ( x11-drivers/xf86-video-qxl )
172 video_cards_nvidia? ( x11-drivers/nvidia-drivers )
173 video_cards_fglrx? ( x11-drivers/ati-drivers )
174 video_cards_r128? ( x11-drivers/xf86-video-r128 )
175 video_cards_radeon? ( x11-drivers/xf86-video-ati )
176 video_cards_rendition? ( x11-drivers/xf86-video-rendition )
177 video_cards_s3? ( x11-drivers/xf86-video-s3 )
178 video_cards_s3virge? ( x11-drivers/xf86-video-s3virge )
179 video_cards_savage? ( x11-drivers/xf86-video-savage )
180 video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
181 video_cards_sis? ( x11-drivers/xf86-video-sis )
182 video_cards_sisusb? ( x11-drivers/xf86-video-sisusb )
183 video_cards_suncg14? ( x11-drivers/xf86-video-suncg14 )
184 video_cards_suncg3? ( x11-drivers/xf86-video-suncg3 )
185 video_cards_suncg6? ( !x11-drivers/xf86-video-suncg6 )
186 video_cards_sunffb? ( x11-drivers/xf86-video-sunffb )
187 video_cards_sunleo? ( x11-drivers/xf86-video-sunleo )
188 video_cards_suntcx? ( x11-drivers/xf86-video-suntcx )
189 video_cards_tdfx? ( x11-drivers/xf86-video-tdfx )
190 video_cards_tga? ( x11-drivers/xf86-video-tga )
191 video_cards_trident? ( x11-drivers/xf86-video-trident )
192 video_cards_tseng? ( x11-drivers/xf86-video-tseng )
193 video_cards_v4l? ( x11-drivers/xf86-video-v4l )
194 video_cards_vesa? ( x11-drivers/xf86-video-vesa )
195 video_cards_via? ( x11-drivers/xf86-video-openchrome )
196 video_cards_virtualbox? ( x11-drivers/xf86-video-virtualbox )
197 video_cards_vmware? ( x11-drivers/xf86-video-vmware )
198 video_cards_voodoo? ( x11-drivers/xf86-video-voodoo )
199
200 !x11-drivers/xf86-input-citron
201 !x11-drivers/xf86-input-hyperpen
202 !x11-drivers/xf86-input-mutouch
203 !x11-drivers/xf86-video-cyrix
204 !x11-drivers/xf86-video-impact
205 !x11-drivers/xf86-video-nsc
206 !x11-drivers/xf86-video-sunbw2
207 "