commit:     4548435279846aa6b1a644ca28931751fa21ecf6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 07:03:00 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 07:06:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45484352

Revert "x11-base/xorg-drivers: Drop old versions"

This reverts commit 9b4b225eca70efcb83ca45545acb41e4318eba28.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 137 +++++++++++++++++++++++++
 1 file changed, 137 insertions(+)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
new file mode 100644
index 00000000000..c2382d5cb06
--- /dev/null
+++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Meta package containing deps on all xorg drivers"
+HOMEPAGE="https://www.gentoo.org/";
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE_INPUT_DEVICES="
+       input_devices_elographics
+       input_devices_evdev
+       input_devices_joystick
+       input_devices_keyboard
+       input_devices_libinput
+       input_devices_mouse
+       input_devices_tslib
+       input_devices_vmmouse
+       input_devices_void
+       input_devices_synaptics
+       input_devices_wacom
+"
+IUSE_VIDEO_CARDS="
+       video_cards_amdgpu
+       video_cards_ast
+       video_cards_dummy
+       video_cards_fbdev
+       video_cards_freedreno
+       video_cards_geode
+       video_cards_glint
+       video_cards_i915
+       video_cards_i965
+       video_cards_intel
+       video_cards_mga
+       video_cards_newport
+       video_cards_nouveau
+       video_cards_nv
+       video_cards_omap
+       video_cards_qxl
+       video_cards_r128
+       video_cards_radeon
+       video_cards_radeonsi
+       video_cards_siliconmotion
+       video_cards_tdfx
+       video_cards_tegra
+       video_cards_vesa
+       video_cards_via
+       video_cards_vc4
+       video_cards_virtualbox
+       video_cards_vmware
+       video_cards_voodoo
+       video_cards_nvidia
+"
+
+IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
+
+PDEPEND="
+       input_devices_elographics? ( x11-drivers/xf86-input-elographics )
+       input_devices_evdev?       ( x11-drivers/xf86-input-evdev )
+       input_devices_joystick?    ( x11-drivers/xf86-input-joystick )
+       input_devices_keyboard?    ( x11-drivers/xf86-input-keyboard )
+       input_devices_libinput?    ( x11-drivers/xf86-input-libinput )
+       input_devices_mouse?       ( x11-drivers/xf86-input-mouse )
+       input_devices_tslib?       ( x11-drivers/xf86-input-tslib )
+       input_devices_vmmouse?     ( x11-drivers/xf86-input-vmmouse )
+       input_devices_void?        ( x11-drivers/xf86-input-void )
+       input_devices_synaptics?   ( x11-drivers/xf86-input-synaptics )
+       input_devices_wacom?       ( x11-drivers/xf86-input-wacom )
+
+       video_cards_amdgpu?        ( x11-drivers/xf86-video-amdgpu )
+       video_cards_ast?           ( x11-drivers/xf86-video-ast )
+       video_cards_dummy?         ( x11-drivers/xf86-video-dummy )
+       video_cards_fbdev?         ( x11-drivers/xf86-video-fbdev )
+       video_cards_freedreno?     ( >=x11-base/xorg-server-${PV}[glamor] )
+       video_cards_geode?         ( x11-drivers/xf86-video-geode )
+       video_cards_glint?         ( x11-drivers/xf86-video-glint )
+       video_cards_i915?          ( x11-drivers/xf86-video-intel )
+       video_cards_i965?          ( >=x11-base/xorg-server-${PV}[glamor] )
+       video_cards_intel?         ( !video_cards_i965? ( 
x11-drivers/xf86-video-intel ) )
+       video_cards_mga?           ( x11-drivers/xf86-video-mga )
+       video_cards_newport?       ( x11-drivers/xf86-video-newport )
+       video_cards_nouveau?       ( x11-drivers/xf86-video-nouveau )
+       video_cards_nv?            ( x11-drivers/xf86-video-nv )
+       video_cards_omap?          ( x11-drivers/xf86-video-omap )
+       video_cards_qxl?           ( x11-drivers/xf86-video-qxl )
+       video_cards_nvidia?        ( x11-drivers/nvidia-drivers )
+       video_cards_r128?          ( x11-drivers/xf86-video-r128 )
+       video_cards_radeon?        ( x11-drivers/xf86-video-ati )
+       video_cards_radeonsi?      ( x11-drivers/xf86-video-ati[glamor] )
+       video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
+       video_cards_tdfx?          ( x11-drivers/xf86-video-tdfx )
+       video_cards_tegra?         ( >=x11-base/xorg-server-${PV}[glamor] )
+       video_cards_vc4?           ( >=x11-base/xorg-server-${PV}[glamor] )
+       video_cards_vesa?          ( x11-drivers/xf86-video-vesa )
+       video_cards_via?           ( x11-drivers/xf86-video-openchrome )
+       video_cards_virtualbox?    ( x11-drivers/xf86-video-vboxvideo )
+       video_cards_vmware?        ( x11-drivers/xf86-video-vmware )
+       video_cards_voodoo?        ( x11-drivers/xf86-video-voodoo )
+
+       !x11-drivers/xf86-input-citron
+       !x11-drivers/xf86-video-cyrix
+       !x11-drivers/xf86-video-impact
+       !x11-drivers/xf86-video-ivtv
+       !x11-drivers/xf86-video-nsc
+       !x11-drivers/xf86-video-sunbw2
+
+       !<=x11-drivers/xf86-video-ark-0.7.5
+       !<=x11-drivers/xf86-video-newport-0.2.4
+
+       !<x11-drivers/xf86-input-evdev-2.10.4
+       !<x11-drivers/xf86-input-joystick-1.6.3
+       !<x11-drivers/xf86-input-libinput-0.20.0
+       !<x11-drivers/xf86-input-wacom-0.34.0
+       !<x11-drivers/xf86-video-amdgpu-1.2.0
+       !<x11-drivers/xf86-video-ati-7.8.0
+       !<x11-drivers/xf86-video-chips-1.2.7
+       !<x11-drivers/xf86-video-glint-1.2.9
+       !<x11-drivers/xf86-video-i740-1.3.6
+       !<x11-drivers/xf86-video-intel-2.99.917_p20160122
+       !<x11-drivers/xf86-video-mga-1.6.5
+       !<x11-drivers/xf86-video-nouveau-1.0.13
+       !<x11-drivers/xf86-video-nv-2.1.21
+       !<x11-drivers/xf86-video-omap-0.4.5
+       !<x11-drivers/xf86-video-r128-6.10.2
+       !<x11-drivers/xf86-video-savage-2.3.9
+       !<x11-drivers/xf86-video-siliconmotion-1.7.9
+       !<x11-drivers/xf86-video-sis-0.10.9
+       !<x11-drivers/xf86-video-sisusb-0.9.7
+       !<x11-drivers/xf86-video-sunleo-1.2.2
+       !<x11-drivers/xf86-video-tdfx-1.4.7
+       !<x11-drivers/xf86-video-trident-1.3.8
+       !<x11-drivers/xf86-video-vmware-13.2.1
+"

Reply via email to