Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/linuxwacom: linuxwacom-0.7.8_p3.ebuild ChangeLog
Date: Fri, 04 Jan 2008 23:03:30
Message-Id: E1JAvZT-0002jp-1m@stork.gentoo.org
1 rbu 08/01/04 23:03:23
2
3 Modified: linuxwacom-0.7.8_p3.ebuild ChangeLog
4 Log:
5 Split up tcltk use flag. Regressed back in from the bug's ebuild.
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.2 x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild?r1=1.1&r2=1.2
14
15 Index: linuxwacom-0.7.8_p3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- linuxwacom-0.7.8_p3.ebuild 30 Dec 2007 16:09:28 -0000 1.1
22 +++ linuxwacom-0.7.8_p3.ebuild 4 Jan 2008 23:03:22 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild,v 1.1 2007/12/30 16:09:28 rbu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild,v 1.2 2008/01/04 23:03:22 rbu Exp $
29
30 inherit eutils autotools
31
32 @@ -19,7 +19,8 @@
33 virtual/x11 )
34 media-libs/libpixman
35 gtk? ( >=x11-libs/gtk+-2 )
36 - tcltk? ( dev-lang/tcl dev-lang/tk )
37 + tcl? ( dev-lang/tcl )
38 + tk? ( dev-lang/tk )
39 sys-fs/udev
40 sys-libs/ncurses"
41
42
43
44
45 1.13 x11-drivers/linuxwacom/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/ChangeLog?r1=1.12&r2=1.13
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- ChangeLog 30 Dec 2007 16:09:28 -0000 1.12
58 +++ ChangeLog 4 Jan 2008 23:03:22 -0000 1.13
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-drivers/linuxwacom
61 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.12 2007/12/30 16:09:28 rbu Exp $
63 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.13 2008/01/04 23:03:22 rbu Exp $
65 +
66 + 04 Jan 2008; Robert Buchholz <rbu@g.o> linuxwacom-0.7.8_p3.ebuild:
67 + Split up tcltk use flag. Regressed back in from the bug's ebuild.
68
69 *linuxwacom-0.7.8_p3 (30 Dec 2007)
70
71
72
73
74 --
75 gentoo-commits@g.o mailing list