summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-12-10 19:25:53 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-12-10 19:25:53 +0000
commitf28a763306d61bcae291c0531e665d7d0207af81 (patch)
treec06bfe78d8755c1d7c8c57725f6875a4f62f9d8f /x11-drivers
parentVersion bump. Remove old. (diff)
downloadgentoo-2-f28a763306d61bcae291c0531e665d7d0207af81.tar.gz
gentoo-2-f28a763306d61bcae291c0531e665d7d0207af81.tar.bz2
gentoo-2-f28a763306d61bcae291c0531e665d7d0207af81.zip
Version bump. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-synaptics/ChangeLog9
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.3.ebuild37
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild (renamed from x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.0.ebuild)2
3 files changed, 9 insertions, 39 deletions
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 <chithanh@gentoo.org>
+ +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 <ago@gentoo.org>
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.2.ebuild
index 825b96aaf34c..134e13f9f281 100644
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.0.ebuild
+++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.2.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $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