chithanh    14/03/25 14:40:08

  Modified:             ChangeLog
  Added:                xf86-input-synaptics-1.7.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.98                 x11-drivers/xf86-input-synaptics/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.98&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.98&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   26 Jan 2014 19:49:57 -0000      1.97
+++ ChangeLog   25 Mar 2014 14:40:07 -0000      1.98
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.97 
2014/01/26 19:49:57 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.98 
2014/03/25 14:40:07 chithanh Exp $
+
+*xf86-input-synaptics-1.7.4 (25 Mar 2014)
+
+  25 Mar 2014; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
+  +xf86-input-synaptics-1.7.4.ebuild:
+  Version bump.
 
 *xf86-input-synaptics-1.7.3 (26 Jan 2014)
 



1.1                  
x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild?rev=1.1&content-type=text/plain

Index: xf86-input-synaptics-1.7.4.ebuild
===================================================================
# Copyright 1999-2014 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.7.4.ebuild,v
 1.1 2014/03/25 14:40:07 chithanh Exp $

EAPI=5

inherit linux-info xorg-2

DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/";

KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="sys-libs/mtdev
        >=x11-base/xorg-server-1.12
        >=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
}




Reply via email to