Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/wacomtablet: wacomtablet-2.1.0.ebuild ChangeLog
Date: Wed, 04 Mar 2015 10:56:47
Message-Id: 20150304105642.1DBAA13040@oystercatcher.gentoo.org
1 kensington 15/03/04 10:56:42
2
3 Modified: ChangeLog
4 Added: wacomtablet-2.1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
9
10 Revision Changes Path
11 1.25 kde-misc/wacomtablet/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wacomtablet/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wacomtablet/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wacomtablet/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 3 Nov 2014 10:21:55 -0000 1.24
24 +++ ChangeLog 4 Mar 2015 10:56:42 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/wacomtablet
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.24 2014/11/03 10:21:55 mrueg Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.25 2015/03/04 10:56:42 kensington Exp $
31 +
32 +*wacomtablet-2.1.0 (04 Mar 2015)
33 +
34 + 04 Mar 2015; Michael Palimaka <kensington@g.o>
35 + +wacomtablet-2.1.0.ebuild:
36 + Version bump.
37
38 03 Nov 2014; Manuel RĂ¼ger <mrueg@g.o> -wacomtablet-2.0.1.ebuild,
39 -wacomtablet-2.0.ebuild:
40
41
42
43 1.1 kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wacomtablet-2.1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild,v 1.1 2015/03/04 10:56:42 kensington Exp $
53
54 EAPI=5
55
56 KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ja kk km ko lt mai mr nb nds nl pa pl
57 pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW"
58 KDE_DOC_DIRS="doc/user"
59 KDE_HANDBOOK="optional"
60 VIRTUALX_REQUIRED="test"
61 inherit kde4-base
62
63 DESCRIPTION="KControl module for Wacom tablets"
64 HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856"
65 SRC_URI="http://www.kde-apps.org/CONTENT/content-files/114856-${P}.tar.xz"
66
67 LICENSE="GPL-2"
68 SLOT="4"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="debug"
71
72 RDEPEND="
73 >=x11-drivers/xf86-input-wacom-0.20.0
74 x11-libs/libX11
75 x11-libs/libXi
76 x11-libs/libXrandr
77 "
78 DEPEND="${RDEPEND}
79 sys-devel/gettext
80 x11-proto/xproto
81 "