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 0C2D0138499 for ; Tue, 15 Jan 2013 00:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 683A221C007; Tue, 15 Jan 2013 00:53:56 +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 08CC721C007 for ; Tue, 15 Jan 2013 00:53:55 +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 DDF3C33DA80 for ; Tue, 15 Jan 2013 00:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7E796E4073 for ; Tue, 15 Jan 2013 00:53:53 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1358211128.e66fc38fcc64042fef85beed4ebd7f8ff0036afd.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wacomtablet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/wacomtablet/metadata.xml kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild X-VCS-Directories: kde-misc/wacomtablet/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: e66fc38fcc64042fef85beed4ebd7f8ff0036afd X-VCS-Branch: master Date: Tue, 15 Jan 2013 00:53:53 +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: 88311b0e-8d87-42b7-a8f7-828cc0af9f0d X-Archives-Hash: ee0ea0f03959244d8baf8bb3d3f09ae8 commit: e66fc38fcc64042fef85beed4ebd7f8ff0036afd Author: Chris Reffett gentoo org> AuthorDate: Tue Jan 15 00:52:08 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Tue Jan 15 00:52:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e66fc38f [kde-misc/wacomtablet] Bump to 1.3.7.2 for testing. Package-Manager: portage-2.2.0_alpha152 --- kde-misc/wacomtablet/metadata.xml | 5 ++++ kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild | 29 +++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/kde-misc/wacomtablet/metadata.xml b/kde-misc/wacomtablet/metadata.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/kde-misc/wacomtablet/metadata.xml @@ -0,0 +1,5 @@ + + + +kde + diff --git a/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild b/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild new file mode 100644 index 0000000..0bc1c60 --- /dev/null +++ b/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +MY_P=${PN}-v${PV} +KDE_LINGUAS="bs cs da de el en_GB eo es et fi fr ga hu ja kk km lt mai nb nds nl pa pl pt +pt_BR ro sk sl sv tr ug uk zh_CN zh_TW" +KDE_HANDBOOK="optional" +inherit kde4-base versionator +MY_PV="$(replace_version_separator 3 '-')" +MY_P=${PN}-${MY_PV} + +DESCRIPTION="KControl module for wacom tablets" +HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/114856-${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="sys-devel/gettext" +RDEPEND="${DEPEND} + >=x11-drivers/xf86-input-wacom-0.11.0 +" + +S=${WORKDIR}/${MY_P}