Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/
Date: Thu, 10 May 2018 18:07:47
Message-Id: 1525975651.c52f32dced48e6284e2a0c19ac85c27adb77deaa.mattst88@gentoo
1 commit: c52f32dced48e6284e2a0c19ac85c27adb77deaa
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 18:00:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 18:07:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52f32dc
7
8 x11-base/xorg-drivers: Version bump to 1.20
9
10 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 152 +++++++++++++++++++++++++
11 1 file changed, 152 insertions(+)
12
13 diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
14 new file mode 100644
15 index 00000000000..af561b6594c
16 --- /dev/null
17 +++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
18 @@ -0,0 +1,152 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=5
23 +
24 +DESCRIPTION="Meta package containing deps on all xorg drivers"
25 +HOMEPAGE="https://www.gentoo.org/"
26 +SRC_URI=""
27 +
28 +LICENSE="metapackage"
29 +SLOT="0"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
31 +
32 +IUSE_INPUT_DEVICES="
33 + input_devices_elographics
34 + input_devices_evdev
35 + input_devices_joystick
36 + input_devices_keyboard
37 + input_devices_libinput
38 + input_devices_mouse
39 + input_devices_tslib
40 + input_devices_vmmouse
41 + input_devices_void
42 + input_devices_synaptics
43 + input_devices_wacom
44 +"
45 +IUSE_VIDEO_CARDS="
46 + video_cards_amdgpu
47 + video_cards_ast
48 + video_cards_dummy
49 + video_cards_fbdev
50 + video_cards_freedreno
51 + video_cards_geode
52 + video_cards_glint
53 + video_cards_i915
54 + video_cards_i965
55 + video_cards_intel
56 + video_cards_mga
57 + video_cards_nouveau
58 + video_cards_nv
59 + video_cards_omap
60 + video_cards_qxl
61 + video_cards_r128
62 + video_cards_radeon
63 + video_cards_radeonsi
64 + video_cards_siliconmotion
65 + video_cards_tdfx
66 + video_cards_tegra
67 + video_cards_vc4
68 + video_cards_vesa
69 + video_cards_via
70 + video_cards_virtualbox
71 + video_cards_vmware
72 + video_cards_voodoo
73 + video_cards_nvidia
74 +"
75 +
76 +IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
77 +
78 +PDEPEND="
79 + input_devices_elographics? ( x11-drivers/xf86-input-elographics )
80 + input_devices_evdev? ( x11-drivers/xf86-input-evdev )
81 + input_devices_joystick? ( x11-drivers/xf86-input-joystick )
82 + input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
83 + input_devices_libinput? ( x11-drivers/xf86-input-libinput )
84 + input_devices_mouse? ( x11-drivers/xf86-input-mouse )
85 + input_devices_tslib? ( x11-drivers/xf86-input-tslib )
86 + input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
87 + input_devices_void? ( x11-drivers/xf86-input-void )
88 + input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
89 + input_devices_wacom? ( x11-drivers/xf86-input-wacom )
90 +
91 + video_cards_amdgpu? ( x11-drivers/xf86-video-amdgpu )
92 + video_cards_ast? ( x11-drivers/xf86-video-ast )
93 + video_cards_dummy? ( x11-drivers/xf86-video-dummy )
94 + video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
95 + video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[glamor] )
96 + video_cards_geode? ( x11-drivers/xf86-video-geode )
97 + video_cards_glint? ( x11-drivers/xf86-video-glint )
98 + video_cards_i915? ( x11-drivers/xf86-video-intel )
99 + video_cards_i965? ( >=x11-base/xorg-server-${PV}[glamor] )
100 + video_cards_intel? ( !video_cards_i965? ( x11-drivers/xf86-video-intel ) )
101 + video_cards_mga? ( x11-drivers/xf86-video-mga )
102 + video_cards_nouveau? ( x11-drivers/xf86-video-nouveau )
103 + video_cards_nv? ( x11-drivers/xf86-video-nv )
104 + video_cards_omap? ( x11-drivers/xf86-video-omap )
105 + video_cards_qxl? ( x11-drivers/xf86-video-qxl )
106 + video_cards_nvidia? ( x11-drivers/nvidia-drivers )
107 + video_cards_r128? ( x11-drivers/xf86-video-r128 )
108 + video_cards_radeon? ( x11-drivers/xf86-video-ati )
109 + video_cards_radeonsi? ( x11-drivers/xf86-video-ati[glamor] )
110 + video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
111 + video_cards_tdfx? ( x11-drivers/xf86-video-tdfx )
112 + video_cards_tegra? ( >=x11-base/xorg-server-${PV}[glamor] )
113 + video_cards_vc4? ( >=x11-base/xorg-server-${PV}[glamor] )
114 + video_cards_vesa? ( x11-drivers/xf86-video-vesa )
115 + video_cards_via? ( x11-drivers/xf86-video-openchrome )
116 + video_cards_virtualbox? ( || (
117 + x11-drivers/xf86-video-vboxvideo
118 + x11-drivers/xf86-video-virtualbox
119 + ) )
120 + video_cards_vmware? ( x11-drivers/xf86-video-vmware )
121 + video_cards_voodoo? ( x11-drivers/xf86-video-voodoo )
122 +
123 + !x11-drivers/xf86-input-citron
124 + !x11-drivers/xf86-video-apm
125 + !x11-drivers/xf86-video-ark
126 + !x11-drivers/xf86-video-chips
127 + !x11-drivers/xf86-video-cirrus
128 + !x11-drivers/xf86-video-cyrix
129 + !x11-drivers/xf86-video-i128
130 + !x11-drivers/xf86-video-i740
131 + !x11-drivers/xf86-video-impact
132 + !x11-drivers/xf86-video-mach64
133 + !x11-drivers/xf86-video-neomagic
134 + !x11-drivers/xf86-video-newport
135 + !x11-drivers/xf86-video-nsc
136 + !x11-drivers/xf86-video-rendition
137 + !x11-drivers/xf86-video-s3
138 + !x11-drivers/xf86-video-s3virge
139 + !x11-drivers/xf86-video-savage
140 + !x11-drivers/xf86-video-sis
141 + !x11-drivers/xf86-video-sisusb
142 + !x11-drivers/xf86-video-sunbw2
143 + !x11-drivers/xf86-video-suncg14
144 + !x11-drivers/xf86-video-suncg3
145 + !x11-drivers/xf86-video-suncg6
146 + !x11-drivers/xf86-video-sunffb
147 + !x11-drivers/xf86-video-sunleo
148 + !x11-drivers/xf86-video-suntcx
149 + !x11-drivers/xf86-video-tga
150 + !x11-drivers/xf86-video-trident
151 + !x11-drivers/xf86-video-tseng
152 +
153 + !<x11-drivers/xf86-input-evdev-2.10.4
154 + !<x11-drivers/xf86-input-joystick-1.6.3
155 + !<x11-drivers/xf86-input-libinput-0.20.0
156 + !<x11-drivers/xf86-input-wacom-0.34.0
157 + !<x11-drivers/xf86-video-amdgpu-1.2.0
158 + !<x11-drivers/xf86-video-ati-7.8.0
159 + !<x11-drivers/xf86-video-glint-1.2.9
160 + !<x11-drivers/xf86-video-intel-2.99.917_p20160122
161 + !<x11-drivers/xf86-video-mga-1.6.5
162 + !<x11-drivers/xf86-video-nouveau-1.0.13
163 + !<x11-drivers/xf86-video-nv-2.1.21
164 + !<x11-drivers/xf86-video-omap-0.4.5
165 + !<x11-drivers/xf86-video-r128-6.10.2
166 + !<x11-drivers/xf86-video-siliconmotion-1.7.9
167 + !<x11-drivers/xf86-video-tdfx-1.4.7
168 + !<x11-drivers/xf86-video-virtualbox-5.1.14
169 + !<x11-drivers/xf86-video-vmware-13.2.1
170 +"