x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2018-12-11 17:18:33 +01:00
parent 39c38c5c6b
commit cf18081477
8 changed files with 5 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Unmask the flag which corresponds to ARCH.
@@ -92,7 +92,6 @@ input_devices_keyboard
input_devices_mouse
input_devices_vmmouse
input_devices_synaptics
input_devices_tslib
input_devices_wacom
video_cards_amdgpu
video_cards_fbdev

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file is only for generic masks. For arch-specific masks (i.e.
@@ -8,10 +8,6 @@
# d3d9 only works on amd64/x86.
d3d9
# Matt Turner <mattst88@gentoo.org> (02 Nov 2018)
# xf86-input-tslib is dead and is masked for removal. Bug #664096
input_devices_tslib
# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
# Mask PostgreSQL 12 while in (pre-)alpha.
postgres_targets_postgres12

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation.
# Copyright 1999-2018 Gentoo Authors.
# Distributed under the terms of the GNU General Public License, v2
# Mart Raudsepp <leio@gentoo.org>
@@ -56,7 +56,6 @@ tslib
# Mask Xorg-modular drivers that are Linux-specific
input_devices_evdev
input_devices_tslib
input_devices_synaptics
input_devices_vmmouse
video_cards_vmware

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation.
# Copyright 1999-2018 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of INPUT_DEVICES USE_EXPAND flags.
@@ -32,7 +32,6 @@ roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro inpu
roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices
roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices
synaptics - INPUT_DEVICES setting to build driver for synaptics input devices
tslib - INPUT_DEVICES setting to build driver for tslib input devices
vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices
void - INPUT_DEVICES setting to build driver for void/dummy input devices
wacom - INPUT_DEVICES setting to build driver for wacom input devices

View File

@@ -10,7 +10,7 @@ EBEEP_IGNORE="1"
PORTAGE_WORKDIR_MODE="2775"
PORTAGE_ECLASS_WARNING_ENABLE="0"
INPUT_DEVICES="evdev mouse keyboard tslib"
INPUT_DEVICES="evdev mouse keyboard"
VIDEO_CARDS="fbdev"
KERNEL="linux"
USERLAND="GNU"

View File

@@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
input_devices_keyboard
input_devices_libinput
input_devices_mouse
input_devices_tslib
input_devices_vmmouse
input_devices_void
input_devices_synaptics
@@ -65,7 +64,6 @@ PDEPEND="
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 )

View File

@@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
input_devices_keyboard
input_devices_libinput
input_devices_mouse
input_devices_tslib
input_devices_vmmouse
input_devices_void
input_devices_synaptics
@@ -64,7 +63,6 @@ PDEPEND="
input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 )
input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
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 )

View File

@@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
input_devices_keyboard
input_devices_libinput
input_devices_mouse
input_devices_tslib
input_devices_vmmouse
input_devices_void
input_devices_synaptics
@@ -64,7 +63,6 @@ PDEPEND="
input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 )
input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
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 )