summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-13 10:01:37 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-13 10:01:37 +0000
commitcc44916f7f5edd786cbcc5971b40ad6d95a7b589 (patch)
treec8fa3440cb867094ed38a03e3b7847a97bea1f29 /x11-drivers/xf86-input-synaptics
parentppc stable (bug 317971) (diff)
downloadgentoo-2-cc44916f7f5edd786cbcc5971b40ad6d95a7b589.tar.gz
gentoo-2-cc44916f7f5edd786cbcc5971b40ad6d95a7b589.tar.bz2
gentoo-2-cc44916f7f5edd786cbcc5971b40ad6d95a7b589.zip
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
-rw-r--r--x11-drivers/xf86-input-synaptics/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.2.ebuild37
2 files changed, 44 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog
index 410d33c81904..f09c1edd8b51 100644
--- a/x11-drivers/xf86-input-synaptics/ChangeLog
+++ b/x11-drivers/xf86-input-synaptics/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.74 2012/06/09 09:10:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.75 2012/06/13 10:01:37 chithanh Exp $
+
+*xf86-input-synaptics-1.6.2 (13 Jun 2012)
+
+ 13 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-synaptics-1.6.2.ebuild:
+ Version bump.
09 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
-xf86-input-synaptics-1.3.0.ebuild, -xf86-input-synaptics-1.5.0.ebuild,
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.2.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.2.ebuild
new file mode 100644
index 000000000000..b05041346658
--- /dev/null
+++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.2.ebuild,v 1.1 2012/06/13 10:01:37 chithanh Exp $
+
+EAPI=4
+
+inherit linux-info xorg-2
+
+DESCRIPTION="Driver for Synaptics touchpads"
+HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
+
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/mtdev
+ >=x11-base/xorg-server-1.8
+ >=x11-libs/libXi-1.2
+ >=x11-libs/libXtst-1.1.0"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-2.6.37
+ >=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
+}