chithanh 14/10/23 13:44:10
Modified: ChangeLog
Added: xf86-input-synaptics-1.8.1.ebuild
Removed: xf86-input-synaptics-1.8.0.ebuild
xf86-input-synaptics-1.7.1.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0x2324E7B566DF2611!)
Revision Changes Path
1.107 x11-drivers/xf86-input-synaptics/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.107&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.107&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 8 Jun 2014 09:15:48 -0000 1.106
+++ ChangeLog 23 Oct 2014 13:44:10 -0000 1.107
@@ -1,6 +1,13 @@
# 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.106
2014/06/08 09:15:48 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.107
2014/10/23 13:44:10 chithanh Exp $
+
+*xf86-input-synaptics-1.8.1 (23 Oct 2014)
+
+ 23 Oct 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
+ +xf86-input-synaptics-1.8.1.ebuild, -xf86-input-synaptics-1.7.1.ebuild,
+ -xf86-input-synaptics-1.8.0.ebuild:
+ Version bump. Remove old.
08 Jun 2014; Agostino Sarubbo <[email protected]>
xf86-input-synaptics-1.7.4.ebuild:
1.1
x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-synaptics-1.8.1.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.8.1.ebuild,v
1.1 2014/10/23 13:44:10 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="kernel_linux"
RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 )
>=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
}