summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-20 20:48:28 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-20 20:48:28 +0000
commit9b794aa94d0a3e61e1896f99df816075525d3e44 (patch)
treefd38d2d0ba6001c8905dcf4174956309c5d5b9c4 /kde-misc
parentInitial version, based on perl-cleaner (diff)
downloadgentoo-2-9b794aa94d0a3e61e1896f99df816075525d3e44.tar.gz
gentoo-2-9b794aa94d0a3e61e1896f99df816075525d3e44.tar.bz2
gentoo-2-9b794aa94d0a3e61e1896f99df816075525d3e44.zip
Version bump to beta. Drop older that does not work with current stable wacom driver.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/wacomtablet/ChangeLog9
-rw-r--r--kde-misc/wacomtablet/wacomtablet-1.3_beta2.ebuild (renamed from kde-misc/wacomtablet/wacomtablet-1.2.5.ebuild)12
2 files changed, 16 insertions, 5 deletions
diff --git a/kde-misc/wacomtablet/ChangeLog b/kde-misc/wacomtablet/ChangeLog
index e621fb31fa1b..3647f36a0e46 100644
--- a/kde-misc/wacomtablet/ChangeLog
+++ b/kde-misc/wacomtablet/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-misc/wacomtablet
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.2 2011/01/27 12:24:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.3 2011/04/20 20:48:28 scarabeus Exp $
+
+*wacomtablet-1.3_beta2 (20 Apr 2011)
+
+ 20 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -wacomtablet-1.2.5.ebuild, +wacomtablet-1.3_beta2.ebuild:
+ Version bump to beta. Drop older that does not work with current stable wacom
+ driver.
*wacomtablet-1.2.5 (27 Jan 2011)
diff --git a/kde-misc/wacomtablet/wacomtablet-1.2.5.ebuild b/kde-misc/wacomtablet/wacomtablet-1.3_beta2.ebuild
index ed8d3e1bfa8e..b41d59d4d900 100644
--- a/kde-misc/wacomtablet/wacomtablet-1.2.5.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-1.3_beta2.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-1.2.5.ebuild,v 1.1 2011/01/27 12:24:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-1.3_beta2.ebuild,v 1.1 2011/04/20 20:48:28 scarabeus Exp $
-EAPI=3
+EAPI=4
+
+MY_P=${PN}-v${PV/_/-}
inherit kde4-base
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-${P}.tar.gz"
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/114856-${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
@@ -16,5 +18,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="
- !<x11-drivers/xf86-input-wacom-0.10.3
+ !<x11-drivers/xf86-input-wacom-0.10.11
"
+
+S=${WORKDIR}/${MY_P}