summaryrefslogtreecommitdiff
blob: 67606b81279c0404982b64a5ad2b9285db476a9d (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
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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
# ChangeLog for sys-fs/udev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.699 2012/07/30 22:41:09 ssuominen Exp $

  30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -files/blacklist-110,
  udev-141-r1.ebuild:
  udev-141-r1 can use blacklist-146 instead of blacklist-110 (because the only
  difference is in commented out example for usblp)

  30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r6.ebuild,
  metadata.xml:
  Move inherit around in -171-r6.ebuild and remove unused USE="acl" from
  metadata.xml to silence repoman.

  30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -files/net-104-r10.sh,
  -files/156/udev.confd, -files/udev-110-root-link-1.diff,
  -files/156/udev.initd, -files/udev-postmount-initd-111-r2,
  -files/156/udev-postmount.initd, -files/udev-stop-111-r2.sh,
  -files/156/udev-start.sh, -files/udev-start-113-r2.sh,
  -files/156/40-gentoo.rules, -files/156/udev-stop.sh,
  -files/udev-start-114-r1.sh, -files/161/40-gentoo.rules,
  -files/udev-114-root-link-2.diff, -files/161/90-network.rules,
  -files/modprobe-114.sh, -files/161/shell-compat-KV.sh,
  -files/modprobe-115.sh, -files/161/shell-compat-addon.sh,
  -files/net-118-r1.sh, -files/161/udev.confd, -files/shell-compat-118-r2.sh,
  -files/161/udev.initd, -files/udev-start-118-r2.sh,
  -files/161/udev-dev-tarball.initd, -files/udev-stop-118-r2.sh,
  -files/161/udev-mount.initd, -files/shell-compat-118-r3.sh,
  -files/156/90-network.rules, -files/161/udev-postmount.initd,
  -files/udev-start-122-r1.sh, -files/161/udev-start.sh,
  -files/udev-122-rules-update.diff, -files/161/udev-stop.sh,
  -files/udev-124-cdrom-autoclose-bug.diff, -files/156/shell-compat-KV.sh,
  -files/164/40-gentoo.rules, -files/udev-124-encoding-overflow.patch,
  -files/156/shell-compat-addon.sh, -files/164/90-network.rules,
  -files/udev-124-netlink-owner-check.patch, -files/156/udev-dev-tarball.initd,
  -files/164/shell-compat-KV.sh,
  -files/udev-167-revert-disable-all-extras.patch, -files/156/udev-mount.initd,
  -files/164/shell-compat-addon.sh, -files/udev-175-zlib.patch,
  -files/164/udev.confd, -files/164/udev-dev-tarball.initd,
  -udev-124-r1.ebuild, -files/164/udev.initd, -files/164/udev-mount.initd,
  -udev-124-r2.ebuild, -files/164/udev-postmount.initd, -udev-114.ebuild,
  -udev-141.ebuild, -files/164/udev-start.sh, -udev-115-r1.ebuild,
  -udev-182-r2.ebuild, -files/164/udev-stop.sh, -udev-119.ebuild,
  -udev-182-r3.ebuild, -files/udev.conf.post_113, -files/udev.conf.post_114,
  -files/udev.confd, -files/udev.initd, -files/write_root_link_rule,
  -udev-171-r5.ebuild:
  old

  30 Jul 2012; Mike Frysinger <vapier@gentoo.org> udev-186.ebuild:
  Add m68k/s390 keywords #397769 by William Hubbs.

  29 Jul 2012; William Hubbs <williamh@gentoo.org> udev-186.ebuild:
  Fix the build when a cross emerge is used, thanks to Nick Bowler for the
  patch. This closes bug #427142.

  22 Jul 2012; Raúl Porcel <armin76@gentoo.org> udev-182-r2.ebuild,
  udev-182-r3.ebuild, udev-186.ebuild:
  Add ~alpha/~sh/~sparc wrt #397769

  15 Jul 2012; Raúl Porcel <armin76@gentoo.org> udev-171-r6.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #416653

  05 Jul 2012; William Hubbs <williamh@gentoo.org> udev-186.ebuild:
  add back dependencies that were unintentionally removed for bug #424874,
  thanks to Nikoli.

*udev-186 (04 Jul 2012)

  04 Jul 2012; William Hubbs <williamh@gentoo.org> +udev-186.ebuild:
  version bump. I would like to thank Jonathan Callen for his assistance
  with this ebuild.

  03 Jul 2012; Jeroen Roovers <jer@gentoo.org> udev-171-r6.ebuild:
  Stable for HPPA (bug #416653).

  28 May 2012; Markus Meier <maekke@gentoo.org> udev-171-r6.ebuild:
  arm stable, bug #416653

  22 May 2012; Jeff Horelick <jdhore@gentoo.org> udev-171-r6.ebuild:
  marked x86 per bug 416653

  20 May 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r6.ebuild:
  ppc/ppc64 stable wrt #416653

  20 May 2012; Agostino Sarubbo <ago@gentoo.org> udev-171-r6.ebuild:
  Stable for amd64, wrt bug #416653

*udev-171-r6 (17 May 2012)

  17 May 2012; Samuli Suominen <ssuominen@gentoo.org> +udev-171-r6.ebuild:
  Remove USE="acl" and from USE="extras" since the functionality is moved to
  >=sys-auth/consolekit-0.4.5_p20120320[acl].

  16 May 2012; Samuli Suominen <ssuominen@gentoo.org> udev-146-r1.ebuild,
  udev-149.ebuild, udev-151-r4.ebuild:
  Apply udev-164-remove-v4l1.patch to every old sys-fs/udev ebuild with
  USE="extras" wrt #413055 by Andreis_Vinogradovs

  04 May 2012; Jeff Horelick <jdhore@gentoo.org> udev-149.ebuild,
  udev-151-r4.ebuild, udev-164-r2.ebuild, udev-171-r5.ebuild,
  udev-182-r2.ebuild, udev-182-r3.ebuild, udev-9999.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  23 Apr 2012; Mike Frysinger <vapier@gentoo.org> udev-146-r1.ebuild,
  udev-149.ebuild, udev-151-r4.ebuild, udev-164-r2.ebuild, udev-171-r5.ebuild,
  udev-182-r2.ebuild, udev-182-r3.ebuild, udev-9999.ebuild:
  Do not depend on glibc -- block older versions only.

  21 Apr 2012; Mike Frysinger <vapier@gentoo.org> udev-182-r3.ebuild:
  Restore ~arch keywords #410401.

  12 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r5.ebuild:
  Try to support sys-apps/hwids also in 171-r5 for people who have temporarily
  masked >= 180 wrt #411737 by Martin von Gagern

  08 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
  Use sys-apps/hwids for -9999 too. See commit 01 Apr 2012 to udev-182-r3.

  02 Apr 2012; Jeroen Roovers <jer@gentoo.org> udev-182-r3.ebuild:
  Marked ~hppa (bug #410401).

*udev-182-r3 (01 Apr 2012)

  01 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org> +udev-182-r3.ebuild:
  Make use of the new hwids ebuild.

  28 Mar 2012; Zac Medico <zmedico@gentoo.org> udev-182-r2.ebuild,
  udev-9999.ebuild:
  Block <udev-init-scripts-10 due to file collision with
  /lib/udev/rules.d/40-gentoo.rules. Please ignore repoman dependency.unknown
  warnings about the blocker which are produced by stable portage. The warnings
  are disabled in latest protage (see bug #382407).

  24 Mar 2012; William Hubbs <williamh@gentoo.org> -udev-182-r1.ebuild,
  -udev-182.ebuild, udev-182-r2.ebuild, udev-9999.ebuild:
  remove broken versions and sync live ebuild with latest udev 182 release

*udev-182-r2 (24 Mar 2012)

  24 Mar 2012; William Hubbs <williamh@gentoo.org> +udev-182-r2.ebuild:
  revision bump for bug #409487

*udev-182-r1 (23 Mar 2012)

  23 Mar 2012; William Hubbs <williamh@gentoo.org> +udev-182-r1.ebuild:
  revision bump for bug #409359

  23 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  Remove warnings about devfs-compatible rules from the live ebuild

  23 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  Remove some cruft from the live ebuild: The fix_old_persistent_net_rules
  function has been there since 2008 and is not documented. This code fixed an
  issue with very old persistent net rules which should be taken care of by now
  since we have had several stable udev versions with this fix. The ebuild
  should not touch things in ${ROOT}/lib/udev/devices; remove the code that does
  this. Remove the code that removes ${ROOT}/etc/dev.d.

  22 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  re-order the econf options to match udev help.

  22 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  quoting fixes, make all tests use [[ and use $D for $ED since we are not on
  prefix

  22 Mar 2012; William Hubbs <williamh@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  repoman fix -- drop the blocker for <sys-fs/udev-init-scripts-10 since that is
  no longer in the tree

  22 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  Move gtk-doc documentation to /usr/share/doc/${PF}/html with symlink(s) back
  to /usr/share/gtk-doc/html wrt #312373

  21 Mar 2012; Zac Medico <zmedico@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  Block <udev-init-scripts-10 due to file collision with
  /lib/udev/rules.d/40-gentoo.rules.

  20 Mar 2012; William Hubbs <williamh@gentoo.org> -udev-181.ebuild:
  remove old version

  20 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  Support for USE="edd" functionality was removed by upstream, see NEWS:
  /dev/disk/by-path/ links are no longer created for ATA devices behind
  an 'ATA transport class', the logic to extract predictable numbers does
  not exist in the kernel at this moment.
  /dev/disk/by-id/scsi-* compatibility links are no longer created for
  ATA devices, they have their own ata-* prefix.

  20 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  Fix path to README.keymap.txt wrt #408939 by "candrews"

  20 Mar 2012; William Hubbs <williamh@gentoo.org> udev-182.ebuild,
  udev-9999.ebuild:
  Fix location of default rules file for bug #408937

*udev-182 (19 Mar 2012)

  19 Mar 2012; William Hubbs <williamh@gentoo.org> +udev-182.ebuild,
  udev-181.ebuild, udev-9999.ebuild:
  version bump, also closes bug #398049 and bug #408379

  19 Mar 2012; William Hubbs <williamh@gentoo.org> +files/40-gentoo.rules,
  metadata.xml, udev-9999.ebuild:
  Add 40-gentoo.rules and the openrc use flag for bug #408379.

  19 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  Remove sys-apps/baselayout depend from here in favour of letting
  sys-fs/udev-init-scripts handle it.

  19 Mar 2012; William Hubbs <williamh@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  Revert making the CONFIG_DEVTMPFS check fatal. Checking for kernel config
  options cannot be fatal because it breaks build hosts. See
  https://bugs.gentoo.org/show_bug.cgi?id=103878#c29.

  19 Mar 2012; William Hubbs <williamh@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  make check for CONFIG_DEVTMPFS critical. If this is not set, udev will not
  run.

  17 Mar 2012; Matt Turner <mattst88@gentoo.org> udev-181.ebuild:
  Added ~mips, bug 397769.

  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r5.ebuild,
  udev-181.ebuild, udev-9999.ebuild:
  Use correct HOMEPAGE wrt #402671 by Franz Siegfried Metz and Bruce Hill

  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r5.ebuild,
  udev-181.ebuild, udev-9999.ebuild:
  Raise baselayout depend to >= 2 wrt #407849 by Michael Hill

  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  Remove use_enable for hwdb which isn't available and use correct bash syntax
  for += wrt #408287. Quote the result of $(systemd_with_unitdir). Remove
  useless libtool files in favour of pkg-config files.

  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r5.ebuild,
  udev-181.ebuild, udev-9999.ebuild:
  Stop forcing USE="-zlib" for sys-apps/pciutils as part of bug #360849

  11 Mar 2012; William Hubbs <williamh@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  move CONFIG_CHECK variable into pkg_setup, thanks to anarchy@gentoo.org.

  11 Mar 2012; William Hubbs <williamh@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  Add rdepends for dracut, genkernel and openrc so that separate /usr works
  correctly.

  08 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  live ebuild updates: remove acl support and remove support for arch-specific
  rules since they have been removed upstream.

  25 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r5.ebuild:
  ppc64 stable wrt #399717

  19 Feb 2012; William Hubbs <williamh@gentoo.org> udev-181.ebuild,
  udev-9999.ebuild:
  update kmod dependencies to >=kmod-5

  19 Feb 2012; William Hubbs <williamh@gentoo.org> -udev-175-r1.ebuild,
  -udev-180.ebuild:
  remove old masked versions

  12 Feb 2012; Jeff Horelick <jdhore@gentoo.org> udev-171-r5.ebuild:
  x86 stable per bug 399717

  08 Feb 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  sync live ebuild

*udev-181 (08 Feb 2012)

  08 Feb 2012; William Hubbs <williamh@gentoo.org> +udev-181.ebuild:
  version bump

  07 Feb 2012; Jeroen Roovers <jer@gentoo.org> udev-171-r5.ebuild:
  Stable for HPPA (bug #399717).

  05 Feb 2012; William Hubbs <williamh@gentoo.org> udev-180.ebuild:
  udev-180 only builds with kmod-4

  05 Feb 2012; Markus Meier <maekke@gentoo.org> udev-171-r5.ebuild:
  arm stable, bug #399717

  04 Feb 2012; William Hubbs <williamh@gentoo.org> udev-180.ebuild,
  udev-9999.ebuild:
  add sys-apps/kmod to the dependencies for bug #402175

*udev-180 (03 Feb 2012)

  03 Feb 2012; William Hubbs <williamh@gentoo.org> +udev-180.ebuild,
  udev-9999.ebuild:
  udev 180 version bump. This version uses the split udev-init-scripts package
  for bug #396181.

  01 Feb 2012; Brent Baude <ranger@gentoo.org> udev-171-r5.ebuild:
  Marking udev-171-r5 ppc for bug 399717

  25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> udev-146-r1.ebuild,
  udev-149.ebuild, udev-151-r4.ebuild, udev-164-r2.ebuild:
  Remove deprecated warning for HAL wrt #396015

  23 Jan 2012; Agostino Sarubbo <ago@gentoo.org> udev-171-r5.ebuild:
  Stable for amd64, wrt bug #399717

  12 Jan 2012; William Hubbs <williamh@gentoo.org> files/udev-175-zlib.patch:
  add back original patch for #397953.

  04 Jan 2012; William Hubbs <williamh@gentoo.org> -files/udev-175-zlib.patch,
  udev-175-r1.ebuild:
  remove fix for bug #360849. This was rejected upstream; see the bug for more
  information.

  03 Jan 2012; William Hubbs <williamh@gentoo.org> udev-141-r1.ebuild,
  udev-141.ebuild, udev-146-r1.ebuild, udev-149.ebuild, udev-151-r4.ebuild,
  udev-164-r2.ebuild:
  complete migration from git to git-2 e eclass.

  02 Jan 2012; Mike Frysinger <vapier@gentoo.org> udev-175-r1.ebuild,
  +files/udev-175-zlib.patch:
  Support reading of compressed pci/usb databases #360849 by Samuli Suominen.

  01 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2009:
  Split ChangeLog.

  30 Dec 2011; William Hubbs <williamh@gentoo.org> -udev-171-r4.ebuild:
  remove old version

*udev-171-r5 (29 Dec 2011)

  29 Dec 2011; William Hubbs <williamh@gentoo.org> udev-141.ebuild,
  udev-141-r1.ebuild, udev-146-r1.ebuild, udev-149.ebuild, udev-151-r4.ebuild,
  udev-164-r2.ebuild, +udev-171-r5.ebuild, udev-175-r1.ebuild,
  udev-9999.ebuild:
  add -vserver and -lxc keywords to udev-mount and udev-postmount, fix a typo
  in udev script and several repoman fixes.

  25 Dec 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  udev now needs >=sys-apps/util-linux-2.20

  17 Dec 2011; Raúl Porcel <armin76@gentoo.org> udev-164-r2.ebuild:
  s390 stable wrt #352827

  15 Dec 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  Add a compatibility symlink for udevadm and use --exec-prefix to put the
  binaries in the correct directory.

  14 Dec 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  remove prefix support and use bindir to install udevadm in /bin.

  14 Dec 2011; Mike Frysinger <vapier@gentoo.org> udev-171-r4.ebuild:
  Unify duplicate econf statements with a use_extras helper.

  14 Dec 2011; William Hubbs <williamh@gentoo.org> -udev-171-r1.ebuild,
  -udev-171-r2.ebuild, -udev-171-r3.ebuild, -udev-175.ebuild:
  remove old versions

*udev-171-r4 (11 Dec 2011)

  11 Dec 2011; William Hubbs <williamh@gentoo.org> +files/shell-compat-KV.sh,
  +udev-171-r4.ebuild:
  rev bump for #338257.

  09 Dec 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  sync live ebuild

  09 Dec 2011; Mike Frysinger <vapier@gentoo.org> udev-171-r3.ebuild,
  udev-175.ebuild, udev-175-r1.ebuild:
  Require pciutils[-zlib] when USE=hwdb #360849 by Samuli Suominen.

*udev-175-r1 (09 Dec 2011)
*udev-171-r3 (09 Dec 2011)

  09 Dec 2011; William Hubbs <williamh@gentoo.org> +udev-171-r3.ebuild,
  +udev-175-r1.ebuild:
  Rev bumps for #380929. All scripts should now be /run aware.

  11 Nov 2011; Mike Frysinger <vapier@gentoo.org> udev-171-r2.ebuild,
  udev-175.ebuild, udev-9999.ebuild:
  If we don't run eautoreconf, then run elibtoolize so the local libtool code
  gets workarounds added to it (e.g. cross-compiling fixes).

  09 Nov 2011; William Hubbs <williamh@gentoo.org> udev-175.ebuild,
  udev-9999.ebuild:
  add warning about separate /usr partition.

  09 Nov 2011; William Hubbs <williamh@gentoo.org> udev-175.ebuild,
  udev-9999.ebuild:
  fix an indent

  09 Nov 2011; William Hubbs <williamh@gentoo.org> udev-175.ebuild,
  udev-9999.ebuild:
  QA Fixes: use should not be called in global scope and clean up the
  conditional declarations for IUSE and RESTRICT.
  Thanks to mr_bones_ for pointing these out.

  08 Nov 2011; William Hubbs <williamh@gentoo.org> udev-175.ebuild,
  udev-9999.ebuild:
  sync live ebuild and fix a comment

  08 Nov 2011; William Hubbs <williamh@gentoo.org> -udev-174-r1.ebuild:
  remove old version

*udev-175 (08 Nov 2011)

  08 Nov 2011; William Hubbs <williamh@gentoo.org> +udev-175.ebuild:
  version bump

  07 Nov 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  sync live ebuild.

*udev-174-r1 (07 Nov 2011)

  07 Nov 2011; William Hubbs <williamh@gentoo.org> -udev-174.ebuild,
  +udev-174-r1.ebuild:
  backport a patch to re-add permissions to optical drives.

*udev-174 (06 Nov 2011)

  06 Nov 2011; William Hubbs <williamh@gentoo.org> +udev-174.ebuild:
  version bump

  06 Nov 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  fix dependencies for doc use flag in live ebuild.

  04 Nov 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  Live ebuild now pulls udev gentoo scripts from git.

  03 Nov 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  Major updates to the live ebuild:
  - The src_test function was set back to the default per upstream's
  recommendations. Also, test has been restricted to run if userpriv is
  not active.
  - The src_unpack and pkg_preinst functions were removed.
  - a new version of the udev startup scripts was included which is more
  integrated to openrc and has had some outdated files removed.
  - Now the ebuild manually installs the files from udev-gentoo-scripts.
  - Several other small code cleanups.

  18 Sep 2011; Zac Medico <zmedico@gentoo.org> udev-171-r2.ebuild,
  udev-9999.ebuild:
  Fix for prefix and add ~x86-linux keyword.

*udev-171-r2 (13 Sep 2011)

  13 Sep 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-171-r2.ebuild,
  udev-9999.ebuild:
  Add src_test function that also tests the udev-scripts. Sync live ebuild and
  normal version.

  09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> udev-164-r2.ebuild:
  ppc/ppc64 stable wrt #352827

  07 Jul 2011; Matthias Schwarzott <zzam@gentoo.org> udev-171-r1.ebuild,
  udev-9999.ebuild:
  Enforce new enough linux-headers, Bug #368403.

  06 Jul 2011; William Hubbs <williamh@gentoo.org> udev-146-r1.ebuild,
  udev-149.ebuild, udev-151-r4.ebuild, udev-164-r2.ebuild, udev-171-r1.ebuild,
  udev-9999.ebuild:
  add blk_dev_bsg to config_check for bug #373535.

  30 Jun 2011; William Hubbs <williamh@gentoo.org> -udev-168-r2.ebuild:
  removing udev 168 because it breaks X11

  28 Jun 2011; William Hubbs <williamh@gentoo.org> udev-164-r2.ebuild,
  udev-171-r1.ebuild, udev-9999.ebuild:
  Fix the target of the udev symbolic link that is installed in the
  stages.

  25 Jun 2011; Raúl Porcel <armin76@gentoo.org> udev-164-r2.ebuild:
  ia64/m68k/sh/sparc stable wrt #352827

  22 Jun 2011; William Hubbs <williamh@gentoo.org> udev-164-r2.ebuild,
  udev-171-r1.ebuild, udev-9999.ebuild:
  add build to iuse

  14 Jun 2011; Markus Meier <maekke@gentoo.org> udev-164-r2.ebuild:
  x86 stable, bug #352827

  13 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171-r1.ebuild,
  udev-9999.ebuild:
  Update glibc requirement to 2.10 for bug #370691.

  11 Jun 2011; Markus Meier <maekke@gentoo.org> udev-164-r2.ebuild:
  arm stable, bug #352827

  09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> udev-171-r1.ebuild:
  Update test tarball to version 171, bug #370849.

  09 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171-r1.ebuild:
  add temporary support for the extras use flag.

  09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> udev-9999.ebuild:
  Fix unpacking with git-2 eclass, bug #370647.

  09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> udev-171-r1.ebuild,
  udev-9999.ebuild:
  Do no longer tell the user to re-emerge HAL in case of problems.

  09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> -udev-162.ebuild,
  -udev-163.ebuild, -udev-164.ebuild, -udev-164-r1.ebuild, -udev-167.ebuild,
  -udev-167-r1.ebuild, -udev-168.ebuild, -udev-168-r1.ebuild, -udev-171.ebuild:
  Removed unneeded versions.

  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> udev-164-r2.ebuild:
  Stable on amd64 wrt bug #352827

  08 Jun 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  fix typo: VCS should be vcs. bug #370647.

  08 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171-r1.ebuild,
  udev-9999.ebuild:
  Do not force the acl, gudev, hwdb or keymap use flags on since these were
  bringing in dependencies a minimal system does not need. Thanks to Matt
  Turner for pointing this out.

*udev-171-r1 (07 Jun 2011)

  07 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-171-r1.ebuild:
  Fix checking kernel versions with strange suffixes, Bug #370009. Also prepare
  for two digit numbers (3.0).

  07 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171.ebuild,
  udev-9999.ebuild, metadata.xml:
  Use acl global use flag instead of udev_acl.

  07 Jun 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild:
  migrate live ebuild to eapi 4.

  05 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> udev-146-r1.ebuild,
  udev-149.ebuild, udev-151-r4.ebuild, udev-162.ebuild, udev-163.ebuild,
  udev-164.ebuild, udev-164-r1.ebuild, udev-164-r2.ebuild, udev-167.ebuild,
  udev-167-r1.ebuild, udev-168.ebuild, udev-168-r1.ebuild, udev-168-r2.ebuild,
  udev-171.ebuild, udev-9999.ebuild:
  Linux-3.0 support for udev version checks.

*udev-171 (05 Jun 2011)

  05 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-171.ebuild,
  udev-9999.ebuild, metadata.xml:
  Version bumped, Bug #368331. Split extras use flag into a lot small ones, Bug
  #348472. Fix cross compiling issue, Bug #360397. Use systemd eclass, Bug
  #365943. Update minimum required kernel version.

  05 Jun 2011; Jeroen Roovers <jer@gentoo.org> udev-164-r2.ebuild:
  Stable for HPPA (bug #352827).

  02 Jun 2011; William Hubbs <williamh@gentoo.org> udev-164-r2.ebuild,
  udev-9999.ebuild:
  Add udev to the sysinit runlevel for the stages, bug #369037

  01 Jun 2011; Tobias Klausmann <klausman@gentoo.org> udev-164-r2.ebuild:
  Stable on alpha, bug #352827

*udev-168-r2 (14 May 2011)

  14 May 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-168-r2.ebuild,
  udev-9999.ebuild:
  Remove /run is not existing message, Bug #365679. Fix uinput rule to match
  what newer kernels does, Bug #321677. Only run modprobe unix when unix
  sockets are not yet available, Bug #363549.

*udev-168-r1 (30 Apr 2011)

  30 Apr 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-168-r1.ebuild:
  fixed install location of baselayout-1 scripts, bug #364375.

  30 Apr 2011; Matthias Schwarzott <zzam@gentoo.org> udev-168.ebuild,
  udev-9999.ebuild:
  Fix helper programs still installed to /lib64/udev

*udev-168 (30 Apr 2011)

  30 Apr 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-168.ebuild,
  udev-9999.ebuild:
  Version bumped. Unconditionally install to /lib/udev, also on multilib, Bug
  #364375. Remove automagic dependency to systemd, Bug #364065.

  15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> udev-114.ebuild,
  udev-115-r1.ebuild, udev-119.ebuild, udev-124-r1.ebuild, udev-124-r2.ebuild,
  udev-141.ebuild, udev-141-r1.ebuild, udev-146-r1.ebuild, udev-149.ebuild,
  udev-151-r4.ebuild, udev-162.ebuild, udev-163.ebuild, udev-164.ebuild,
  udev-164-r1.ebuild, udev-164-r2.ebuild, udev-167.ebuild, udev-167-r1.ebuild,
  udev-9999.ebuild:
  Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133.

  03 Apr 2011; Matthias Schwarzott <zzam@gentoo.org> udev-167.ebuild,
  udev-167-r1.ebuild, udev-9999.ebuild:
  Update needed reliable kernel version. Sync live version to latest normal
  version.

  03 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> udev-167-r1.ebuild:
  Avoid maintainer-mode triggered automake.

*udev-167-r1 (03 Apr 2011)

  03 Apr 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-167-r1.ebuild,
  +files/udev-167-revert-disable-all-extras.patch:
  Let USE=-extras still build important utils like ata_id and usb_id.
  Backported from udev-168.

*udev-167 (30 Mar 2011)

  30 Mar 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-167.ebuild:
  Version bumped. udev-167 defaults to using subdir udev in /run if it exists,
  but as this does not exist on gentoo, it normally falls back to using
  /dev/.udev, so this is fine.

  30 Mar 2011; Matthias Schwarzott <zzam@gentoo.org> udev-164-r2.ebuild,
  -files/udev-164-remove-noopenvz.patch:
  Use updated scripts instead of patching them.

*udev-164-r2 (19 Mar 2011)

  19 Mar 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-164-r2.ebuild,
  +files/udev-164-remove-noopenvz.patch, +files/udev-164-remove-v4l1.patch:
  Enable udev inside OpenVZ containers, Bug #346885. Disable v4lv1, so that
  udev compiles with linux-headers-2.6.38, Bug #359407.

  06 Feb 2011; Mart Raudsepp <leio@gentoo.org> udev-114.ebuild,
  udev-115-r1.ebuild:
  Drop to ~mips

*udev-164-r1 (12 Dec 2010)

  12 Dec 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-164-r1.ebuild:
  Moved scripts from files to a tarball.

*udev-164 (30 Oct 2010)

  30 Oct 2010; Matthias Schwarzott <zzam@gentoo.org>
  +files/164/40-gentoo.rules, +files/164/90-network.rules,
  +files/164/shell-compat-KV.sh, +files/164/shell-compat-addon.sh,
  +files/164/udev.confd, +files/164/udev.initd,
  +files/164/udev-dev-tarball.initd, +files/164/udev-mount.initd,
  +files/164/udev-postmount.initd, +udev-164.ebuild,
  +files/164/udev-start.sh, +files/164/udev-stop.sh:
  Version bumped. Changed udev-postmount script to better check for ro
  filesystems and non bash shells. Bugs 342403, 326825. Remove /dev/loop if
  it is empty, Bug #338766.

  29 Oct 2010; Jeroen Roovers <jer@gentoo.org> udev-151-r4.ebuild:
  Stable for HPPA (bug #324507).

*udev-163 (11 Oct 2010)

  11 Oct 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-163.ebuild:
  Version bumped.

  27 Sep 2010; Matthias Schwarzott <zzam@gentoo.org> -udev-146.ebuild,
  -udev-146-r2.ebuild, -udev-146-r3.ebuild,
  -files/udev-146-printer-usb_device-permission.diff,
  -files/151/shell-compat-addon.sh, -udev-147-r1.ebuild,
  -files/151/udev.confd, -udev-145.ebuild, -udev-150-r1.ebuild,
  -udev-151-r1.ebuild, -udev-151-r2.ebuild, -udev-151-r3.ebuild,
  -udev-154.ebuild, -udev-156.ebuild, -udev-157.ebuild, -udev-158.ebuild,
  -udev-159.ebuild, -files/udev-159-path_id.patch, -files/151/udev.initd,
  -udev-160.ebuild, -files/151/udev-dev-tarball.initd, -udev-145-r1.ebuild,
  -udev-161.ebuild,
  -files/udev-161-cdrom_id_Drop_MEDIA_SESSION_NEXT_for_DVD-RW-RO.patch,
  -files/151/shell-compat-KV.sh, -files/151/udev-mount.initd,
  -files/151/udev-postmount.initd, -files/151/udev-start.sh,
  -udev-145-r2.ebuild, -files/151/udev-stop.sh, -udev-145-r3.ebuild:
  Removed a lot of old versions.

*udev-162 (12 Sep 2010)

  12 Sep 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-162.ebuild:
  Version bumped.

  28 Aug 2010; Raúl Porcel <armin76@gentoo.org> udev-151-r4.ebuild:
  ia64/m68k/s390/sh/sparc stable wrt #334087

  28 Aug 2010; Markus Meier <maekke@gentoo.org> udev-151-r4.ebuild:
  arm stable, bug #324507

*udev-161 (24 Aug 2010)

  24 Aug 2010; Matthias Schwarzott <zzam@gentoo.org>
  +files/udev-161-cdrom_id_Drop_MEDIA_SESSION_NEXT_for_DVD-RW-RO.patch,
  +files/161/40-gentoo.rules, +files/161/90-network.rules,
  +files/161/shell-compat-KV.sh, +files/161/shell-compat-addon.sh,
  +files/161/udev.confd, +files/161/udev-dev-tarball.initd,
  +udev-161.ebuild, +files/161/udev.initd, +files/161/udev-mount.initd,
  +files/161/udev-postmount.initd, +files/161/udev-start.sh,
  +files/161/udev-stop.sh:
  Version bumped. Fixed dir_writable check printing an error to console when
  test fails, bug #326825.

  24 Aug 2010; Matthias Schwarzott <zzam@gentoo.org> udev-149.ebuild,
  udev-150-r1.ebuild, udev-151-r1.ebuild, udev-151-r2.ebuild,
  udev-151-r3.ebuild, udev-151-r4.ebuild, udev-154.ebuild, udev-156.ebuild,
  udev-157.ebuild, udev-158.ebuild, udev-159.ebuild, udev-160.ebuild,
  udev-9999.ebuild:
  Fix pkgconfig dependency to be only in DEPEND and not in RDEPEND.

  23 Aug 2010; Mike Frysinger <vapier@gentoo.org> udev-149.ebuild,
  udev-150-r1.ebuild, udev-151-r1.ebuild, udev-151-r2.ebuild,
  udev-151-r3.ebuild, udev-151-r4.ebuild, udev-154.ebuild, udev-156.ebuild,
  udev-157.ebuild, udev-158.ebuild, udev-159.ebuild, udev-160.ebuild,
  udev-9999.ebuild:
  Convert kernel headers into a blocker #296546 by Alan Hourihane.

  13 Aug 2010; Joseph Jezak <josejx@gentoo.org> udev-151-r4.ebuild:
  Marked ppc stable for bug #324507.

  12 Aug 2010; Brent Baude <ranger@gentoo.org> udev-151-r4.ebuild:
  stable ppc64, bug 324507

  08 Aug 2010; Raúl Porcel <armin76@gentoo.org> udev-149.ebuild,
  udev-150-r1.ebuild, udev-151-r1.ebuild, udev-151-r2.ebuild,
  udev-151-r3.ebuild, udev-151-r4.ebuild, udev-154.ebuild, udev-156.ebuild,
  udev-157.ebuild, udev-158.ebuild, udev-159.ebuild, udev-160.ebuild:
  Re-add sh

  02 Aug 2010; Matthias Schwarzott <zzam@gentoo.org> udev-149.ebuild,
  udev-150-r1.ebuild, udev-151-r1.ebuild, udev-151-r2.ebuild,
  udev-151-r3.ebuild, udev-151-r4.ebuild, udev-154.ebuild, udev-156.ebuild,
  udev-157.ebuild, udev-158.ebuild, udev-159.ebuild, udev-160.ebuild:
  Added pkgconfig dependency for udev-149 and newer when using extras
  use-flag, Bug #327713.

  27 Jul 2010; Pacho Ramos <pacho@gentoo.org> udev-151-r4.ebuild:
  amd64 stable, bug 324507

  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> udev-151-r4.ebuild:
  Stable on alpha, bug #324507

  22 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> udev-151-r4.ebuild:
  x86 stable wrt bug #324507

  17 Jul 2010; Matthias Schwarzott <zzam@gentoo.org> udev-9999.ebuild:
  Updated live ebuild, Bug #327823.

*udev-160 (12 Jul 2010)

  12 Jul 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-160.ebuild:
  Version bumped. This is a bugfix release.

  10 Jul 2010; Raúl Porcel <armin76@gentoo.org> udev-147-r1.ebuild,
  udev-149.ebuild, udev-150-r1.ebuild, udev-151-r1.ebuild,
  udev-151-r2.ebuild, udev-151-r3.ebuild, udev-151-r4.ebuild,
  udev-154.ebuild, udev-156.ebuild, udev-157.ebuild, udev-158.ebuild,
  udev-159.ebuild:
  Rekeyword ~alpha now that the glibc issues have been fixed

*udev-159 (07 Jul 2010)

  07 Jul 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-159.ebuild,
  +files/udev-159-path_id.patch:
  Version bumped.

*udev-158 (24 Jun 2010)

  24 Jun 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-158.ebuild:
  Version bumped.

*udev-157 (20 Jun 2010)
*udev-156 (20 Jun 2010)

  20 Jun 2010; Matthias Schwarzott <zzam@gentoo.org>
  +files/156/40-gentoo.rules, +files/156/90-network.rules,
  +files/156/shell-compat-KV.sh, +files/156/shell-compat-addon.sh,
  +files/156/udev.confd, +files/156/udev-dev-tarball.initd,
  +udev-157.ebuild, +files/156/udev.initd, +files/156/udev-mount.initd,
  +files/156/udev-postmount.initd, udev-9999.ebuild,
  +files/156/udev-start.sh, +files/156/udev-stop.sh, +udev-156.ebuild:
  Add version udev-156 and udev-157. These contain some rule changes.
  Init-scripts improved a bit. Fix udev-postmount on selinux, Bug #317573.

*udev-154 (12 May 2010)

  12 May 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-154.ebuild:
  Version bumped. Now devfs-compat and oldhd is no longer supported.

*udev-151-r4 (05 May 2010)

  05 May 2010; Matthias Schwarzott <zzam@gentoo.org>
  +files/151-r4/shell-compat-KV.sh, +files/151-r4/shell-compat-addon.sh,
  +files/151-r4/udev.confd, +files/151-r4/udev-dev-tarball.initd,
  udev-9999.ebuild, +files/151-r4/udev.initd,
  +files/151-r4/udev-mount.initd, +files/151-r4/udev-postmount.initd,
  +files/151-r4/udev-start.sh, +files/151-r4/udev-stop.sh,
  +udev-151-r4.ebuild:
  Updated init-scripts. Now support setting debug and trace options in
  config file. Explicitly send add-event for initial population (newer
  udevds will default to change). Set property STARTUP while booting for
  compatibility with new eg. lvm2 init-scripts. Sync udev-9999.ebuild.

*udev-151-r3 (02 May 2010)

  02 May 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-151-r3.ebuild:
  Disable devfs-compat and old-hd-rules use flags by default they will be
  removed on next udev update.

*udev-146-r3 (20 Apr 2010)

  20 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> +udev-146-r3.ebuild:
  Alpha cannot use the 151-r2 version due to non-availability of newer
  kernels, so provide an older ebuild with static libraries for lvm2
  bumping.

*udev-151-r2 (19 Apr 2010)

  19 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> +udev-151-r2.ebuild:
  Build static libraries as well, for lvm2 to use when building static
  versions for early boot purposes.

  19 Apr 2010; Matthias Schwarzott <zzam@gentoo.org> files/151/udev.initd,
  udev-9999.ebuild:
  Add keywords nolxc and noopenvz to udev init-script, Bug #310427.

  16 Apr 2010; Brent Baude <ranger@gentoo.org> udev-149.ebuild:
  Marking udev-149 ppc for bug 303031

  05 Apr 2010; Jeroen Roovers <jer@gentoo.org> udev-149.ebuild:
  Back to ~hppa (bug #294470).

  22 Mar 2010; Brent Baude <ranger@gentoo.org> udev-149.ebuild:
  Marking udev-149 ppc64 for bug 303031

  15 Mar 2010; Matthias Schwarzott <zzam@gentoo.org> udev-145.ebuild,
  udev-145-r1.ebuild, udev-145-r2.ebuild, udev-145-r3.ebuild,
  udev-146.ebuild, udev-146-r1.ebuild, udev-146-r2.ebuild,
  udev-147-r1.ebuild, udev-149.ebuild, udev-150-r1.ebuild,
  udev-151-r1.ebuild, udev-9999.ebuild:
  Fix tests for udev-149 and udev-151-r1, thanks to Myckel Habets for
  looking into it, Bug #295958. Restrict test for the other ebuilds.

  07 Mar 2010; Markus Meier <maekke@gentoo.org> udev-149.ebuild:
  amd64/arm stable, bug #303031

  02 Mar 2010; Jeroen Roovers <jer@gentoo.org> udev-149.ebuild:
  Stable for HPPA (bug #303031).

  21 Feb 2010; Christian Faulhammer <fauli@gentoo.org> udev-149.ebuild:
  stable x86, bug 303031

  07 Feb 2010; Matthias Schwarzott <zzam@gentoo.org> udev-141-r1.ebuild,
  udev-145.ebuild, udev-145-r1.ebuild, udev-145-r2.ebuild,
  udev-145-r3.ebuild, udev-146.ebuild, udev-146-r1.ebuild,
  udev-146-r2.ebuild, udev-147-r1.ebuild, udev-149.ebuild,
  udev-150-r1.ebuild, udev-151-r1.ebuild, udev-9999.ebuild:
  Improve wording of devfs-compat message, Bug #301141. Sync udev-9999 to
  latest udev-151-r1.

*udev-151-r1 (01 Feb 2010)
*udev-150-r1 (01 Feb 2010)

  01 Feb 2010; Matthias Schwarzott <zzam@gentoo.org> -udev-150.ebuild,
  +udev-150-r1.ebuild, +files/udev-150-fix-missing-firmware-timeout.diff,
  -udev-151.ebuild, +udev-151-r1.ebuild:
  Fix missing firmware timeout, to stop modprobe from waiting 60s for no
  file stretching boot very long, Bug #301667.

  31 Jan 2010; Matthias Schwarzott <zzam@gentoo.org> udev-151.ebuild:
  Fix install error, bug #302903. Removed old code for multilib-installs.

*udev-151 (29 Jan 2010)

  29 Jan 2010; Matthias Schwarzott <zzam@gentoo.org>
  +files/udev-151-readd-hd-rules.diff, +files/151/shell-compat-KV.sh,
  +files/151/shell-compat-addon.sh, +files/151/udev.confd,
  +files/151/udev.initd, +files/151/udev-dev-tarball.initd,
  +files/151/udev-mount.initd, +files/151/udev-postmount.initd,
  +udev-151.ebuild, +files/151/udev-start.sh, +files/151/udev-stop.sh,
  metadata.xml:
  Version bumped. Fix selinux, Bug #297317. Add use-flag old-hd-rules to
  control re-adding of rules for /dev/hd*, Bug #300627.

*udev-150 (19 Jan 2010)

  19 Jan 2010; Matthias Schwarzott <zzam@gentoo.org> +udev-150.ebuild:
  Version bumped.

  For previous entries, please see ChangeLog-2009.