summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild')
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-}