diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-11 19:18:51 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-16 13:36:33 -0700 |
commit | 1f611c426db7d57968ee6198e15201af0288c62e (patch) | |
tree | ae0d1720d4a9b7e7db184342095ad9346ec274c1 /x11-drivers/xf86-input-synaptics | |
parent | x11-drivers/xf86-input-mouse: Drop old versions (diff) | |
download | gentoo-1f611c426db7d57968ee6198e15201af0288c62e.tar.gz gentoo-1f611c426db7d57968ee6198e15201af0288c62e.tar.bz2 gentoo-1f611c426db7d57968ee6198e15201af0288c62e.zip |
x11-drivers/xf86-input-synaptics: Drop old versions
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
3 files changed, 0 insertions, 76 deletions
diff --git a/x11-drivers/xf86-input-synaptics/Manifest b/x11-drivers/xf86-input-synaptics/Manifest index 7b612fa1da9a..09873e18b8e7 100644 --- a/x11-drivers/xf86-input-synaptics/Manifest +++ b/x11-drivers/xf86-input-synaptics/Manifest @@ -1,3 +1 @@ -DIST xf86-input-synaptics-1.8.2.tar.bz2 484261 SHA256 7b0e164ebd02a680e0c695955e783059f37edb0c2656398e0a972adc8e698c80 SHA512 b8880e229437586e9be34aa26f1cfdac20de009caf85a95db39b0232221baf4dee670b2740b1946356fcbfb0bcc2515092daffaab826b3460698c28b48e20a12 WHIRLPOOL 9cbc809e5386c4d65394b5bcc8b3f569a0b754e04f9738a6ada3e7753ef9f8cfee81fddc62de15a99e36410116be935207e5947cd7bf969d2215b8e979d02e77 -DIST xf86-input-synaptics-1.8.3.tar.bz2 484026 SHA256 d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01 SHA512 84924592acf5b107e9e0121cdcdaa92318ebb605a74f6d80eff67f4faf70be58d1655afaf61a93fd54554ef70ab78ad3726e1bda2bc6fddddd6754caca4f75c0 WHIRLPOOL a2f40a0b26cae16b8e6a5c7ca982a170a623a65bedc8d20a281f30f4143d67ba07b87fd462e9ff0138aedc7f640e255f4b2f6e5e53ddd7becc5727eef85501c7 DIST xf86-input-synaptics-1.9.0.tar.bz2 501814 SHA256 afba3289d7a40217a19d90db98ce181772f9ca6d77e1898727b0afcf02073b5a SHA512 71171ce59136b1c85764d412f9039d6252c94bb2ba44c8c6348aef6509d12219ea17a026440b0e18d26f4d7853d4ca5713eb2404d39deebb8be82886ad57bad4 WHIRLPOOL 56ad2949ac43ceb7492be6f67e2cf8d2b98e6c53aaacde221dc9a493022002d702708ca0b022b992a332322c17f28523ca6e9e4a0825d5c0f90cc92cda05beb0 diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild deleted file mode 100644 index e9cb457b968c..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info xorg-2 - -DESCRIPTION="Driver for Synaptics touchpads" -HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" - -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-proto/inputproto-2.1.99.3 - >=x11-proto/recordproto-1.14" - -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 -} diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild deleted file mode 100644 index 1537d1784792..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info xorg-2 - -DESCRIPTION="Driver for Synaptics touchpads" -HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" - -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-proto/inputproto-2.1.99.3 - >=x11-proto/recordproto-1.14" - -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 -} |