summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-02-14 16:25:25 +0000
committerChris Reffett <creffett@gentoo.org>2013-02-14 16:25:25 +0000
commit3b110d36321f3468f1db3bcbcbb3ab535d7cd8ec (patch)
tree5b2e0649a152194c353a8ef23ddbd79cbfd31dca /kde-misc
parentStable for amd64 wrt bug #457004 (diff)
downloadgentoo-2-3b110d36321f3468f1db3bcbcbb3ab535d7cd8ec.tar.gz
gentoo-2-3b110d36321f3468f1db3bcbcbb3ab535d7cd8ec.tar.bz2
gentoo-2-3b110d36321f3468f1db3bcbcbb3ab535d7cd8ec.zip
Version bump to 1.3.7.2
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/wacomtablet/ChangeLog9
-rw-r--r--kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/kde-misc/wacomtablet/ChangeLog b/kde-misc/wacomtablet/ChangeLog
index 44d824d3f334..cd84d51acfa6 100644
--- a/kde-misc/wacomtablet/ChangeLog
+++ b/kde-misc/wacomtablet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/wacomtablet
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.9 2012/12/20 17:13:52 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.10 2013/02/14 16:25:25 creffett Exp $
+
+*wacomtablet-1.3.7.2 (14 Feb 2013)
+
+ 14 Feb 2013; Chris Reffett <creffett@gentoo.org> +wacomtablet-1.3.7.2.ebuild:
+ Version bump to 1.3.7.2
20 Dec 2012; Michael Palimaka <kensington@gentoo.org>
-wacomtablet-1.3.4.ebuild:
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 000000000000..df59b2931a21
--- /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: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-1.3.7.2.ebuild,v 1.1 2013/02/14 16:25:25 creffett Exp $
+
+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}