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.2.ebuild kcm_tablet-1.1.1.ebuild
Date: Wed, 30 Dec 2009 18:18:48
Message-Id: E1NQ389-0004mB-55@stork.gentoo.org
1 ssuominen 09/12/30 18:18:45
2
3 Modified: ChangeLog
4 Added: kcm_tablet-1.1.2.ebuild
5 Removed: kcm_tablet-1.1.1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 kde-misc/kcm_tablet/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 28 Dec 2009 23:44:21 -0000 1.3
24 +++ ChangeLog 30 Dec 2009 18:18:44 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/kcm_tablet
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v 1.3 2009/12/28 23:44:21 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/ChangeLog,v 1.4 2009/12/30 18:18:44 ssuominen Exp $
30 +
31 +*kcm_tablet-1.1.2 (30 Dec 2009)
32 +
33 + 30 Dec 2009; Samuli Suominen <ssuominen@g.o>
34 + +kcm_tablet-1.1.2.ebuild:
35 + Version bump.
36
37 28 Dec 2009; Samuli Suominen <ssuominen@g.o>
38 kcm_tablet-1.1.1.ebuild:
39
40
41
42 1.1 kde-misc/kcm_tablet/kcm_tablet-1.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kcm_tablet-1.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_tablet/kcm_tablet-1.1.2.ebuild,v 1.1 2009/12/30 18:18:44 ssuominen Exp $
52
53 EAPI=2
54 inherit kde4-base
55
56 MY_P=kcm_tablet-kcm_tablet
57
58 DESCRIPTION="KControl module for wacom tablets"
59 HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856"
60 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.gz"
61 # Spank upstream for not versioning tarball
62 # SRC_URI="http://kde-apps.org/CONTENT/content-files/114856-${MY_P}-master.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug +handbook"
68
69 DEPEND="!<x11-drivers/xf86-input-wacom-0.10.3"
70
71 S=${WORKDIR}/${MY_P}
72
73 DOCS="AUTHORS README"