diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest deleted file mode 100644 index 7ae2d8a0b..000000000 --- a/x11-drivers/xf86-input-evdev/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 1.1.5-fix_compatibility.patch 375 RMD160 08f7341b38d6764b6e5f312300dde3c0e4d767aa SHA1 add1e5c41e691317a6b8d39851b51b2a67d50d0f SHA256 7d7639b70c70bc3bf6967ad00fea612506be108cfd2b54e4822650e782513ea9 -AUX 1.1.5-zaphod-mouse-fix.patch 291 RMD160 cf81f9646159027496aaed7e57c458b9e0da0f7c SHA1 423c33355186d0b751636d7da793ff6c9f9f912a SHA256 e598000f5fd69704f7f2cab7df1b38fac6981fe4ee6db4cc5bd98f6a741b9c3f -DIST xf86-input-evdev-1.99.2.tar.bz2 241747 RMD160 7878417e4e2988de92b1322f153202c2978c9d1f SHA1 04edb8dc741bc4b5be4a6eef4f723c61869a6beb SHA256 79bf0df91eba04aabae762ca5da3b47e571b04e715bced03035b1d0dd0ad3933 -EBUILD xf86-input-evdev-1.99.2.ebuild 996 RMD160 d58b31ad3f04cf2958c146a64517054e0c5227ed SHA1 ef6517402fd412aa4f7eb88f86fe196ac2acffca SHA256 3e290c02f744cfcde86dfbafe06fcb4ec6ee348651e8ab2790a0d8d5dacb1d3c diff --git a/x11-drivers/xf86-input-evdev/files/1.1.5-fix_compatibility.patch b/x11-drivers/xf86-input-evdev/files/1.1.5-fix_compatibility.patch deleted file mode 100644 index 8a7c76da5..000000000 --- a/x11-drivers/xf86-input-evdev/files/1.1.5-fix_compatibility.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/evdev_key.c.old 2006-11-04 17:01:57.000000000 -0700 -+++ src/evdev_key.c 2006-11-04 17:05:28.000000000 -0700 -@@ -240,9 +240,11 @@ - static void - EvdevKbdBell (int percent, DeviceIntPtr device, pointer arg, int unused) - { -+#ifdef xf86OSRingBell - KeybdCtrl *ctrl = arg; - - xf86OSRingBell(percent, ctrl->bell_pitch, ctrl->bell_duration); -+#endif - } - - static void diff --git a/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch b/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch deleted file mode 100644 index ae65acbf3..000000000 --- a/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/evdev_axes.c -+++ b/src/evdev_axes.c -@@ -683,7 +683,7 @@ - return !Success; - - for (i = 0; i < axes; i++) { -- xf86InitValuatorAxisStruct(device, i, 0, -1, 0, 0, 1); -+ xf86InitValuatorAxisStruct(device, i, -1, -1, 0, 0, 1); - xf86InitValuatorDefaults(device, i); - } - diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2.ebuild deleted file mode 100644 index 5f7b16505..000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.2.0.ebuild,v 1.8 2008/04/09 17:19:05 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="Generic Linux input driver" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86" - -RDEPEND=">=x11-base/xorg-server-1.4.0.90 - >=sys-apps/hal-0.5.10" -DEPEND="${RDEPEND} - || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) - >=x11-proto/inputproto-1.4 - x11-proto/randrproto - x11-proto/xproto" - -pkg_postinst() { - elog "If your XKB (keyboard settings) stopped working," - elog "you may uninstall this driver or move your XKB configuration." - elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/" - elog "(these will be installed with sys-apps/hal soon)," - elog "and drop it into /etc/hal/fdi/policy/" -}