From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- .../xf86-input-synaptics-1.9.0.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild (limited to 'x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild') diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild deleted file mode 100644 index dd5bfaf3697d..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info xorg-2 - -DESCRIPTION="Driver for Synaptics touchpads" - -KEYWORDS="amd64 arm ~mips ppc ppc64 x86" -IUSE="kernel_linux" - -RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 ) - >=x11-base/xorg-server-1.14 - >=x11-libs/libXi-1.2 - >=x11-libs/libXtst-1.1.0" -DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.37 - x11-base/xorg-proto" - -DOCS=( "README" ) - -pkg_pretend() { - linux-info_pkg_setup - # Just a friendly warning - if ! linux_config_exists \ - || ! linux_chkconfig_present INPUT_EVDEV; then - echo - ewarn "This driver requires event interface support in your kernel" - ewarn " Device Drivers --->" - ewarn " Input device support --->" - ewarn " <*> Event interface" - echo - fi -} -- cgit v1.2.3