Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch: keytouch-2.4.0.ebuild keytouch-2.3.2.ebuild ChangeLog
Date: Wed, 25 Jun 2008 09:37:12
Message-Id: E1KBRR3-0004g6-V1@stork.gentoo.org
1 nyhm 08/06/25 09:37:05
2
3 Modified: keytouch-2.4.0.ebuild keytouch-2.3.2.ebuild
4 ChangeLog
5 Log:
6 Add x11-proto dependencies, bug #227741
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/keytouch/keytouch-2.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: keytouch-2.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- keytouch-2.4.0.ebuild 13 Jun 2008 18:34:45 -0000 1.1
23 +++ keytouch-2.4.0.ebuild 25 Jun 2008 09:37:05 -0000 1.2
24 @@ -1,6 +1,6 @@
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-misc/keytouch/keytouch-2.4.0.ebuild,v 1.1 2008/06/13 18:34:45 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.4.0.ebuild,v 1.2 2008/06/25 09:37:05 nyhm Exp $
29
30 inherit autotools eutils linux-info
31
32 @@ -18,7 +18,10 @@
33 gnome-base/gnome-menus
34 media-libs/alsa-lib"
35 DEPEND="${RDEPEND}
36 - dev-util/pkgconfig"
37 + dev-util/pkgconfig
38 + x11-proto/inputproto
39 + x11-proto/xextproto
40 + x11-proto/xproto"
41 RDEPEND="${RDEPEND}
42 acpi? ( sys-power/acpid )
43 kde? ( || (
44
45
46
47 1.6 x11-misc/keytouch/keytouch-2.3.2.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild?r1=1.5&r2=1.6
52
53 Index: keytouch-2.3.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- keytouch-2.3.2.ebuild 29 Feb 2008 20:49:48 -0000 1.5
60 +++ keytouch-2.3.2.ebuild 25 Jun 2008 09:37:05 -0000 1.6
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.5 2008/02/29 20:49:48 carlo Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.6 2008/06/25 09:37:05 nyhm Exp $
66
67 inherit eutils versionator linux-info
68
69 @@ -18,7 +18,10 @@
70 gnome-base/gnome-menus
71 media-libs/alsa-lib"
72 DEPEND="${RDEPEND}
73 - dev-util/pkgconfig"
74 + dev-util/pkgconfig
75 + x11-proto/inputproto
76 + x11-proto/xextproto
77 + x11-proto/xproto"
78 RDEPEND="${RDEPEND}
79 acpi? ( sys-power/acpid )
80 kde? ( || (
81
82
83
84 1.15 x11-misc/keytouch/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/ChangeLog?rev=1.15&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/ChangeLog?rev=1.15&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch/ChangeLog?r1=1.14&r2=1.15
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v
93 retrieving revision 1.14
94 retrieving revision 1.15
95 diff -u -r1.14 -r1.15
96 --- ChangeLog 13 Jun 2008 18:34:45 -0000 1.14
97 +++ ChangeLog 25 Jun 2008 09:37:05 -0000 1.15
98 @@ -1,6 +1,10 @@
99 # ChangeLog for x11-misc/keytouch
100 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.14 2008/06/13 18:34:45 nyhm Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.15 2008/06/25 09:37:05 nyhm Exp $
103 +
104 + 25 Jun 2008; Tristan Heaven <nyhm@g.o> keytouch-2.3.2.ebuild,
105 + keytouch-2.4.0.ebuild:
106 + Add x11-proto dependencies, bug #227741
107
108 *keytouch-2.4.0 (13 Jun 2008)
109
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list