summaryrefslogtreecommitdiff
blob: 8d79ba853652abc3f25554641cd9b0ae53752217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
# ChangeLog for x11-drivers/synaptics
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/ChangeLog,v 1.28 2007/09/09 20:20:15 genstef Exp $

  09 Sep 2007; Stefan Schweizer <genstef@gentoo.org>
  +files/synaptics_input_api.diff, synaptics-0.14.6.ebuild:
  Fix synaptics api for xorg-server-1.4 thanks to Geaaru <geaaru@gmail.com> in
  bug 191899

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
  synaptics-0.14.5-r1.ebuild, synaptics-0.14.6.ebuild:
  Drop virtual/x11 references.

  19 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
  synaptics-0.14.5-r1.ebuild, synaptics-0.14.6.ebuild:
  Removing dlloader USE flag wrt bug #166759.

  30 Jan 2007; Steve Dibb <beandog@gentoo.org> synaptics-0.14.6.ebuild:
  amd64 stable, bug 159972

  19 Jan 2007; Markus Rothe <corsair@gentoo.org> synaptics-0.14.6.ebuild:
  Stable on ppc64; bug #159972

  17 Jan 2007; Joseph Jezak <josejx@gentoo.org> synaptics-0.14.6.ebuild:
  Marked x86 stable for bug #159972.

  14 Jan 2007; Joseph Jezak <josejx@gentoo.org> synaptics-0.14.6.ebuild:
  Marked ppc stable for bug #159972.

  19 Dec 2006; Luca Barbato <lu_zero@gentoo.org> files/rc.init:
  Fix syndaemon path in the initscript

  01 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
  Typo in herd.

*synaptics-0.14.6 (02 Nov 2006)

  02 Nov 2006; Seemant Kulleen <seemant@gentoo.org>
  +synaptics-0.14.6.ebuild:
  version bump, which renders the prior patches unnecessary, sinceupstream
  fixed the compile issues with xorg-7.1. Also, the manpage installation
  location is actually finally fixed (closing bug #14112 by KIMURA Masaru /
  hiyuh). Closes bug #144308 where Pietro Franchi provided the new version

  02 Nov 2006; Seemant Kulleen <seemant@gentoo.org>
  -synaptics-0.14.2.ebuild, -synaptics-0.14.3.ebuild,
  -synaptics-0.14.4-r2.ebuild:
  remove cruft ebuilds

  27 Oct 2006; Joseph Jezak <josejx@gentoo.org> synaptics-0.14.5-r1.ebuild:
  Marked ppc stable.

  16 Oct 2006; Markus Rothe <corsair@gentoo.org> synaptics-0.14.5-r1.ebuild:
  Stable on ppc64

  13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org>
  synaptics-0.14.5-r1.ebuild:
  AMD64/x86 stable for bug #144549 (X7.1).

  15 Jul 2006; Joshua Baergen <joshuabaergen@gentoo.org>
  synaptics-0.14.5-r1.ebuild:
  Fix makefile patch location.

*synaptics-0.14.5-r1 (14 Jul 2006)

  14 Jul 2006; Seemant Kulleen <seemant@gentoo.org>
  -synaptics-0.14.5.ebuild, +synaptics-0.14.5-r1.ebuild:
  fix the build system to not install into /usr/local. I really should not be
  checking version bumps in with such a hurry (ironic given how long the
  ebuild languished in bugzilla). Anyway, this fixes the install location of
  the binaries and the man pages. Closes bug #140388 by Martin Wegner

*synaptics-0.14.5 (12 Jul 2006)

  12 Jul 2006; Seemant Kulleen <seemant@gentoo.org>
  +files/synaptics-0.14.5-makefile-fpic.patch,
  +files/synaptics-0.14.5-xorg-7.1-compile-fix.patch,
  +synaptics-0.14.5.ebuild:
  Version bump -- now with two finger scrolling goodness. Thanks to fuoco for
  his patience and his resilience, and his help. Closes bug #135512

  01 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.14.4-r2.ebuild:
  ppc stable.

  30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  synaptics-0.14.4-r2.ebuild:
  Stable on amd64.

  30 Jun 2006; Markus Rothe <corsair@gentoo.org> synaptics-0.14.4-r2.ebuild:
  Stable on ppc64

  30 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.14.4-r2.ebuild:
  x86 stable.

  15 Feb 2006; Markus Rothe <corsair@gentoo.org> synaptics-0.14.4-r2.ebuild:
  Added ~ppc64

*synaptics-0.14.4-r2 (16 Dec 2005)

  16 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  +files/synaptics-0.14.4-r2-makefile.patch,
  +files/synaptics-0.14.4-r2-makefile-fpic.patch,
  +synaptics-0.14.4-r2.ebuild:
  ok, this should finally fix those bugs -- thanks to: Pierre Poissinger for
  the split patch and for testing. Thanks to Donnie and Bryan for hanging in
  there with me. Thanks to everyone on those bugs for their patience. Also,
  I'd like to thank the academy...

  16 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  synaptics-0.14.4-r1.ebuild:
  the best_version call was a bad move -- switched it to has_version. Thanks to
  Kevin Quinn

  15 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  -files/synaptics-0.14.4-makefile.patch, -synaptics-0.14.4.ebuild:
  remove old buggy version

*synaptics-0.14.4-r1 (15 Dec 2005)

  15 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  +files/synaptics-0.14.4-r1-makefile.patch, +synaptics-0.14.4-r1.ebuild:
  Revision, which adds better logic for install locations of the driver. Also,
  the fno-pic is now completely removed from the Makefile -- as it will be
  from upstream's next release (as per email exchange between kevquinn and
  upstream). So this should close bug #115400 by Andrew de Quincey, bug
  #115026 by Anode, and bug #115108 by Thomas Schlesinger

  14 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
  synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild, synaptics-0.14.4.ebuild:
  Add modular X dependencies.

  09 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  +files/synaptics-0.14.4-makefile.patch,
  +files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch,
  +files/rc.conf, +files/rc.init, +metadata.xml, +synaptics-0.14.2.ebuild,
  +synaptics-0.14.3.ebuild, +synaptics-0.14.4.ebuild:
  move to x11-drivers from x11-misc

  09 Dec 2005; Seemant Kulleen <seemant@gentoo.org> synaptics-0.14.4.ebuild:
  took out the dlloader check for install location (unnecessary) and better
  check for version numbers on install location. Thanks to Donnie Berkholz for
  both.

  09 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  -synaptics-0.14.1.ebuild, synaptics-0.14.2.ebuild,
  synaptics-0.14.3.ebuild:
  removed any amd64 keywords from versions prior to 0.14.4 which all do not
  work properly on amd64

*synaptics-0.14.4 (09 Dec 2005)

  09 Dec 2005; Seemant Kulleen <seemant@gentoo.org>
  +files/synaptics-0.14.4-makefile.patch, +synaptics-0.14.4.ebuild:
  version bump, and this one should finally work with amd64 and other 64bit
  arches. This closes bug #111974 by Daniel Webert and bug #102156 by disperato

  08 Oct 2005; Sven Wegener <swegener@gentoo.org> synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
  Added missing X dependency to DEPEND.

  20 Aug 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild:
  Plucked man1 from older ebuilds by accident. Putting it back in.

  20 Aug 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
  Fix manpage location now that the Makefile adds man1. Also move to
  /usr/share/man. Fixes bug #103110.

  26 Jul 2005; David Holm <dholm@gentoo.org> synaptics-0.14.3.ebuild:
  Added to ~ppc.

  25 Jul 2005; Bryan Stine <battousai@gentoo.org>
  +files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch,
  synaptics-0.14.1.ebuild, synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
  Add patch to backport X sentinel code into included headers. Thanks to
  Christoph Brill for posting the patch. Closes bug #100134.

  22 Jul 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
  Multilib: /usr/lib -> /usr/$(get_libdir).

  22 Jul 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
  Way to quote, Bryan. Moron.

*synaptics-0.14.3 (22 Jul 2005)

  22 Jul 2005; Bryan Stine <battousai@gentoo.org>
  -files/synaptics-0.13.4-amd64.patch, -synaptics-0.13.6.ebuild,
  -synaptics-0.14.0.ebuild, synaptics-0.14.1.ebuild,
  synaptics-0.14.2.ebuild, +synaptics-0.14.3.ebuild:
  Purge old versions, bump to 0.14.3. Add dlloader USE flag, which installs a
  DSO xorg module (.so); closes bug #81213. Furthermore, conform to Gentoo
  xorg migration, /usr/X11R6 -> /usr.

  19 May 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild:
  Mark 0.14.1 x86 stable.

*synaptics-0.14.2 (19 May 2005)

  19 May 2005; Bryan Stine <battousai@gentoo.org> +synaptics-0.14.2.ebuild:
  Bump to 0.14.2. Thanks to Benjamin Smee for reporting. Closes bug #93092.

  25 Apr 2005; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
  Update herd to x11-drivers.

*synaptics-0.14.1 (14 Mar 2005)

  14 Mar 2005; Bryan Stine <battousai@gentoo.org> -synaptics-0.13.5.ebuild,
  +synaptics-0.14.1.ebuild:
  Bump to 0.14.1. Upstream ChangeLog claims a build failure on AMD64 Gentoo
  systems was fixed, though I've not encountered any bug reports of this
  behavior. Both 0.14.0 and 0.14.1 build fine on my AMD64 system. Also
  expunged old 0.13.5 version.

*synaptics-0.14.0 (08 Feb 2005)

  08 Feb 2005; Bryan Stine <battousai@gentoo.org> -synaptics-0.13.4.ebuild,
  +synaptics-0.14.0.ebuild:
  Bump to 0.14.0

  05 Nov 2004; Bryan Stine <battousai@gentoo.org> synaptics-0.13.4.ebuild,
  synaptics-0.13.5.ebuild, synaptics-0.13.6.ebuild:
  Switched from $(gcc-getCC) from gcc.eclass to $(tc-getCC) from
  toolchain-funcs.eclass.

*synaptics-0.13.6 (24 Oct 2004)

  24 Oct 2004; Bryan Stine <battousai@gentoo.org> synaptics-0.13.4.ebuild,
  synaptics-0.13.5.ebuild, +synaptics-0.13.6.ebuild:
  Bump to 0.13.6. Changed the ebuilds to use new gcc-config logic for the
  Makefile substitution. The new logic fixes bug #67687. The version bump
  should fix bug #56850 (broken ALPS patch). Thanks to Ben Taitelbaum
  <btaitelb@cs.oberlin.edu> for feedback on the ALPS patch. Thanks to Donnie
  Berkholz <spyderous@gentoo.org> for the new gcc-config stuff.

  03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.13.4.ebuild, synaptics-0.13.5.ebuild:
  Update dep from temporary hack to virtual/x11.

  03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
  -files/synaptics-0.13.3-amd64.patch:
  Remove stale file.

  03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
  -synaptics-0.13.2.ebuild, -synaptics-0.13.3.ebuild:
  Drop old versions.

  03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.13.5.ebuild:
  x86.

*synaptics-0.13.5 (02 Sep 2004)

  02 Sep 2004; Bryan Stine <battousai@gentoo.org>; +synaptics-0.13.5.ebuild:
  Bump to version 0.13.5. Closes bug #62501, thanks to eGore <egore@gmx.de> for
  reporting.

  08 Aug 2004; Danny van Dyk <kugelfang@gentoo.org>
  +files/synaptics-0.13.4-amd64.patch:
  Added correct patch on amd64.

  18 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> files/rc.init:
  Added full path to syndaemon in initscript, closing #56827.

*synaptics-0.13.4 (04 Aug 2004)

  04 Aug 2004; Bryan Stine <battousai@gentoo.org>; -synaptics-0.12.4.ebuild,
  -synaptics-0.12.5.ebuild, +synaptics-0.13.4.ebuild:
  Version bump to 0.13.4. Cleaned out pre 0.13 ebuilds.

  18 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> files/rc.init:
  Added full path to syndaemon in initscript, closing #56827.

  07 Jul 2004; Bryan Stine <battousai@gentoo.org>;
  +files/synaptics-0.13.3-amd64.patch, synaptics-0.13.3.ebuild:
  Added a new patch to fix runtime problems with amd64 in 64-bit mode. Added
  ~amd64 keyword. Thanks to David Barton <davebarton@cityinthesky.co.uk>, bug
  50384.

  28 Jun 2004; Aron Griffis <agriffis@gentoo.org> synaptics-0.12.4.ebuild,
  synaptics-0.12.5.ebuild, synaptics-0.13.2.ebuild, synaptics-0.13.3.ebuild:
  add sed-4 dep
  
*synaptics-0.13.3 (14 Jun 2004)

  14 Jun 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.3.ebuild:
  Bumped version to 0.13.3.

  13 Jun 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.12.4.ebuild,
  synaptics-0.12.5.ebuild, synaptics-0.13.2.ebuild:
  Reverting DEPEND change back to xfree -r6 as xfree -r7 is still masked.

  11 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.12.4.ebuild, synaptics-0.12.5.ebuild, synaptics-0.13.2.ebuild:
  xfree -r6 became -r7.

  31 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild:
  Add back the xorg-x11 RDEPEND. Fixes 52627, thanks to Ta^3 on FreeNode.

  31 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild:
  Added a little sed magic to change the MANDIR to /usr/man/man1 instead of
  /usr/local... Thanks to Simon Cooper <thecoop@runbox.com> for reporting the
  bug.

*synaptics-0.13.2 (10 May 2004)

  10 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild:
  Version bump. Upstream made quite a few cleanups, some bug fixes and a few new
  features.

  07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.12.5.ebuild:
  Missing space in DEPEND.

  07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.12.5.ebuild:
  Add xorg-x11 to possible.

*synaptics-0.12.5 (31 Mar 2004)

  31 Mar 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.12.5.ebuild:
  Version bumpity.

  23 Feb 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.12.4.ebuild:
  Oops. Fixed my stupid RDEPEND mistake.

*synaptics-0.12.4 (19 Feb 2004)

  19 Feb 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.12.4.ebuild:
  Version bump. This version has some good upstream Makefile fixes, including
  DESTDIR compliance and ability to detect and build against XFree86 SDK
  headers.

  15 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
  Removing myself as primary maintainer, this is now a herd thing.

  15 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>; files/rc.init:
  Fix typo.

  15 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>; files/rc.conf,
  files/rc.init:
  Somehow I forgot to add the init.d and conf.d scripts for syndaemon, and
  nobody even noticed.

  23 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; synaptics-0.12.0.ebuild:
  Re-marking as testing, it's not allowed to depend on something unstable.

  23 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; synaptics-0.12.0.ebuild:
  Stable on x86.

*synaptics-0.12.1 (23 Nov 2003)

  23 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; synaptics-0.12.1.ebuild:
  Bump. New daemon, seems a little broken though.

  09 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; synaptics-0.11.8.ebuild,
  synaptics-0.12.0.ebuild:
  Pulling 0.11.8. Force >=xfree-4.3.0-r4, so it doesn't overwrite files xfree
  provides.

*synaptics-0.12.0 (27 Oct 2003)

  27 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  synaptics-0.12.0.ebuild:
  Version bump.

*synaptics-0.11.8 (13 Oct 2003)

  13 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml,
  synaptics-0.11.8.ebuild, files/synaptics-0.11.8-makefile-fixup.patch:
  Initial commit of standalone Synaptics touchpad driver, to be used in future
  XFree revisions.