From f28a763306d61bcae291c0531e665d7d0207af81 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Tue, 10 Dec 2013 19:25:53 +0000 Subject: Version bump. Remove old. (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) --- x11-drivers/xf86-input-synaptics/ChangeLog | 9 ++++- .../xf86-input-synaptics-1.6.3.ebuild | 37 --------------------- .../xf86-input-synaptics-1.7.0.ebuild | 38 ---------------------- .../xf86-input-synaptics-1.7.2.ebuild | 38 ++++++++++++++++++++++ 4 files changed, 46 insertions(+), 76 deletions(-) delete mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.3.ebuild delete mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.0.ebuild create mode 100644 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index 084af9fd2d0d..374804e62e3f 100644 --- a/x11-drivers/xf86-input-synaptics/ChangeLog +++ b/x11-drivers/xf86-input-synaptics/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-input-synaptics # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.95 2013/10/08 05:05:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.96 2013/12/10 19:25:53 chithanh Exp $ + +*xf86-input-synaptics-1.7.2 (10 Dec 2013) + + 10 Dec 2013; Chí-Thanh Christopher Nguyễn + +xf86-input-synaptics-1.7.2.ebuild, -xf86-input-synaptics-1.6.3.ebuild, + -xf86-input-synaptics-1.7.0.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo xf86-input-synaptics-1.7.1.ebuild: diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.3.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.3.ebuild deleted file mode 100644 index c2ec74fadd4e..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 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.3.ebuild,v 1.1 2013/02/18 20:23:16 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.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.7.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.0.ebuild deleted file mode 100644 index 825b96aaf34c..000000000000 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 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.0.ebuild,v 1.1 2013/04/20 19:44:11 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 -} diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild new file mode 100644 index 000000000000..134e13f9f281 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 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.2.ebuild,v 1.1 2013/12/10 19:25:53 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 +} -- cgit v1.2.3-65-gdbad