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