Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-wacom: xf86-input-wacom-0.15.0.ebuild xf86-input-wacom-0.14.0.ebuild xf86-input-wacom-0.11.0.ebuild ChangeLog xf86-input-wacom-0.13.0.ebuild xf86-input-wacom-0.11.1.ebuild
Date: Mon, 09 Jul 2012 21:06:45
Message-Id: 20120709183712.624C720063@flycatcher.gentoo.org
1 ikelos 12/07/09 18:37:12
2
3 Modified: xf86-input-wacom-0.15.0.ebuild
4 xf86-input-wacom-0.14.0.ebuild
5 xf86-input-wacom-0.11.0.ebuild ChangeLog
6 xf86-input-wacom-0.13.0.ebuild
7 xf86-input-wacom-0.11.1.ebuild
8 Log:
9 Add in the Xinerama dependency spotted in bug 412761.
10
11 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.2 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild?r1=1.1&r2=1.2
19
20 Index: xf86-input-wacom-0.15.0.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- xf86-input-wacom-0.15.0.ebuild 23 Jun 2012 19:30:40 -0000 1.1
27 +++ xf86-input-wacom-0.15.0.ebuild 9 Jul 2012 18:37:12 -0000 1.2
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild,v 1.1 2012/06/23 19:30:40 ikelos Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.15.0.ebuild,v 1.2 2012/07/09 18:37:12 ikelos Exp $
33
34 EAPI=4
35
36 @@ -20,7 +20,8 @@
37 x11-libs/libX11
38 x11-libs/libXext
39 x11-libs/libXi
40 - x11-libs/libXrandr"
41 + x11-libs/libXrandr
42 + x11-libs/libXinerama"
43 DEPEND="${RDEPEND}
44 x11-proto/randrproto"
45
46
47
48
49 1.4 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild?r1=1.3&r2=1.4
54
55 Index: xf86-input-wacom-0.14.0.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- xf86-input-wacom-0.14.0.ebuild 24 Jun 2012 19:03:03 -0000 1.3
62 +++ xf86-input-wacom-0.14.0.ebuild 9 Jul 2012 18:37:12 -0000 1.4
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2012 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild,v 1.3 2012/06/24 19:03:03 ago Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild,v 1.4 2012/07/09 18:37:12 ikelos Exp $
68
69 EAPI=4
70
71 @@ -20,7 +20,8 @@
72 x11-libs/libX11
73 x11-libs/libXext
74 x11-libs/libXi
75 - x11-libs/libXrandr"
76 + x11-libs/libXrandr
77 + x11-libs/libXinerama"
78 DEPEND="${RDEPEND}
79 x11-proto/randrproto"
80
81
82
83
84 1.8 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild?rev=1.8&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild?rev=1.8&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild?r1=1.7&r2=1.8
89
90 Index: xf86-input-wacom-0.11.0.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild,v
93 retrieving revision 1.7
94 retrieving revision 1.8
95 diff -u -r1.7 -r1.8
96 --- xf86-input-wacom-0.11.0.ebuild 29 Jul 2011 10:50:32 -0000 1.7
97 +++ xf86-input-wacom-0.11.0.ebuild 9 Jul 2012 18:37:12 -0000 1.8
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2011 Gentoo Foundation
100 +# Copyright 1999-2012 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild,v 1.7 2011/07/29 10:50:32 xarthisius Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.0.ebuild,v 1.8 2012/07/09 18:37:12 ikelos Exp $
104
105 EAPI=4
106
107 @@ -20,7 +20,8 @@
108 x11-libs/libX11
109 x11-libs/libXext
110 x11-libs/libXi
111 - x11-libs/libXrandr"
112 + x11-libs/libXrandr
113 + x11-libs/libXinerama"
114 DEPEND="${RDEPEND}
115 x11-proto/randrproto"
116
117
118
119
120 1.56 x11-drivers/xf86-input-wacom/ChangeLog
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.56&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.56&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?r1=1.55&r2=1.56
125
126 Index: ChangeLog
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v
129 retrieving revision 1.55
130 retrieving revision 1.56
131 diff -u -r1.55 -r1.56
132 --- ChangeLog 24 Jun 2012 19:03:03 -0000 1.55
133 +++ ChangeLog 9 Jul 2012 18:37:12 -0000 1.56
134 @@ -1,6 +1,11 @@
135 # ChangeLog for x11-drivers/xf86-input-wacom
136 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
137 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.55 2012/06/24 19:03:03 ago Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.56 2012/07/09 18:37:12 ikelos Exp $
139 +
140 + 09 Jul 2012; Mike Auty <ikelos@g.o> xf86-input-wacom-0.11.0.ebuild,
141 + xf86-input-wacom-0.11.1.ebuild, xf86-input-wacom-0.13.0.ebuild,
142 + xf86-input-wacom-0.14.0.ebuild, xf86-input-wacom-0.15.0.ebuild:
143 + Add in the Xinerama dependency spotted in bug 412761.
144
145 24 Jun 2012; Agostino Sarubbo <ago@g.o>
146 xf86-input-wacom-0.14.0.ebuild:
147
148
149
150 1.2 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild?rev=1.2&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild?rev=1.2&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild?r1=1.1&r2=1.2
155
156 Index: xf86-input-wacom-0.13.0.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild,v
159 retrieving revision 1.1
160 retrieving revision 1.2
161 diff -u -r1.1 -r1.2
162 --- xf86-input-wacom-0.13.0.ebuild 11 Feb 2012 16:33:16 -0000 1.1
163 +++ xf86-input-wacom-0.13.0.ebuild 9 Jul 2012 18:37:12 -0000 1.2
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2012 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild,v 1.1 2012/02/11 16:33:16 ikelos Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.13.0.ebuild,v 1.2 2012/07/09 18:37:12 ikelos Exp $
169
170 EAPI=4
171
172 @@ -20,7 +20,8 @@
173 x11-libs/libX11
174 x11-libs/libXext
175 x11-libs/libXi
176 - x11-libs/libXrandr"
177 + x11-libs/libXrandr
178 + x11-libs/libXinerama"
179 DEPEND="${RDEPEND}
180 x11-proto/randrproto"
181
182
183
184
185 1.5 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild
186
187 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?rev=1.5&view=markup
188 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?rev=1.5&content-type=text/plain
189 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild?r1=1.4&r2=1.5
190
191 Index: xf86-input-wacom-0.11.1.ebuild
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v
194 retrieving revision 1.4
195 retrieving revision 1.5
196 diff -u -r1.4 -r1.5
197 --- xf86-input-wacom-0.11.1.ebuild 3 Mar 2012 16:28:53 -0000 1.4
198 +++ xf86-input-wacom-0.11.1.ebuild 9 Jul 2012 18:37:12 -0000 1.5
199 @@ -1,6 +1,6 @@
200 # Copyright 1999-2012 Gentoo Foundation
201 # Distributed under the terms of the GNU General Public License v2
202 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v 1.4 2012/03/03 16:28:53 ranger Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.11.1.ebuild,v 1.5 2012/07/09 18:37:12 ikelos Exp $
204
205 EAPI=4
206
207 @@ -21,7 +21,8 @@
208 x11-libs/libX11
209 x11-libs/libXext
210 x11-libs/libXi
211 - x11-libs/libXrandr"
212 + x11-libs/libXrandr
213 + x11-libs/libXinerama"
214 DEPEND="${RDEPEND}
215 x11-proto/randrproto"