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 1PuUjT-0002jw-KR for garchives@archives.gentoo.org; Tue, 01 Mar 2011 18:55:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A5D1C01B; Tue, 1 Mar 2011 18:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D64D1C01B for ; Tue, 1 Mar 2011 18:55: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 D195D1B4017 for ; Tue, 1 Mar 2011 18:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 48DC18006A for ; Tue, 1 Mar 2011 18:55:30 +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: Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-input-wacom/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild X-VCS-Directories: x11-drivers/xf86-input-wacom/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: bb58344ac9efeabc63d4740feac4f1477429bfe3 Date: Tue, 1 Mar 2011 18:55:30 +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: b6ab1122820332b30b1ae19da1d48d9c commit: bb58344ac9efeabc63d4740feac4f1477429bfe3 Author: Tomas Chvatal gentoo org> AuthorDate: Tue Mar 1 18:55:23 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue Mar 1 18:55:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dbb58344a [x11-drivers/xf86-input-wacom] sync with main tree --- .../xf86-input-wacom/xf86-input-wacom-9999.ebuild | 32 +++++++++++---= ----- 1 files changed, 18 insertions(+), 14 deletions(-) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild b/= x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild index b40e189..a41005d 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild @@ -1,30 +1,35 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-inp= ut-wacom-0.10.8-r1.ebuild,v 1.2 2011/02/20 10:54:27 ssuominen Exp $ =20 EAPI=3D4 + inherit linux-info xorg-2 =20 DESCRIPTION=3D"Driver for Wacom tablets and drawing devices" +HOMEPAGE=3D"http://linuxwacom.sourceforge.net/" LICENSE=3D"GPL-2" EGIT_REPO_URI=3D"git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom= /${PN}" [[ ${PV} !=3D 9999* ]] && \ SRC_URI=3D"mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2" =20 KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" -IUSE=3D"hal debug" - -COMMON_DEPEND=3D">=3Dx11-base/xorg-server-1.6 - hal? ( sys-apps/hal )" -RDEPEND=3D"${COMMON_DEPEND} - !x11-drivers/linuxwacom" -DEPEND=3D"${COMMON_DEPEND} +IUSE=3D"debug" + +RDEPEND=3D"!x11-drivers/linuxwacom + >=3Dx11-base/xorg-server-1.7 + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXrandr" +DEPEND=3D"${RDEPEND} x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto x11-proto/xproto" =20 pkg_setup() { linux-info_pkg_setup - xorg-2_pkg_setup =20 CONFIGURE_OPTIONS=3D"$(use_enable debug)" } @@ -32,16 +37,15 @@ pkg_setup() { src_install() { xorg-2_src_install =20 - use hal || rm -fr "${D}/usr/share/hal" - + rm -rf "${D}"/usr/share/hal } =20 pkg_postinst() { xorg-2_pkg_postinst =20 if ! linux_config_exists \ - || ! linux_chkconfig_present TABLET_USB_WACOM \ - || ! linux_chkconfig_present INPUT_EVDEV; then + || ! linux_chkconfig_present TABLET_USB_WACOM \ + || ! linux_chkconfig_present INPUT_EVDEV; then echo ewarn "If you use a USB Wacom tablet, you need to enable support in yo= ur kernel" ewarn " Device Drivers --->"