From 28f274b95b32c8124ca5ba01131216c2ce84f8dd Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Thu, 3 May 2012 22:50:55 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- x11-drivers/xf86-input-synaptics/ChangeLog | 8 ++++- .../xf86-input-synaptics-1.5.99.902.ebuild | 37 ---------------------- .../xf86-input-synaptics-1.6.0.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 38 deletions(-) delete mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.99.902.ebuild create mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index 47c7afa05832..10ab08ef9b3c 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.70 2012/03/29 14:44:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.71 2012/05/03 22:50:55 chithanh Exp $ + +*xf86-input-synaptics-1.6.0 (03 May 2012) + + 03 May 2012; Chí-Thanh Christopher Nguyễn + +xf86-input-synaptics-1.6.0.ebuild, -xf86-input-synaptics-1.5.99.902.ebuild: + Version bump. *xf86-input-synaptics-1.5.2 (29 Mar 2012) diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.99.902.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.99.902.ebuild deleted file mode 100644 index 2c61fb7c6b52..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.99.902.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.5.99.902.ebuild,v 1.1 2012/03/23 15:27:32 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 ~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 -} diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild new file mode 100644 index 000000000000..45dca17e946f --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.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.0.ebuild,v 1.1 2012/05/03 22:50:55 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 ~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 +} -- cgit v1.2.3-65-gdbad