Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/, profiles/base/, x11-base/xorg-drivers/, profiles/desc/, ...
Date: Tue, 11 Dec 2018 16:20:33
Message-Id: 1544545143.cf1808147751ddb95788f2c3b30ab4d62dbe343b.mgorny@gentoo
1 commit: cf1808147751ddb95788f2c3b30ab4d62dbe343b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 16:18:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 16:19:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf180814
7
8 x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/s390/use.mask | 3 +--
13 profiles/base/use.mask | 6 +-----
14 profiles/default/bsd/use.mask | 3 +--
15 profiles/desc/input_devices.desc | 3 +--
16 profiles/embedded/make.defaults | 2 +-
17 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 2 --
18 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 2 --
19 x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 2 --
20 8 files changed, 5 insertions(+), 18 deletions(-)
21
22 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
23 index e69c27dbeca..015b48d992e 100644
24 --- a/profiles/arch/s390/use.mask
25 +++ b/profiles/arch/s390/use.mask
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 # Unmask the flag which corresponds to ARCH.
32 @@ -92,7 +92,6 @@ input_devices_keyboard
33 input_devices_mouse
34 input_devices_vmmouse
35 input_devices_synaptics
36 -input_devices_tslib
37 input_devices_wacom
38 video_cards_amdgpu
39 video_cards_fbdev
40
41 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
42 index b7fada49ea9..50595c64203 100644
43 --- a/profiles/base/use.mask
44 +++ b/profiles/base/use.mask
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 # This file is only for generic masks. For arch-specific masks (i.e.
51 @@ -8,10 +8,6 @@
52 # d3d9 only works on amd64/x86.
53 d3d9
54
55 -# Matt Turner <mattst88@g.o> (02 Nov 2018)
56 -# xf86-input-tslib is dead and is masked for removal. Bug #664096
57 -input_devices_tslib
58 -
59 # Aaron W. Swenson <titanofold@g.o> (09 Sep 2018)
60 # Mask PostgreSQL 12 while in (pre-)alpha.
61 postgres_targets_postgres12
62
63 diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask
64 index 804ed3af341..b72658438e2 100644
65 --- a/profiles/default/bsd/use.mask
66 +++ b/profiles/default/bsd/use.mask
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2017 Gentoo Foundation.
69 +# Copyright 1999-2018 Gentoo Authors.
70 # Distributed under the terms of the GNU General Public License, v2
71
72 # Mart Raudsepp <leio@g.o>
73 @@ -56,7 +56,6 @@ tslib
74
75 # Mask Xorg-modular drivers that are Linux-specific
76 input_devices_evdev
77 -input_devices_tslib
78 input_devices_synaptics
79 input_devices_vmmouse
80 video_cards_vmware
81
82 diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
83 index f78bca56ee3..766122adf8c 100644
84 --- a/profiles/desc/input_devices.desc
85 +++ b/profiles/desc/input_devices.desc
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2015 Gentoo Foundation.
88 +# Copyright 1999-2018 Gentoo Authors.
89 # Distributed under the terms of the GNU General Public License v2
90
91 # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags.
92 @@ -32,7 +32,6 @@ roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro inpu
93 roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices
94 roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices
95 synaptics - INPUT_DEVICES setting to build driver for synaptics input devices
96 -tslib - INPUT_DEVICES setting to build driver for tslib input devices
97 vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices
98 void - INPUT_DEVICES setting to build driver for void/dummy input devices
99 wacom - INPUT_DEVICES setting to build driver for wacom input devices
100
101 diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
102 index a424cbb27e1..e0ee78c89ae 100644
103 --- a/profiles/embedded/make.defaults
104 +++ b/profiles/embedded/make.defaults
105 @@ -10,7 +10,7 @@ EBEEP_IGNORE="1"
106 PORTAGE_WORKDIR_MODE="2775"
107 PORTAGE_ECLASS_WARNING_ENABLE="0"
108
109 -INPUT_DEVICES="evdev mouse keyboard tslib"
110 +INPUT_DEVICES="evdev mouse keyboard"
111 VIDEO_CARDS="fbdev"
112 KERNEL="linux"
113 USERLAND="GNU"
114
115 diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
116 index c2382d5cb06..9f6935c15fd 100644
117 --- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
118 +++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
119 @@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
120 input_devices_keyboard
121 input_devices_libinput
122 input_devices_mouse
123 - input_devices_tslib
124 input_devices_vmmouse
125 input_devices_void
126 input_devices_synaptics
127 @@ -65,7 +64,6 @@ PDEPEND="
128 input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
129 input_devices_libinput? ( x11-drivers/xf86-input-libinput )
130 input_devices_mouse? ( x11-drivers/xf86-input-mouse )
131 - input_devices_tslib? ( x11-drivers/xf86-input-tslib )
132 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
133 input_devices_void? ( x11-drivers/xf86-input-void )
134 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
135
136 diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
137 index b4f073c1206..674992cafc9 100644
138 --- a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
139 +++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
140 @@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
141 input_devices_keyboard
142 input_devices_libinput
143 input_devices_mouse
144 - input_devices_tslib
145 input_devices_vmmouse
146 input_devices_void
147 input_devices_synaptics
148 @@ -64,7 +63,6 @@ PDEPEND="
149 input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
150 input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 )
151 input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
152 - input_devices_tslib? ( x11-drivers/xf86-input-tslib )
153 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
154 input_devices_void? ( x11-drivers/xf86-input-void )
155 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
156
157 diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
158 index 99c062fe855..d0a348508b0 100644
159 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
160 +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
161 @@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
162 input_devices_keyboard
163 input_devices_libinput
164 input_devices_mouse
165 - input_devices_tslib
166 input_devices_vmmouse
167 input_devices_void
168 input_devices_synaptics
169 @@ -64,7 +63,6 @@ PDEPEND="
170 input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
171 input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 )
172 input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
173 - input_devices_tslib? ( x11-drivers/xf86-input-tslib )
174 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
175 input_devices_void? ( x11-drivers/xf86-input-void )
176 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )