summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-01-05 10:27:27 -0800
committerMatt Turner <mattst88@gentoo.org>2018-01-05 10:28:00 -0800
commitdf81de947ce30420451721ba116cef3ee090d553 (patch)
tree9bd8c1d1473eecf40c681ae8ed21e62a51fe6841 /x11-base/xorg-drivers/xorg-drivers-9999.ebuild
parentwww-client/vivaldi: Redigest (bug #643588). (diff)
downloadgentoo-df81de947ce30420451721ba116cef3ee090d553.tar.gz
gentoo-df81de947ce30420451721ba116cef3ee090d553.tar.bz2
gentoo-df81de947ce30420451721ba116cef3ee090d553.zip
x11-base/xorg-drivers: Drop ancient input drivers
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'x11-base/xorg-drivers/xorg-drivers-9999.ebuild')
-rw-r--r--x11-base/xorg-drivers/xorg-drivers-9999.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
index 2746204626d3..bfa5853479ac 100644
--- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,18 +12,12 @@ SLOT="0"
KEYWORDS=""
IUSE_INPUT_DEVICES="
- input_devices_acecad
- input_devices_aiptek
input_devices_elographics
input_devices_evdev
- input_devices_fpit
- input_devices_hyperpen
input_devices_joystick
input_devices_keyboard
input_devices_libinput
input_devices_mouse
- input_devices_mutouch
- input_devices_penmount
input_devices_tslib
input_devices_vmmouse
input_devices_void
@@ -64,18 +58,12 @@ IUSE_VIDEO_CARDS="
IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
PDEPEND="
- input_devices_acecad? ( x11-drivers/xf86-input-acecad )
- input_devices_aiptek? ( x11-drivers/xf86-input-aiptek )
input_devices_elographics? ( x11-drivers/xf86-input-elographics )
input_devices_evdev? ( x11-drivers/xf86-input-evdev )
- input_devices_fpit? ( x11-drivers/xf86-input-fpit )
- input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen )
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_mutouch? ( x11-drivers/xf86-input-mutouch )
- input_devices_penmount? ( x11-drivers/xf86-input-penmount )
input_devices_tslib? ( x11-drivers/xf86-input-tslib )
input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
input_devices_void? ( x11-drivers/xf86-input-void )