x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Dec 2018 16:18:33 +0000 (17:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Dec 2018 16:19:03 +0000 (17:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/arch/s390/use.mask
profiles/base/use.mask
profiles/default/bsd/use.mask
profiles/desc/input_devices.desc
profiles/embedded/make.defaults
x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
x11-base/xorg-drivers/xorg-drivers-9999.ebuild

index e69c27dbeca869e287385ada50a4f5c27979d153..015b48d992e6ae191eda9f790b878ca2f79d89d8 100644 (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
index b7fada49ea9ba2fd53ea9940633f2aece28840e5..50595c64203a5824760e25ca87114b034908fee6 100644 (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
index 804ed3af341f2f57ab50b1bb74ce4eebeb8f4f17..b72658438e2fedf27713afd1942a9d60b2fe6ccb 100644 (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
index f78bca56ee386d66ba35abbbbc2824b635a448e8..766122adf8c501bbb93b6394633e64f22b2b6028 100644 (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
index a424cbb27e126f92d3ea5f343786480ede9bb5eb..e0ee78c89ae972f5d545178773a48c6629ad4b1b 100644 (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"
index c2382d5cb06146f6b5e2f0f3d5d256b37ffec9ec..9f6935c15fd662ba05ef635e47bf42951a34b4f3 100644 (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 )
index b4f073c120638554e73ec6d1e628a6ac6d04bb40..674992cafc9184cce07914e2af35c9315ea520ab 100644 (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 )
index 99c062fe85550ea519c1d5ab77599954a24e3822..d0a348508b07a60cc5f7e2cbd073fe9f95e79233 100644 (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 )