chithanh 14/05/14 16:42:20
Modified: ChangeLog
Added: xf86-input-synaptics-1.7.6.ebuild
xf86-input-synaptics-1.8.0.ebuild
Removed: xf86-input-synaptics-1.7.2.ebuild
xf86-input-synaptics-1.6.2-r1.ebuild
xf86-input-synaptics-1.7.3.ebuild
Log:
Version bumps. Drop some old versions.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.104 x11-drivers/xf86-input-synaptics/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.104&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.104&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 16 Apr 2014 07:44:06 -0000 1.103
+++ ChangeLog 14 May 2014 16:42:20 -0000 1.104
@@ -1,6 +1,16 @@
# 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.103
2014/04/16 07:44:06 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.104
2014/05/14 16:42:20 chithanh Exp $
+
+*xf86-input-synaptics-1.7.6 (14 May 2014)
+*xf86-input-synaptics-1.8.0 (14 May 2014)
+
+ 14 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
+ +xf86-input-synaptics-1.7.6.ebuild, +xf86-input-synaptics-1.8.0.ebuild,
+ -files/xf86-input-synaptics-1.6.2-reset-num_active_touches.patch,
+ -xf86-input-synaptics-1.6.2-r1.ebuild, -xf86-input-synaptics-1.7.2.ebuild,
+ -xf86-input-synaptics-1.7.3.ebuild:
+ Version bumps. Drop some old versions.
16 Apr 2014; Agostino Sarubbo <[email protected]>
xf86-input-synaptics-1.7.4.ebuild:
1.1
x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.6.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.6.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-synaptics-1.7.6.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.6.ebuild,v
1.1 2014/05/14 16:42:20 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 ~hppa ~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
}
1.1
x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.0.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.0.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-synaptics-1.8.0.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.0.ebuild,v
1.1 2014/05/14 16:42:20 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
}