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 53788138A2D for ; Thu, 14 Feb 2013 16:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA2A21C014; Thu, 14 Feb 2013 16:30:44 +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 1BC9F21C014 for ; Thu, 14 Feb 2013 16:30:43 +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 03E7333E6D3 for ; Thu, 14 Feb 2013 16:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89EBBE407B for ; Thu, 14 Feb 2013 16:30:41 +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: <1360859173.60f99671febf3ab9e3a75661a14f74c9b6ac18e1.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wacomtablet/ X-VCS-Repository: proj/kde X-VCS-Files: 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: 60f99671febf3ab9e3a75661a14f74c9b6ac18e1 X-VCS-Branch: master Date: Thu, 14 Feb 2013 16:30:41 +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: b6642744-bca9-47a4-910e-c69327575dcd X-Archives-Hash: 1207525e65d447b424e9160ed6393827 commit: 60f99671febf3ab9e3a75661a14f74c9b6ac18e1 Author: Chris Reffett gentoo org> AuthorDate: Thu Feb 14 16:26:13 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Thu Feb 14 16:26:13 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=60f99671 [kde-misc/wacomtablet] 1.3.7.2 moved to tree Package-Manager: portage-2.2.0_alpha163 --- kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild | 29 ----------------------- 1 files changed, 0 insertions(+), 29 deletions(-) diff --git a/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild b/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild deleted file mode 100644 index 0bc1c60..0000000 --- a/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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}