From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrVkk-0005nK-O5 for garchives@archives.gentoo.org; Mon, 21 Feb 2011 13:24:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865831C009; Mon, 21 Feb 2011 13:24:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4092D1C009 for ; Mon, 21 Feb 2011 13:24:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB5631B4053 for ; Mon, 21 Feb 2011 13:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E77C98006A for ; Mon, 21 Feb 2011 13:24:29 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <88b33d08984ed2078ec25a314a8bd540bc1047ba.scarabeus@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-input-mouse/, x11-drivers/xf86-input-synaptics/, ... X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.99.901.ebuild x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.99.901.ebuild x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.99.901.ebuild X-VCS-Directories: x11-drivers/xf86-input-mouse/ x11-drivers/xf86-input-synaptics/ x11-drivers/xf86-input-keyboard/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 88b33d08984ed2078ec25a314a8bd540bc1047ba Date: Mon, 21 Feb 2011 13:24:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 46dbc4b38c89e8f146f6d8ac3ea71032 commit: 88b33d08984ed2078ec25a314a8bd540bc1047ba Author: Tomas Chvatal gentoo org> AuthorDate: Mon Feb 21 13:23:36 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Mon Feb 21 13:23:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D88b33d08 Add new RCs for input drivers. --- .../xf86-input-keyboard-1.5.99.901.ebuild | 18 +++++++++ .../xf86-input-mouse-1.6.99.901.ebuild | 17 +++++++++ .../xf86-input-synaptics-1.3.99.901.ebuild | 37 ++++++++++++++= ++++++ 3 files changed, 72 insertions(+), 0 deletions(-) diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.99.9= 01.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.99.90= 1.ebuild new file mode 100644 index 0000000..8bb0a90 --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.5.99.901.ebui= ld @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit xorg-2 + +DESCRIPTION=3D"Keyboard input driver" + +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd" +IUSE=3D"" + +RDEPEND=3D">=3Dx11-base/xorg-server-1.6.3" +DEPEND=3D"${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.99.901.ebu= ild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.99.901.ebuild new file mode 100644 index 0000000..88517e2 --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.99.901.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit xorg-2 + +DESCRIPTION=3D"X.Org driver for mouse input devices" + +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd" +IUSE=3D"" + +RDEPEND=3D">=3Dx11-base/xorg-server-1.5.99.901" +DEPEND=3D"${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.99= .901.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.9= 9.901.ebuild new file mode 100644 index 0000000..8fe2b85 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.99.901.eb= uild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit linux-info xorg-2 + +DESCRIPTION=3D"Driver for Synaptics touchpads" +HOMEPAGE=3D"http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics= /" + +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" +IUSE=3D"" + +RDEPEND=3D" + >=3Dx11-base/xorg-server-1.8 + >=3Dx11-libs/libXi-1.2 + >=3Dx11-libs/libXtst-1.1.0" +DEPEND=3D"${RDEPEND} + x11-proto/inputproto + >=3Dx11-proto/recordproto-1.14" + +DOCS=3D( "README" ) + +pkg_postinst() { + xorg-2_pkg_postinst + # 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 +}