diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-21 12:10:47 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-21 12:10:47 +0000 |
commit | adb3867b5a2b6c0e55f7c6389c1b5f649fe03dc6 (patch) | |
tree | dfad3e0c5da1994626ba0ca5ddc8034942b6b4c0 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-adb3867b5a2b6c0e55f7c6389c1b5f649fe03dc6.tar.gz gentoo-2-adb3867b5a2b6c0e55f7c6389c1b5f649fe03dc6.tar.bz2 gentoo-2-adb3867b5a2b6c0e55f7c6389c1b5f649fe03dc6.zip |
Version bumps.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
3 files changed, 83 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index 82afcdcef23e..023679aca863 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.89 2013/04/20 19:44:11 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.90 2013/05/21 12:10:47 chithanh Exp $ + +*xf86-input-synaptics-1.7.1 (21 May 2013) +*xf86-input-synaptics-1.6.4 (21 May 2013) + + 21 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-synaptics-1.6.4.ebuild, +xf86-input-synaptics-1.7.1.ebuild: + Version bumps. *xf86-input-synaptics-1.7.0 (20 Apr 2013) diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild new file mode 100644 index 000000000000..042e0128896d --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild @@ -0,0 +1,37 @@ +# 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.4.ebuild,v 1.1 2013/05/21 12:10:47 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.1.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.ebuild new file mode 100644 index 000000000000..1db4f8ea6198 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.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.1.ebuild,v 1.1 2013/05/21 12:10:47 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 +} |