From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B3B8D138297 for ; Fri, 4 Jan 2013 02:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB90721C00E; Fri, 4 Jan 2013 02:37:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5455721C00E for ; Fri, 4 Jan 2013 02:37:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 694DF33D9C6 for ; Fri, 4 Jan 2013 02:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ADA8CE5439 for ; Fri, 4 Jan 2013 02:37:17 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1357267043.420b352df1267e2cf8905fb1606bf38207964cb0.chithead@gentoo> 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: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 420b352df1267e2cf8905fb1606bf38207964cb0 X-VCS-Branch: master Date: Fri, 4 Jan 2013 02:37:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8581e14-6150-46cd-a5d9-4c0a01db768e X-Archives-Hash: 0d01e7e2fa1a77abee50d398ba4dbd26 commit: 420b352df1267e2cf8905fb1606bf38207964cb0 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Fri Jan 4 02:37:23 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Fri Jan 4 02:37:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=420b352d x11-drivers/xf86-input-wacom: sync with portage for cosmetic and keyword changes. --- .../xf86-input-wacom/xf86-input-wacom-9999.ebuild | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 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 fdc3210..85010ec 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-wacom/xf86-input-wacom-0.10.8-r1.ebuild,v 1.2 2011/02/20 10:54:27 ssuominen Exp $ +# $Header: $ EAPI=4 @@ -13,34 +13,30 @@ EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}" [[ ${PV} != 9999* ]] && \ SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" -RDEPEND="!x11-drivers/linuxwacom - >=x11-base/xorg-server-1.7 +RDEPEND=">=x11-base/xorg-server-1.7 x11-libs/libX11 x11-libs/libXext x11-libs/libXi - x11-libs/libXrandr" + x11-libs/libXrandr + x11-libs/libXinerama" DEPEND="${RDEPEND} x11-proto/randrproto" pkg_setup() { linux-info_pkg_setup - xorg-2_pkg_setup -} -src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable debug) ) - xorg-2_src_configure } src_install() { xorg-2_src_install - rm -rf "${D}"/usr/share/hal + rm -rf "${ED}"/usr/share/hal } pkg_pretend() { @@ -55,7 +51,7 @@ pkg_pretend() { ewarn " Input device support --->" ewarn " <*> Event interface" ewarn " [*] Tablets --->" - ewarn " <*> Wacom Intuos/Graphire tablet support (USB)" + ewarn " <*> Wacom Intuos/Graphire tablet support (USB)" echo fi }