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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
|
# ChangeLog for sys-apps/hal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.165 2007/04/13 14:12:09 cardoe Exp $
13 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
We don't support pciutils pci.ids files gzipped
13 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/08_contains_not_fdi_directive.patch,
+files/0.5.9/09_hald_addon_keyboard_start_one.patch, files/0.5.9/series:
upstream fixes for hal addon keyboard
12 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
haldaemon groups tweak for FreeBSD
12 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
files/0.5.9/05_freebsd_partutil_make_fix.patch,
files/0.5.9/06_freebsd_backend_fix.patch, hal-0.5.9.ebuild:
HAL compiles on Gentoo/FreeBSD
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
files/0.5.9/06_freebsd_backend_fix.patch:
Fix FreeBSD backend some more
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
files/0.5.9/07_malloc_h_for_stdlib_h.patch,
-files/0.5.9/08_hald-mallopt-include-malloc.patch:
Merge compnerd's patch into previous
11 Apr 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+files/0.5.9/08_hald-mallopt-include-malloc.patch:
Add patch to fix compiling on Linux
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
files/0.5.9/04_cache_regen_return_fix.patch,
files/0.5.9/05_freebsd_partutil_make_fix.patch,
+files/0.5.9/06_freebsd_backend_fix.patch,
+files/0.5.9/07_malloc_h_for_stdlib_h.patch, files/0.5.9/series:
FreeBSD backend fixes. malloc.h -> stdlib.h
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/05_freebsd_partutil_make_fix.patch, files/0.5.9/series,
hal-0.5.9.ebuild:
Fix partutil compile for FreeBSD. Make pkg_setup stuff not run on FreeBSD
since it's Linux specific.
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
cryptsetup-luks marked as Linux only
10 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/04_cache_regen_return_fix.patch, files/0.5.9/series:
Fixed logic issue in cache regen check. Submitted upstream.
10 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
Fix up access violations with the sed
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
Gentoo/FreeBSD dep on libvolume_id. udev is only Linux as well
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
INOTIFY -> INOTIFY_USER
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
add Inotify support warning
07 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/95_gentoo_man_page.patch,
+files/0.5.9/96_plugdev_allow_send.patch, files/0.5.9/series,
hal-0.5.9.ebuild:
man page changes for Gentoo. migrate plugdev policy patch to new patchset.
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
Fix up SELinux support
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> files/0.5.9-hald.rc,
hal-0.5.9.ebuild:
util-linux is only for Linux. init script depends on acpid now if the person
uses acpid. So we don't grab the /proc/acpi/event before acpid.
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild:
Adding kernel_linux and kernel_FreeBSD to IUSE
05 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/02_acpi_repeated_property_change.patch,
+files/0.5.9/03_crasher_fix_fail_to_return_value.patch,
files/0.5.9/series, hal-0.5.9.ebuild:
Re-work acpi USE flag usage. Add pam USE flag for sys-auth/consolekit.
Remove mactel USE flag since it will auto build and that's how it should.
Added linux-sources depend on having a Linux kernel. Check for Linux or
FreeBSD kernel to support both Gentoo/Linux and Gentoo/FreeBSD. Add building
of dell utilies based on dell USE flag so we don't have an automagical
depend. 2 upstream fixes. One for duplicate acpi messages. One for a
possible crasher.
05 Apr 2007; Doug Goldstein <cardoe@gentoo.org> +files/0.5.9-hald.rc,
+files/0.5.9/series, -files/hald, hal-0.5.9.ebuild:
Adding 0.5.9 init script which uses consolekit. Removing 0.4.x series init
script. Remove uneeded dodir calls. Add keepdir /var/lib/cache/hald since
HAL bombs without that directory. Adding quilt series file so we can use
quilt to maintain patches.
03 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+files/0.5.9/01_luks_mount_fix.patch, hal-0.5.9.ebuild:
add support for Gentoo Patchset applying via versioned directories (to use
quilt). Fix from upstream for LUKS mounting
*hal-0.5.9 (03 Apr 2007)
03 Apr 2007; Steev Klimaszewski <steev@gentoo.org> -hal-0.5.9_rc2.ebuild,
-hal-0.5.9_rc3.ebuild, +hal-0.5.9.ebuild:
Hal 0.5.9 release. remove the release candidates.
02 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9_rc3.ebuild:
Change linux-headers depend to 2.6.17 or higher. Remove mips-headers since
newest they have is 2.6.16. Add -mips since it won't work with their
headers.
02 Apr 2007; Steev Klimaszewski <steev@gentoo.org>
+files/hal-0.5.9-update_dtd.patch, hal-0.5.9_rc3.ebuild:
Update dtd for hal as well.
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org>
-files/hal-0.5.9-button_capabilities.patch, hal-0.5.9_rc3.ebuild:
Back out the last commit.
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org>
+files/hal-0.5.9-button_capabilities.patch, hal-0.5.9_rc3.ebuild:
Add patch to 0.5.9_rc3 for keyboard button capabilities.
*hal-0.5.9_rc3 (01 Apr 2007)
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.9_rc3.ebuild:
New upstream release, again, please test this one, 0.5.9 is around the corner.
30 Mar 2007; Steev Klimaszewski <steev@gentoo.org>
+files/fix-scsi-fake-host-event.patch, hal-0.5.9_rc2.ebuild:
Patch for scsi devices that don't have parents... this will fix the "hald
won't start" errors.
30 Mar 2007; Doug Goldstein <cardoe@gentoo.org> metadata.xml,
-hal-0.5.7-r3.ebuild, -hal-0.5.7.1-r4.ebuild:
remove old version. metadata fixes.
*hal-0.5.9_rc2 (30 Mar 2007)
30 Mar 2007; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.9_rc2.ebuild:
New upstream release - this is a release candidate, and the final should be
released within the next few days. Package.masked, please test.
19 Feb 2007; <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
Add back hal_unmount that was accidently removed
15 Feb 2007; Jeroen Roovers <jer@gentoo.org> hal-0.5.7.1-r5.ebuild:
Stable for HPPA (bug #166790).
15 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7.1-r5.ebuild:
Stable on sparc wrt #166790
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
Fix issue with newer pciutils that uses gzipped pci.ids, which HAL can not
handle
14 Feb 2007; Markus Rothe <corsair@gentoo.org> hal-0.5.7.1-r5.ebuild:
Stable on ppc64; bug #166790
14 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
hal-0.5.7.1-r5.ebuild:
stable x86; bug 166790
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
HAL does not read gzipped pci.ids data.
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
Retain current dmidecode behavior
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
Changing kernel checks from eerror to ewarn for the 2007.0 release media
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild:
ACPI stuff didn't work for -r5. Waiting until 0.5.8.1
13 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on Alpha + IA64.
30 Jan 2007; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7.1-ctype-fix.patch, hal-0.5.7.1-r4.ebuild:
Fix undefined ctype.h include so everyone can stop getting their panties in
a bundle.
*hal-0.5.7.1-r4 (30 Jan 2007)
30 Jan 2007; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7.1-autofs-subfs.patch,
+files/hal-0.5.7.1-floppies-fix.patch,
+files/hal-0.5.7.1-hald-scripts.patch,
-files/hal-0.5.7.1-hibernate-fix-r1.patch,
+files/hal-0.5.7.1-ipod-nano.patch, -hal-0.5.5.1-r3.ebuild,
-hal-0.5.7.1-r2.ebuild, hal-0.5.7.1-r3.ebuild, +hal-0.5.7.1-r4.ebuild:
Fixed hotplug depend. Fixed installing old unused udev rule. Fix for bug
#133743 from Gilles Dartiguelongue <dartigug@esiee.fr>. Fix bug #154648. Fix
bug #158304. Fix bug #163233.
29 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on sparc wrt #162942
23 Jan 2007; Jeroen Roovers <jer@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable for HPPA (bug #162942).
22 Jan 2007; Olivier Crête <tester@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on amd64 per bug #162942
21 Jan 2007; Markus Rothe <corsair@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on ppc64; bug #162942
21 Jan 2007; nixnut <nixnut@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on ppc wrt bug 162942
21 Jan 2007; Andrej Kacian <ticho@gentoo.org> hal-0.5.7.1-r3.ebuild:
Stable on x86, bug #162942.
18 Jan 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r3.ebuild:
Undo fixing bug #133743 since none of the patches actually work
*hal-0.5.7.1-r3 (18 Jan 2007)
18 Jan 2007; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7.1-hibernate-fix-r1.patch, -hal-0.5.7.1-r1.ebuild,
hal-0.5.7.1-r2.ebuild, +hal-0.5.7.1-r3.ebuild:
Fixed bug #133743 and bug #161057
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> hal-0.5.5.1-r3.ebuild,
hal-0.5.7-r3.ebuild, hal-0.5.7.1-r1.ebuild, hal-0.5.7.1-r2.ebuild:
Remove debug.eclass usage.
04 Dec 2006; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r1.ebuild,
hal-0.5.7.1-r2.ebuild:
Some depend fixes for the new udev
30 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+files/hal-0.5.5.1-RBC.patch, +files/hal-unmount.dev:
Restore a couple of files needed for 0.5.5.1-r3 that must've been
accidentally removed.
20 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.7-r3.ebuild:
Fix dbus dependencies for dbus-1.0 release
19 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
files/hal-0.5.7.1-hibernate-fix.patch:
patch didn't work for some people
*hal-0.5.7.1-r2 (15 Nov 2006)
15 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7.1-hibernate-fix.patch,
+files/hal-0.5.7.1-ignored-volumes.patch, hal-0.5.7.1-r1.ebuild,
+hal-0.5.7.1-r2.ebuild:
Fixing bug #155275, bug #147867, bug #140666 (the HAL parts not the KDE
parts of it), bug #133743, and refactored patch from bug #146910 so I don't
have to kill Ivan and Fabio.
31 Oct 2006; <christel@gentoo.org> hal-0.5.7-r3.ebuild:
Alpha stable
16 Oct 2006; Stefan Schweizer <genstef@gentoo.org> hal-0.5.7-r3.ebuild,
-hal-0.5.7.1.ebuild, hal-0.5.7.1-r1.ebuild:
Handle no kernel sources with eerror instead of die, thanks to Chris
Gianelloni <wolf31o2@gentoo.org> in bug 129811
22 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
-files/hal-0.4.1-old_storage_policy.patch,
-files/hal-0.4.5-gentoo_gphoto2_usermap.patch,
-files/hal-0.4.7-sys_floppy_detection.patch,
-files/hal-0.4.7-vfat_mount_utf8.patch, -files/hal-0.4.8-fix_dvdram.patch,
-files/hal-unmount.dev, -hal-0.4.8.ebuild:
Remove old hal-0.4x series\!
17 Sep 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.1-r1.ebuild:
Added split dependency on either dbus-glib *or* dbus, that way, those people
who have unmasked dbus-glib it will depend on that first, and if not, fall
back on dbus monolithic.
*hal-0.5.7.1-r1 (16 Sep 2006)
16 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7.1-sr-driver.patch, +hal-0.5.7.1-r1.ebuild:
patch to fix sr driver based drives. bug #147598
04 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
-files/hal-0.4.7-dont_add_device_twice-r1.patch, files/0.5-hald.rc,
-files/hal-0.4.7-device_info_leak.patch, -files/hal-0.5.5.1-RBC.patch,
-files/hal-0.5.7-drop-privs.patch, -files/hal-0.5.7-unclean-unmount.patch,
-hal-0.4.7-r2.ebuild, -hal-0.5.7.ebuild, -hal-0.5.7-r1.ebuild,
-hal-0.5.7-r2.ebuild:
Fixing HAL initscript. Removing oldness and some cleaning.
04 Sep 2006; Roy Marples <uberlord@gentoo.org> files/0.5-hald.rc,
files/hald:
hald init script dependencies updated, #125938.
29 Aug 2006; Joshua Jackson <tsunam@gentoo.org> hal-0.5.7-r3.ebuild:
stable x86; bug #144344
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.7-r3.ebuild:
Stable on ia64.
18 Aug 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.7-r3.ebuild:
Stable on ppc64
16 Aug 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.7-r1.ebuild:
Stable on ppc64
16 Aug 2006; Steev Klimaszewski <steev@gentoo.org>
+files/hal-0.5.7.1-dbus-close.patch:
And add the missing patch, closes bug #144075, thanks to Courtney Oliver for
reporting.
*hal-0.5.7.1 (16 Aug 2006)
16 Aug 2006; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.7.1.ebuild:
New upstream release, with fixes for sysfs changes with kernels > 2.6.17.
Closes bug #141950. Thanks to David Watzke for reporting.
17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> hal-0.5.7-r3.ebuild:
Marked stable on amd64 for bug #139612
16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> hal-0.5.7-r3.ebuild:
hppa stable, bug #139612
14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> hal-0.5.7-r3.ebuild:
ppc stable, bug #139612
12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> hal-0.5.7-r1.ebuild:
Stable on x86 wrt bug #139612.
10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7-r3.ebuild:
Stable on sparc wrt #139612
*hal-0.5.7-r3 (06 Jun 2006)
06 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/hal-0.5.7-hibernate.patch, +hal-0.5.7-r3.ebuild:
Revision bump for patch to suspend (bug #133743) from b_kopete@hotmail.com
18 May 2006; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.5.1-r3.ebuild:
Stable on alpha, bug 113818.
*hal-0.5.7-r2 (08 May 2006)
08 May 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/hal-0.5.7-unclean-unmount-r1.patch, +hal-0.5.7-r2.ebuild:
Change the install location for hal-unmount.sh, update the udev rules, and
change notifications to not die. Bug #131376, 129811.
01 May 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.4.7-r2.ebuild,
hal-0.4.8.ebuild, hal-0.5.5.1-r3.ebuild, hal-0.5.7.ebuild,
hal-0.5.7-r1.ebuild:
Don't install the INSTALL or COPYING files. They are available elsewhere and
just take up disk space. No revbump just to remove 2 files.
29 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7-r1.ebuild:
We now keepdir /media in hal as both gnome-mount and pmount can use it - Bug
130795
27 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.ebuild,
hal-0.5.7-r1.ebuild:
hal 0.5.7 depends on /proc/mounts which is in 2.6.15, so we require at least
that version now. Closes bug #127692. Thanks to Peter Clifton for reporting.
*hal-0.5.7-r1 (27 Apr 2006)
27 Apr 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/hal-0.5.7-rescan-on-resume.patch, +hal-0.5.7-r1.ebuild:
Adding patch for rescan on resume for gnome-power-manager
19 Mar 2006; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.ebuild:
autoreconf is not needed. fix doexec to doexe
*hal-0.5.7 (19 Mar 2006)
19 Mar 2006; Doug Goldstein <cardoe@gentoo.org>
+files/hal-0.5.7-drop-privs.patch, +files/hal-0.5.7-hald-scripts.patch,
+files/hal-0.5.7-ignored-volumes.patch, +files/hal-0.5.7-part-table.patch,
+files/hal-0.5.7-plugdev-allow-send.patch, +files/hal-0.5.7-pmu-fix.patch,
+files/hal-0.5.7-sony-brightness.patch,
+files/hal-0.5.7-unclean-unmount.patch, +hal-0.5.7.ebuild:
rev bump but include a bunch of patches with the aim to make this our best
HAL yet
03 Feb 2006; Guy Martin <gmsoft@gentoo.org> hal-0.4.8.ebuild:
Stable on hppa.
03 Feb 2006; Guy Martin <gmsoft@gentoo.org> hal-0.5.5.1-r3.ebuild:
Stable on hppa.
02 Feb 2006; Aron Griffis <agriffis@gentoo.org> hal-0.5.5.1-r3.ebuild:
Mark 0.5.5.1-r3 ~alpha
02 Feb 2006; Aron Griffis <agriffis@gentoo.org> hal-0.5.5.1-r3.ebuild:
Mark 0.5.5.1-r3 stable on ia64
22 Jan 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.5.1-r3.ebuild:
Stable on ppc64
22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org>
hal-0.5.5.1-r3.ebuild:
ppc stable, bug #113818
22 Jan 2006; <dang@gentoo.org> hal-0.5.5.1-r3.ebuild:
Marked stable on amd64 per bug#113818
22 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org>
hal-0.5.5.1-r3.ebuild:
stable on x86 as per bug #113818
20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.5.1-r3.ebuild:
Stable on sparc wrt #119634
07 Jan 2006; Doug Goldstein <cardoe@gentoo.org> files/0.5-hald.rc:
adding after coldplug
06 Jan 2006; Chris PeBenito <pebenito@gentoo.org> hal-0.5.5.1-r3.ebuild:
Add explicit handling of SELinux support.
02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.8.ebuild:
Stable on ppc.
01 Jan 2006; <plasmaroo@gentoo.org> hal-0.4.8.ebuild:
Stable on IA64.
31 Dec 2005; Simon Stelling <blubb@gentoo.org> hal-0.4.8.ebuild:
stable on amd64
31 Dec 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.8.ebuild:
Stable on ppc64
31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hal-0.4.7-r2.ebuild:
Change /bin/false to -1 in enewuser call.
30 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.4.8.ebuild:
stable on x86
30 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> files/0.5-hald.rc:
Fix hal initscript so it can really start
*hal-0.5.5.1-r3 (29 Dec 2005)
29 Dec 2005; Doug Goldstein <cardoe@gentoo.org>
-files/hal-0.4.5-vat_ntfs_labels.patch, files/0.5-hald.rc,
-files/hal-0.4.5-net_lockup.patch, -hal-0.5.5.1-r2.ebuild,
+hal-0.5.5.1-r3.ebuild:
Change initscript to handle possible permission problem. Make note about
acpid in the ebuild.
29 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
hal-0.5.5.1-r2.ebuild:
Fixing KOBJECT_UEVENT check for 2.6.15 kernels.
24 Dec 2005; Stefan Schweizer <genstef@gentoo.org> hal-0.5.5.1-r1.ebuild:
Fix if-statement thanks to Michail A.Baikov <rusxakep@mail.ru> in bug 116376
21 Dec 2005; Doug Goldstein <cardoe@gentoo.org> files/0.5-hald.rc,
-hal-0.4.5-r2.ebuild, -hal-0.5.4.ebuild, -hal-0.5.5.1.ebuild,
hal-0.5.5.1-r1.ebuild:
ebuild clean ups
*hal-0.5.5.1-r1 (16 Dec 2005)
16 Dec 2005; Spider <spider@gentoo.org> hal-0.5.5.1-r1.ebuild,
files/hal-0.5.5.1-RBC.patch:
Adding the patch from
http://thread.gmane.org/gmane.comp.freedesktop.hal/3915 which unbreaks old
iPods (gen3 and below) on firewire.
14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.4.8.ebuild,
hal-0.5.4.ebuild, hal-0.5.5.1.ebuild:
Fixed old typo in ||()
29 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild:
Adding a revdep-rebuild warning as per comment on bug #113818
27 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild:
Backporting kernel check to origival reported version.
27 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.5.1.ebuild:
Adding check for CONFIG_KOBJECT_UEVENT to resolve Bug #112186. Thanks to
Marcel Martin for diagnosing the bug.
*hal-0.5.5.1 (22 Nov 2005)
22 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> +hal-0.5.5.1.ebuild:
Version bumping with upstream. Resolves bug #112881
08 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild:
Fixing the deps for doc building. Resolves bug #108994
19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> hal-0.4.8.ebuild:
fixed RDEPEND for mips-headers, added ~mips keyword
17 Oct 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.4.ebuild:
added usb to HAL groups. Added optional supported depend on mips-headers
15 Sep 2005; <dang@gentoo.org> hal-0.4.8.ebuild:
Make hal not pass /bin/false as a shell to ecommit. Bug #103421
07 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> hal-0.5.4.ebuild:
Added to ~sparc.
05 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.4.8.ebuild:
Keyworded ~sparc for the experimental profile
05 Sep 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.4.ebuild:
${D} -> ${ROOT} clean up ebuild
*hal-0.5.4 (27 Aug 2005)
27 Aug 2005; Doug Goldstein <cardoe@gentoo.org> -files/hal-udev-63.patch,
-hal-0.5.2.ebuild, +hal-0.5.4.ebuild:
rev bump to 0.5.4, yay for the Gnome herd and mobile herd for new features
26 Aug 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.2.ebuild:
-m Fixing bug #103421
23 Aug 2005; Aron Griffis <agriffis@gentoo.org> hal-0.4.7-r2.ebuild:
stable on ia64
*hal-0.5.2 (18 Aug 2005)
18 Aug 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml,
+hal-0.5.2.ebuild, +hal-unmount.dev, +0.5-hald.rc,
+hal-0.5.1-old_storage_policy.patch:
added HAL 0.5.2, but masked, as per Gnome herd's request.
Added self to maintainership so I can work out 0.5.x issues
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.7-r2.ebuild:
Stable on ppc.
13 Jun 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.7-r2.ebuild:
stable on amd64
07 Jun 2005; Elfyn McBratney <beu@gentoo.org> hal-0.4.5-r2.ebuild,
hal-0.4.7-r2.ebuild:
Fix DEPEND (sys-kernel/linux26-headers is no longer in the tree).
06 Jun 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.7-r2.ebuild:
Stable on ppc64
*hal-0.4.8 (27 May 2005)
27 May 2005; foser <foser@gentoo.org> hal-0.4.8.ebuild :
New release, add sanity back to pkg_setup
Fixed headers dep (#89550)
Add patch to fix dvdram detection
09 May 2005; Aron Griffis <agriffis@gentoo.org> hal-0.4.5-r2.ebuild:
stable on ia64
24 Apr 2005; Daniel Drake <dsd@gentoo.org> hal-0.4.5-r2.ebuild,
hal-0.4.7-r2.ebuild:
Add sanity to pkg_setup.. also fixes usage with portage-HEAD
*hal-0.4.7-r2 (17 Apr 2005)
17 Apr 2005; foser <foser@gentoo.org> hal-0.4.7-r2.ebuild :
Fix floppy detection with newer kernels
Change policy on mounting removable drives (#83025)
Keepdir some policy dirs (#87167)
09 Apr 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.5-r2.ebuild:
Stable on ppc64
07 Apr 2005; Simon Stelling <blubb@gentoo.org> hal-0.4.5-r2.ebuild:
stable on amd64
28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.5-r2.ebuild:
Stable on ppc.
*hal-0.4.7-r1 (21 Mar 2004)
21 Mar 2005; foser <foser@gentoo.org> hal-0.4.7-r1.ebuild :
Add memleak fix & coldplug double add of devices patches
20 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild:
move back to testing, it requires a 2.6.10 kernel which is not yet stable on
amd64
19 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild:
stable on amd64
*hal-0.4.7 (06 Feb 2005)
06 Feb 2005; foser <foser@gentoo.org> hal-0.4.7.ebuild :
New release (#79968)
*hal-0.4.5-r2 (18 Jan 2005)
18 Jan 2005; foser <foser@gentoo.org> hal-0.4.5-r2.ebuild :
Add fix for #78564, requires some ugly checks for having a 2.6.10 kernel
Added some further ntfs/fat label detection fixes
*hal-0.4.5-r1 (17 Jan 2005)
17 Jan 2005; foser <foser@gentoo.org> hal-0.4.5-r1.ebuild :
Add patch to find the gphoto2 usermap (#75799)
*hal-0.4.5 (13 Jan 2005)
13 Jan 2005; foser <foser@gentoo.org> hal-0.4.5.ebuild :
Fresh release (bugfixes)
12 Jan 2005; foser <foser@gentoo.org> hal-0.4.4-r1.ebuild :
Change the iso label patch for a somewhat cleaner one
12 Jan 2005; foser <foser@gentoo.org> hal-0.4.2-r1.ebuild :
Fix SRC_URI (#77478) thnx to Gudleik Rasch for noticing
11 Jan 2005; John Mylchreest <johnm@gentoo.org> hal-0.2.98-r1.ebuild,
hal-0.4.1-r1.ebuild, hal-0.4.2-r1.ebuild, hal-0.4.4-r1.ebuild:
fixing linux-headers DEPEND for 2005.0. can we get away with a virtual?
*hal-0.4.4-r1 (09 Jan 2005)
09 Jan 2005; foser <foser@gentoo.org> hal-0.4.4-r1.ebuild :
Add patch to fix #77140 & another patch from the mailinglist
08 Jan 2005; Tom Martin <slarti@gentoo.org> hal-0.4.1-r1.ebuild:
Stable on amd64.
*hal-0.4.4 (08 Jan 2005)
08 Jan 2005; foser <foser@gentoo.org> hal-0.4.4.ebuild :
New release, dep fixes & add USE doc for doxygen docs
Add patch for zip as floppy drive detection
*hal-0.4.2-r1 (22 Dec 2004)
22 Dec 2004; foser <foser@gentoo.org> hal-0.4.2-r1.ebuild :
Add some minor bugfixing patches
20 Dec 2004; Joe McCann <joem@gentoo.org> hal-0.4.1-r1.ebuild,
hal-0.4.1.ebuild, hal-0.4.2.ebuild:
Adding intltool depend to 0.4.x releases
19 Dec 2004; Mike Gardiner <obz@gentoo.org> hal-0.4.1-r1.ebuild:
Keyworded x86 and ppc for GNOME 2.8.1
17 Dec 2004; Markus Rothe <corsair@gentoo.org> hal-0.4.1-r1.ebuild:
Stable on ppc64
*hal-0.4.2 (02 Dec 2004)
02 Dec 2004; foser <foser@gentoo.org> hal-0.4.2.ebuild :
New release, add proper debug & pcmcia USE flags
Up glib dep to 2.4 because of #71316
*hal-0.4.1-r1 (30 Nov 2004)
30 Nov 2004; foser <foser@gentoo.org> hal-0.4.1-r1.ebuild :
Make use of managed keyword, with updated util-linux dep
11 Nov 2004; Mike Gardiner <obz@gentoo.org> hal-0.2.98-r1.ebuild:
Keyworded ppc for GNOME 2.8
08 Nov 2004; Markus Rothe <corsair@gentoo.org> hal-0.4.1.ebuild:
Marked ~ppc64
*hal-0.4.1 (02 Nov 2004)
02 Nov 2004; foser <foser@gentoo.org> hal-0.4.1.ebuild :
New release
Add patch for device manager
*hal-0.4.0 (29 Oct 2004)
29 Oct 2004; foser <foser@gentoo.org> hal-0.4.0.ebuild :
New release (#68243)
Fix LICENSE
Add a few patches from RH & some fixes to counter them
*hal-0.2.98-r1 (02 Oct 2004)
02 Oct 2004; <peter@gentoo.org> +hal-0.2.98-r1.ebuild:
Revision bump. hal-device-manager now comes from a seperate package.
28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/hald:
Gentoo Technologies, Inc. -> Gentoo Foundation
21 Sep 2004; foser <foser@gentoo.org> hal-0.2.98.ebuild :
Add kernel26-headers dep, because of several reports (#64851)
*hal-0.2.98 (21 Sep 2004)
21 Sep 2004; foser <foser@gentoo.org> hal-0.2.98.ebuild :
New release, fix up the init script to work with the new pid handling
Update dbus dep to keep hal-dev-manager working
Add libcap dep
18 Sep 2004; Travis Tilley <lv@gentoo.org> hal-0.2.97.ebuild:
added ~amd64 keyword
30 Aug 2004; David Holm <dholm@gentoo.org> hal-0.2.97.ebuild:
Added to ~ppc.
*hal-0.2.97 (17 Aug 2004)
17 Aug 2004; foser <foser@gentoo.org> hal-0.2.97.ebuild, metadata.xml, Changelog :
Initial commit of hal (Hardware Abstraction Layer), a layer on top of udev to get hardware info
Added init script for Gentoo
Added to the gnome herd for now, maintained by foser <foser@gentoo.org>
|