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