chithanh 15/02/04 17:22:57 Modified: ChangeLog Added: xf86-input-synaptics-1.7.8.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.109 x11-drivers/xf86-input-synaptics/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 11 Jan 2015 13:30:33 -0000 1.108 +++ ChangeLog 4 Feb 2015 17:22:57 -0000 1.109 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-synaptics # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.108 2015/01/11 13:30:33 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.109 2015/02/04 17:22:57 chithanh Exp $ + +*xf86-input-synaptics-1.7.8 (04 Feb 2015) + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + +xf86-input-synaptics-1.7.8.ebuild: + Version bump. 11 Jan 2015; Chí-Thanh Christopher Nguyễn <[email protected]> -xf86-input-synaptics-1.4.0.ebuild: 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.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.8.ebuild?rev=1.1&content-type=text/plain Index: xf86-input-synaptics-1.7.8.ebuild =================================================================== # Copyright 1999-2015 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.8.ebuild,v 1.1 2015/02/04 17:22:57 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 }
