diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-12 17:10:15 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-12 17:10:15 +0000 |
commit | 7d4c10cc6b1bc5fa9cc1e464481089957a2cc182 (patch) | |
tree | 373f958037004d98334131cd902fb460b606aef1 /kde-misc/wacomtablet | |
parent | Restored accidentally dropped ~x86-fbsd ~x86-macos keywords. (diff) | |
download | gentoo-2-7d4c10cc6b1bc5fa9cc1e464481089957a2cc182.tar.gz gentoo-2-7d4c10cc6b1bc5fa9cc1e464481089957a2cc182.tar.bz2 gentoo-2-7d4c10cc6b1bc5fa9cc1e464481089957a2cc182.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/wacomtablet')
-rw-r--r-- | kde-misc/wacomtablet/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/wacomtablet/wacomtablet-1.3.6.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/kde-misc/wacomtablet/ChangeLog b/kde-misc/wacomtablet/ChangeLog index c26f15eb9e6b..b8b0c3ccf7f1 100644 --- a/kde-misc/wacomtablet/ChangeLog +++ b/kde-misc/wacomtablet/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2011/09/29 12:54:07 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.8 2012/01/12 17:10:15 johu Exp $ + +*wacomtablet-1.3.6 (12 Jan 2012) + + 12 Jan 2012; Johannes Huber <johu@gentoo.org> +wacomtablet-1.3.6.ebuild: + Version bump. *wacomtablet-1.3.4 (29 Sep 2011) diff --git a/kde-misc/wacomtablet/wacomtablet-1.3.6.ebuild b/kde-misc/wacomtablet/wacomtablet-1.3.6.ebuild new file mode 100644 index 000000000000..f723d2ff4b8d --- /dev/null +++ b/kde-misc/wacomtablet/wacomtablet-1.3.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-1.3.6.ebuild,v 1.1 2012/01/12 17:10:14 johu Exp $ + +EAPI=4 + +MY_P=${PN}-v${PV} +KDE_LINGUAS="bs cs da de el en_GB eo es et fr ga ja km lt mai nb nds nl pa pl pt +pt_BR ro sk sv tr ug uk zh_TW" +KDE_HANDBOOK="optional" +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-${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + >=x11-drivers/xf86-input-wacom-0.11.0 +" + +S=${WORKDIR}/${MY_P} |