Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kcm_tablet: ChangeLog kcm_tablet-1.1.1.ebuild
Date: Mon, 28 Dec 2009 23:44:25
Message-Id: E1NPPGA-0004Nf-Co@stork.gentoo.org
1 ssuominen 09/12/28 23:44:22
2
3 Modified: ChangeLog kcm_tablet-1.1.1.ebuild
4 Log:
5 Fix deps since xf86-input-wacom-0.10.3 has xsetwacom utility again.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 kde-misc/kcm_tablet/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 13 Dec 2009 11:51:55 -0000 1.2
22 +++ ChangeLog 28 Dec 2009 23:44:21 -0000 1.3
23 @@ -1,6 +1,10 @@
24 # ChangeLog for kde-misc/kcm_tablet
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v 1.2 2009/12/13 11:51:55 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v 1.3 2009/12/28 23:44:21 ssuominen Exp $
28 +
29 + 28 Dec 2009; Samuli Suominen <ssuominen@g.o>
30 + kcm_tablet-1.1.1.ebuild:
31 + Fix deps since xf86-input-wacom-0.10.3 has xsetwacom utility again.
32
33 13 Dec 2009; Samuli Suominen <ssuominen@g.o>
34 kcm_tablet-1.1.1.ebuild:
35
36
37
38 1.3 kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild?r1=1.2&r2=1.3
43
44 Index: kcm_tablet-1.1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- kcm_tablet-1.1.1.ebuild 13 Dec 2009 11:51:55 -0000 1.2
51 +++ kcm_tablet-1.1.1.ebuild 28 Dec 2009 23:44:21 -0000 1.3
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild,v 1.2 2009/12/13 11:51:55 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.1.ebuild,v 1.3 2009/12/28 23:44:21 ssuominen Exp $
57
58 EAPI=2
59 inherit kde4-base
60
61 MY_P=kcm_tablet-kcm_tablet
62
63 -DESCRIPTION="KControl module for xf86-input-wacom"
64 +DESCRIPTION="KControl module for wacom tablets"
65 HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856"
66 SRC_URI="http://kde-apps.org/CONTENT/content-files/114856-${MY_P}-master.tar.gz"
67
68 @@ -16,7 +16,7 @@
69 KEYWORDS="~amd64 ~x86"
70 IUSE="debug +handbook"
71
72 -RDEPEND="x11-drivers/linuxwacom"
73 +DEPEND="!<x11-drivers/xf86-input-wacom-0.10.3"
74
75 S=${WORKDIR}/${MY_P}