summaryrefslogtreecommitdiff
blob: c2e3e6ddb3c6ca97641cc9972eeb70b88392ed11 (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
# ChangeLog for sys-fs/aufs3
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.137 2015/07/29 07:57:16 jlec Exp $

  29 Jul 2015; Justin Lecher <jlec@gentoo.org> aufs3-3_p20150406.ebuild,
  aufs3-3_p20150420.ebuild, aufs3-3_p20150504.ebuild, aufs3-3_p20150511.ebuild,
  aufs3-3_p20150518.ebuild, aufs3-3_p20150525.ebuild, aufs3-3_p20150608.ebuild,
  aufs3-3_p20150622.ebuild:
  Fix typo, bug #555472

*aufs3-3_p20150622 (22 Jun 2015)

  22 Jun 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150622.ebuild:
  Bump to latest aufs release

*aufs3-3_p20150608 (08 Jun 2015)

  08 Jun 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150608.ebuild:
  Bump to latest aufs release

*aufs3-3_p20150525 (25 May 2015)

  25 May 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150525.ebuild:
  Bump to latest aufs

*aufs3-3_p20150518 (18 May 2015)

  18 May 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150518.ebuild:
  Bump to latest aufs release

*aufs3-3_p20150511 (11 May 2015)

  11 May 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150511.ebuild:
  Bump to latest aufs release

*aufs3-3_p20150504 (04 May 2015)

  04 May 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150504.ebuild:
  Bump to latest aufs

*aufs3-3_p20150420 (22 Apr 2015)

  22 Apr 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150420.ebuild:
  Bump to latest aufs

  20 Apr 2015; Justin Lecher <jlec@gentoo.org> aufs3-3_p20150406.ebuild:
  Fix Versions

  20 Apr 2015; Justin Lecher <jlec@gentoo.org> -files/README.gentoo-r1,
  aufs3-3_p20150406.ebuild, files/README.gentoo:
  Drop old README

  20 Apr 2015; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20140811.ebuild,
  -aufs3-3_p20140818.ebuild, -aufs3-3_p20140908.ebuild,
  -aufs3-3_p20140915.ebuild, -aufs3-3_p20141006.ebuild,
  -aufs3-3_p20141013.ebuild, -aufs3-3_p20141020.ebuild,
  -aufs3-3_p20141103.ebuild, -aufs3-3_p20141110.ebuild,
  -aufs3-3_p20141208.ebuild, -aufs3-3_p20141215.ebuild,
  -aufs3-3_p20150106.ebuild, -aufs3-3_p20150119.ebuild,
  -aufs3-3_p20150126.ebuild, -aufs3-3_p20150216.ebuild,
  -aufs3-3_p20150223.ebuild, -aufs3-3_p20150309.ebuild,
  -aufs3-3_p20150323.ebuild, -aufs3-3_p20150330.ebuild,
  aufs3-3_p20150406.ebuild:
  Drop old; block new version

*aufs3-3_p20150406 (07 Apr 2015)

  07 Apr 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150406.ebuild:
  Bump to latest aufs

*aufs3-3_p20150330 (29 Mar 2015)

  29 Mar 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150330.ebuild:
  Bump to latest aufs3

*aufs3-3_p20150323 (27 Mar 2015)

  27 Mar 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150323.ebuild:
  Bump to latest aufs

*aufs3-3_p20150309 (09 Mar 2015)

  09 Mar 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150309.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20150223 (23 Feb 2015)

  23 Feb 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150223.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20150216 (17 Feb 2015)

  17 Feb 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150216.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20150126 (25 Jan 2015)

  25 Jan 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150126.ebuild:
  Bump to latest aufs3

*aufs3-3_p20150119 (18 Jan 2015)

  18 Jan 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150119.ebuild:
  Bump to latest aufs3

*aufs3-3_p20150106 (05 Jan 2015)

  05 Jan 2015; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20150105.ebuild,
  +aufs3-3_p20150106.ebuild:
  Bump to latest aufs3

*aufs3-3_p20150105 (05 Jan 2015)

  05 Jan 2015; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20150105.ebuild:
  Bump to latest aufs3

  15 Dec 2014; Justin Lecher <jlec@gentoo.org> Manifest:
  Fix checksums, #532642

*aufs3-3_p20141215 (15 Dec 2014)

  15 Dec 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141215.ebuild:
  Bump to latest aufs3

*aufs3-3_p20141208 (08 Dec 2014)

  08 Dec 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141208.ebuild:
  Version Bump

*aufs3-3_p20141110 (17 Nov 2014)

  17 Nov 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141110.ebuild:
  Bump to latest aufs3

*aufs3-3_p20141103 (04 Nov 2014)

  04 Nov 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141103.ebuild:
  Bump to new aufs3

*aufs3-3_p20141020 (20 Oct 2014)

  20 Oct 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141020.ebuild:
  Bump to latest aufs3

  14 Oct 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20141013.ebuild:
  Correct patches, #525340

*aufs3-3_p20141013 (12 Oct 2014)

  12 Oct 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141013.ebuild:
  Bump to latest aufs3

*aufs3-3_p20141006 (06 Oct 2014)

  06 Oct 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20141006.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140915 (14 Sep 2014)

  14 Sep 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140915.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140908 (13 Sep 2014)

  13 Sep 2014; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20131007.ebuild,
  -aufs3-3_p20131014.ebuild, -aufs3-3_p20131104-r1.ebuild,
  -aufs3-3_p20131111-r1.ebuild, -aufs3-3_p20131223.ebuild,
  -aufs3-3_p20140114.ebuild, -aufs3-3_p20140119.ebuild,
  -aufs3-3_p20140127.ebuild, -aufs3-3_p20140127-r1.ebuild,
  -aufs3-3_p20140224.ebuild, -aufs3-3_p20140303.ebuild,
  -aufs3-3_p20140310.ebuild, -aufs3-3_p20140420.ebuild,
  -aufs3-3_p20140511.ebuild, -aufs3-3_p20140526.ebuild,
  -aufs3-3_p20140602.ebuild, -aufs3-3_p20140609.ebuild,
  -aufs3-3_p20140616.ebuild, -aufs3-3_p20140623.ebuild,
  -aufs3-3_p20140630.ebuild, -aufs3-3_p20140707.ebuild,
  -aufs3-3_p20140714.ebuild, -aufs3-3_p20140721.ebuild,
  -aufs3-3_p20140728.ebuild, +aufs3-3_p20140908.ebuild:
  Bump to latest aufs3; drop old

*aufs3-3_p20140818 (21 Aug 2014)

  21 Aug 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140818.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140811 (10 Aug 2014)

  10 Aug 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140811.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140728 (30 Jul 2014)

  30 Jul 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140728.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140721 (21 Jul 2014)

  21 Jul 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140721.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140714 (14 Jul 2014)

  14 Jul 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140714.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20140707 (06 Jul 2014)

  06 Jul 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140707.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140630 (30 Jun 2014)

  30 Jun 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20140623.ebuild,
  +aufs3-3_p20140630.ebuild, files/README.gentoo, +files/README.gentoo-r1:
  Bump to latest aufs3 release

*aufs3-3_p20140623 (23 Jun 2014)

  23 Jun 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140623.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20140616 (15 Jun 2014)

  15 Jun 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140616.ebuild:
  Bump to latest aufs3 release

  14 Jun 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20140609.ebuild,
  files/README.gentoo:
  Fix broken patch installation due to upstream renaming, #513152

*aufs3-3_p20140609 (09 Jun 2014)

  09 Jun 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140609.ebuild:
  Bump to latest aufs3 HEAD

*aufs3-3_p20140602 (02 Jun 2014)

  02 Jun 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20140526.ebuild,
  +aufs3-3_p20140602.ebuild:
  Version Bump

*aufs3-3_p20140526 (26 May 2014)

  26 May 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140526.ebuild,
  +files/README.gentoo:
  Bump to latest aufs3 release, install additional patches

*aufs3-3_p20140511 (13 May 2014)

  13 May 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140511.ebuild:
  Version Bump

*aufs3-3_p20140420 (24 Apr 2014)

  24 Apr 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140420.ebuild:
  Version Bump

*aufs3-3_p20140310 (10 Mar 2014)

  10 Mar 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140310.ebuild:
  Bump to latest aufs3 release

  06 Mar 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20140303.ebuild:
  Fix patch source, #499756

*aufs3-3_p20140303 (06 Mar 2014)

  06 Mar 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140303.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20140224 (24 Feb 2014)

  24 Feb 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140224.ebuild:
  Versin Bump

*aufs3-3_p20140127-r1 (04 Feb 2014)

  04 Feb 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140127-r1.ebuild:
  Fix patching of latest stable gentoo-sources , #499756

*aufs3-3_p20140127 (28 Jan 2014)

  28 Jan 2014; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20140121.ebuild,
  +aufs3-3_p20140127.ebuild:
  Set correct release date

*aufs3-3_p20140121 (27 Jan 2014)

  27 Jan 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140121.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20140119 (20 Jan 2014)

  20 Jan 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140119.ebuild:
  Bump to latest aufs3

*aufs3-3_p20140114 (13 Jan 2014)

  13 Jan 2014; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20140114.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20131223 (26 Dec 2013)

  26 Dec 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20131223.ebuild:
  Bump to latest release

*aufs3-3_p20131111-r1 (19 Nov 2013)
*aufs3-3_p20131104-r1 (19 Nov 2013)

  19 Nov 2013; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20131104.ebuild,
  +aufs3-3_p20131104-r1.ebuild, -aufs3-3_p20131111.ebuild,
  +aufs3-3_p20131111-r1.ebuild:
  Bump revision away from broken versions

  19 Nov 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20131104.ebuild,
  aufs3-3_p20131111.ebuild:
  Turned around patch combining, #491554

  19 Nov 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20131111.ebuild:
  Add min supported version check

*aufs3-3_p20131111 (11 Nov 2013)

  11 Nov 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20131104.ebuild,
  +aufs3-3_p20131111.ebuild:
  Bump to latest aufs3-release; fix combinedif issue, #490790

*aufs3-3_p20131104 (03 Nov 2013)

  03 Nov 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20131104.ebuild:
  Bump to latest aufs release

  22 Oct 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20131007.ebuild,
  aufs3-3_p20131014.ebuild, -files/pax-3.8.patch:
  Drop broken patch

  22 Oct 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20131007.ebuild,
  aufs3-3_p20131014.ebuild, +files/pax-3.8.patch, +files/pax-3.11.patch:
  Fix pax patches, #466582 & #488560; thanks Zorzo Luca and Sergey Anufrienko

*aufs3-3_p20131014 (14 Oct 2013)

  14 Oct 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20131014.ebuild:
  Version Bump

  13 Oct 2013; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20130506.ebuild,
  -aufs3-3_p20130519.ebuild, -aufs3-3_p20130708.ebuild,
  -aufs3-3_p20130722.ebuild, -aufs3-3_p20130811.ebuild,
  -aufs3-3_p20130812.ebuild, -aufs3-3_p20130821.ebuild,
  -aufs3-3_p20130915.ebuild, -aufs3-3_p20130928.ebuild,
  aufs3-3_p20131007.ebuild:
  Drop old versions and add notification to aufs-sources

  08 Oct 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130506.ebuild,
  aufs3-3_p20130519.ebuild, aufs3-3_p20130708.ebuild, aufs3-3_p20130722.ebuild,
  aufs3-3_p20130811.ebuild, aufs3-3_p20130812.ebuild, aufs3-3_p20130821.ebuild,
  aufs3-3_p20130915.ebuild, aufs3-3_p20130928.ebuild, aufs3-3_p20131007.ebuild:
  Fix error message to work around the chicken and egg problem, thanks Thomas
  D. bringing this to my attention.

*aufs3-3_p20131007 (08 Oct 2013)

  08 Oct 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20131007.ebuild:
  Bump to latest aufs3

*aufs3-3_p20130928 (28 Sep 2013)

  28 Sep 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130928.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20130915 (16 Sep 2013)

  16 Sep 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130915.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20130821 (21 Aug 2013)

  21 Aug 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130821.ebuild:
  Version Bump

*aufs3-3_p20130812 (15 Aug 2013)

  15 Aug 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130812.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20130811 (11 Aug 2013)

  11 Aug 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130811.ebuild:
  Bump to latest aufs release

*aufs3-3_p20130722 (22 Jul 2013)

  22 Jul 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130722.ebuild:
  Version Bump

*aufs3-3_p20130708 (08 Jul 2013)

  08 Jul 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130708.ebuild:
  Bump to latest aufs release

  25 May 2013; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20121210.ebuild,
  -aufs3-3_p20130107.ebuild, -aufs3-3_p20130114.ebuild,
  -aufs3-3_p20130207.ebuild, -aufs3-3_p20130306.ebuild,
  -aufs3-3_p20130318.ebuild, -aufs3-3_p20130325.ebuild,
  -aufs3-3_p20130401.ebuild, -aufs3-3_p20130422.ebuild,
  -aufs3-3_p20130429.ebuild, aufs3-3_p20130506.ebuild,
  aufs3-3_p20130519.ebuild, -files/aufs3-base-0.patch,
  -files/aufs3-standalone-0.patch, -files/3_p20121210/aufs3-base-0.patch,
  -files/aufs3-base-1.patch, -files/aufs3-standalone-1.patch,
  -files/3_p20121210/aufs3-base-1.patch, -files/aufs3-base-2.patch,
  -files/aufs3-standalone-2.patch, -files/pax-2.patch,
  -files/3_p20121210/aufs3-base-2.patch, -files/aufs3-base-3.patch,
  -files/aufs3-standalone-3.patch, -files/3_p20121210/aufs3-base-3.patch,
  -files/aufs3-base-4.patch, -files/aufs3-standalone-4.patch,
  -files/3_p20121210/aufs3-base-4.patch, -files/aufs3-base-5.patch,
  -files/aufs3-standalone-5.patch, -files/3_p20121210/aufs3-base-5.patch,
  -files/aufs3-standalone-6.patch, -files/aufs-util-31.patch,
  -files/aufs3-base-x-rcN.patch, -files/aufs3-standalone-x-rcN.patch,
  -files/aufs3-base-6.patch, -files/3_p20121210/aufs3-base-6.patch,
  -files/3_p20121210/aufs3-base-x-rcN.patch,
  -files/aufs3-fix-export-__devcgroup_inode_permission.patch,
  -files/3_p20121210/aufs3-standalone-0.patch,
  -files/3_p20121210/aufs3-standalone-1.patch,
  -files/3_p20121210/aufs3-standalone-2.patch,
  -files/3_p20121210/aufs3-standalone-3.patch,
  -files/3_p20121210/aufs3-standalone-4.patch,
  -files/3_p20121210/aufs3-standalone-5.patch,
  -files/3_p20121210/aufs3-standalone-6.patch,
  -files/3_p20121210/aufs3-standalone-x-rcN.patch,
  -files/3_p20130107/aufs3-base-0.patch, -files/3_p20130107/aufs3-base-1.patch,
  -files/3_p20130107/aufs3-base-2.patch, -files/3_p20130107/aufs3-base-3.patch,
  -files/3_p20130107/aufs3-base-4.patch, -files/3_p20130107/aufs3-base-5.patch,
  -files/3_p20130107/aufs3-base-6.patch, -files/3_p20130107/aufs3-base-7.patch,
  -files/3_p20130107/aufs3-base-x-rcN.patch,
  -files/3_p20130107/aufs3-standalone-0.patch,
  -files/3_p20130107/aufs3-standalone-1.patch,
  -files/3_p20130107/aufs3-standalone-2.patch,
  -files/3_p20130107/aufs3-standalone-3.patch,
  -files/3_p20130107/aufs3-standalone-4.patch,
  -files/3_p20130107/aufs3-standalone-5.patch,
  -files/3_p20130107/aufs3-standalone-6.patch,
  -files/3_p20130107/aufs3-standalone-7.patch,
  -files/3_p20130107/aufs3-standalone-x-rcN.patch, -files/parallel.patch,
  -files/pax.patch:
  Drop old, reintroduce the CONFIG_EXPERIMENTAL check conditionally

  25 May 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130519.ebuild:
  Drop CONFIG_EXPERIMENTAL check which isn't present anymore for linux-3.9

*aufs3-3_p20130519 (20 May 2013)

  20 May 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130519.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20130506 (09 May 2013)

  09 May 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130506.ebuild:
  Bump to latest aufs release

*aufs3-3_p20130429 (01 May 2013)

  01 May 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130429.ebuild,
  +files/pax-3.patch:
  Version Bump, take latest pax patch from pentoo, thanks Zero_Chaos for it

*aufs3-3_p20130422 (27 Apr 2013)

  27 Apr 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130422.ebuild:
  Bump to latest aufs3 release

*aufs3-3_p20130401 (02 Apr 2013)

  02 Apr 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130401.ebuild:
  Version Bump

*aufs3-3_p20130325 (30 Mar 2013)

  30 Mar 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130325.ebuild:
  Version Bump

  21 Mar 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130318.ebuild:
  Fix kernel patching, thanks likewhoa for the patch

*aufs3-3_p20130318 (15 Mar 2013)

  15 Mar 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130318.ebuild:
  Version Bump

*aufs3-3_p20130306 (07 Mar 2013)

  07 Mar 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130306.ebuild:
  Version Bump

*aufs3-3_p20130207 (07 Feb 2013)

  07 Feb 2013; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20130207.ebuild:
  Version Bump

  31 Jan 2013; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20120813-r1.ebuild:
  Drop old

  30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20121210.ebuild:
  Stable for x86, wrt bug #451988

  16 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121210.ebuild,
  aufs3-3_p20130107.ebuild, aufs3-3_p20130114.ebuild:
  Include suggestion made by Chema Alonso (nimiux), #451988

  16 Jan 2013; Chema Alonso <nimiux@gentoo.org> aufs3-3_p20121210.ebuild:
  Marked stable for amd64 wrt bug #451988

*aufs3-3_p20130114 (14 Jan 2013)

  14 Jan 2013; Justin Lecher <jlec@gentoo.org>
  -files/3_p20121112/aufs3-base-0.patch, -files/3_p20121112/aufs3-base-1.patch,
  -files/3_p20121112/aufs3-base-2.patch, -aufs3-3_p20121015.ebuild,
  -aufs3-3_p20121015-r1.ebuild, -aufs3-3_p20121112.ebuild,
  -aufs3-3_p20121129.ebuild, +aufs3-3_p20130114.ebuild,
  -files/3_p20121112/aufs3-base-3.patch, -files/3_p20121112/aufs3-base-4.patch,
  -files/3_p20121112/aufs3-base-5.patch, -files/3_p20121112/aufs3-base-6.patch,
  -files/3_p20121112/aufs3-base-x-rcN.patch,
  -files/3_p20121112/aufs3-standalone-0.patch,
  -files/3_p20121112/aufs3-standalone-1.patch,
  -files/3_p20121112/aufs3-standalone-2.patch,
  -files/3_p20121112/aufs3-standalone-3.patch,
  -files/3_p20121112/aufs3-standalone-4.patch,
  -files/3_p20121112/aufs3-standalone-5.patch,
  -files/3_p20121112/aufs3-standalone-6.patch,
  -files/3_p20121112/aufs3-standalone-x-rcN.patch,
  -files/3_p20121129/aufs3-base-0.patch, -files/3_p20121129/aufs3-base-1.patch,
  -files/3_p20121129/aufs3-base-2.patch, -files/3_p20121129/aufs3-base-3.patch,
  -files/3_p20121129/aufs3-base-4.patch, -files/3_p20121129/aufs3-base-5.patch,
  -files/3_p20121129/aufs3-base-6.patch,
  -files/3_p20121129/aufs3-base-x-rcN.patch,
  -files/3_p20121129/aufs3-standalone-0.patch,
  -files/3_p20121129/aufs3-standalone-1.patch,
  -files/3_p20121129/aufs3-standalone-2.patch,
  -files/3_p20121129/aufs3-standalone-3.patch,
  -files/3_p20121129/aufs3-standalone-4.patch,
  -files/3_p20121129/aufs3-standalone-5.patch,
  -files/3_p20121129/aufs3-standalone-6.patch,
  -files/3_p20121129/aufs3-standalone-x-rcN.patch:
  Drop old and refactor patching procedure to reduce size of FILESDIR, #450800
  and reliability, #368385 & #451970

  12 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130107.ebuild:
  Fix header file location for <linux-3.7, #451384

  09 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130107.ebuild:
  Fix for now location of header file, #450810

*aufs3-3_p20130107 (07 Jan 2013)

  07 Jan 2013; Justin Lecher <jlec@gentoo.org>
  +files/3_p20130107/aufs3-base-0.patch, +files/3_p20130107/aufs3-base-1.patch,
  +files/3_p20130107/aufs3-base-2.patch, +files/3_p20130107/aufs3-base-3.patch,
  +files/3_p20130107/aufs3-base-4.patch, +files/3_p20130107/aufs3-base-5.patch,
  +files/3_p20130107/aufs3-base-6.patch, +files/3_p20130107/aufs3-base-7.patch,
  +files/3_p20130107/aufs3-base-x-rcN.patch,
  +files/3_p20130107/aufs3-standalone-0.patch,
  +files/3_p20130107/aufs3-standalone-1.patch,
  +files/3_p20130107/aufs3-standalone-2.patch,
  +files/3_p20130107/aufs3-standalone-3.patch,
  +files/3_p20130107/aufs3-standalone-4.patch,
  +files/3_p20130107/aufs3-standalone-5.patch,
  +files/3_p20130107/aufs3-standalone-6.patch,
  +files/3_p20130107/aufs3-standalone-7.patch,
  +files/3_p20130107/aufs3-standalone-x-rcN.patch, +aufs3-3_p20130107.ebuild:
  Version Bump

  17 Dec 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20120430.ebuild:
  Drop old

  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20120813-r1.ebuild:
  Stable for x86, wrt bug #444846

  13 Dec 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121210.ebuild,
  metadata.xml:
  Linux-3.7 is not supported yet

*aufs3-3_p20121210 (10 Dec 2012)

  10 Dec 2012; Justin Lecher <jlec@gentoo.org>
  +files/3_p20121210/aufs3-base-0.patch,
  +files/3_p20121210/aufs3-standalone-0.patch,
  +files/3_p20121210/aufs3-base-1.patch,
  +files/3_p20121210/aufs3-standalone-1.patch,
  +files/3_p20121210/aufs3-base-2.patch,
  +files/3_p20121210/aufs3-standalone-2.patch, +aufs3-3_p20121210.ebuild,
  +files/3_p20121210/aufs3-base-3.patch,
  +files/3_p20121210/aufs3-standalone-3.patch,
  +files/3_p20121210/aufs3-base-4.patch,
  +files/3_p20121210/aufs3-standalone-4.patch,
  +files/3_p20121210/aufs3-base-x-rcN.patch,
  +files/3_p20121210/aufs3-base-5.patch,
  +files/3_p20121210/aufs3-standalone-x-rcN.patch,
  +files/3_p20121210/aufs3-standalone-5.patch,
  +files/3_p20121210/aufs3-base-6.patch,
  +files/3_p20121210/aufs3-standalone-6.patch:
  Version Bump

  05 Dec 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121129.ebuild:
  Check for PAX when using USE=pax_kernel, #445272

  04 Dec 2012;  <ago@gentoo.org> aufs3-3_p20120813-r1.ebuild:
  Stable for amd64, wrt bug #444846

  30 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121129.ebuild:
  Fix new offset, thanks Iván for the patch

*aufs3-3_p20121129 (29 Nov 2012)

  29 Nov 2012; Justin Lecher <jlec@gentoo.org>
  +files/3_p20121129/aufs3-base-0.patch,
  +files/3_p20121129/aufs3-standalone-0.patch,
  +files/3_p20121129/aufs3-base-1.patch,
  +files/3_p20121129/aufs3-standalone-1.patch,
  +files/3_p20121129/aufs3-base-2.patch,
  +files/3_p20121129/aufs3-standalone-2.patch, +aufs3-3_p20121129.ebuild,
  +files/3_p20121129/aufs3-base-3.patch,
  +files/3_p20121129/aufs3-standalone-3.patch,
  +files/3_p20121129/aufs3-base-4.patch,
  +files/3_p20121129/aufs3-standalone-4.patch,
  +files/3_p20121129/aufs3-base-x-rcN.patch,
  +files/3_p20121129/aufs3-base-5.patch,
  +files/3_p20121129/aufs3-standalone-x-rcN.patch,
  +files/3_p20121129/aufs3-standalone-5.patch,
  +files/3_p20121129/aufs3-base-6.patch,
  +files/3_p20121129/aufs3-standalone-6.patch:
  Version Bump

  26 Nov 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20120109.ebuild,
  aufs3-3_p20120430.ebuild, -aufs3-3_p20120523.ebuild,
  -aufs3-3_p20120531.ebuild, -aufs3-3_p20120619.ebuild,
  -aufs3-3_p20120730.ebuild, -aufs3-3_p20120813.ebuild,
  aufs3-3_p20120813-r1.ebuild, aufs3-3_p20121015.ebuild,
  aufs3-3_p20121015-r1.ebuild, aufs3-3_p20121112.ebuild:
  Dropped old; block AUFS_FS kernel option

  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20120430.ebuild:
  Stable for x86, wrt bug #422879

  14 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121015-r1.ebuild,
  aufs3-3_p20121112.ebuild:
  Do not apply the old hardened patch

*aufs3-3_p20121112 (12 Nov 2012)

  12 Nov 2012; Justin Lecher <jlec@gentoo.org>
  +files/3_p20121112/aufs3-base-0.patch, +files/3_p20121112/aufs3-base-1.patch,
  +files/3_p20121112/aufs3-standalone-1.patch,
  +files/3_p20121112/aufs3-base-2.patch,
  +files/3_p20121112/aufs3-standalone-2.patch,
  +files/3_p20121112/aufs3-base-3.patch,
  +files/3_p20121112/aufs3-standalone-3.patch,
  +files/3_p20121112/aufs3-base-4.patch,
  +files/3_p20121112/aufs3-standalone-4.patch,
  +files/3_p20121112/aufs3-base-5.patch,
  +files/3_p20121112/aufs3-standalone-5.patch,
  +files/3_p20121112/aufs3-base-x-rcN.patch,
  +files/3_p20121112/aufs3-standalone-x-rcN.patch,
  +files/3_p20121112/aufs3-standalone-0.patch, +aufs3-3_p20121112.ebuild,
  +files/3_p20121112/aufs3-base-6.patch,
  +files/3_p20121112/aufs3-standalone-6.patch, metadata.xml:
  Version Bump; correct kernel-patch USE description; drop tommy as maintainer

*aufs3-3_p20121015-r1 (25 Oct 2012)

  25 Oct 2012; Justin Lecher <jlec@gentoo.org> +files/pax-2.patch,
  +aufs3-3_p20121015-r1.ebuild:
  Add Arch linux patch for hardened kernels, #393559

  18 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813-r1.ebuild,
  aufs3-3_p20121015.ebuild:
  Change las KV_DIR to KV_OUT_DIR

  18 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813-r1.ebuild,
  aufs3-3_p20121015.ebuild:
  Merge changes related bugs 432346 432392 432398 into newest version

*aufs3-3_p20121015 (15 Oct 2012)

  15 Oct 2012; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20121015.ebuild,
  files/aufs3-standalone-x-rcN.patch, +files/aufs3-base-6.patch,
  +files/aufs3-standalone-6.patch, files/aufs3-base-x-rcN.patch:
  Version Bump

  08 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813-r1.ebuild:
  Fix compilation if USE=-nfs, #432392

  07 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813.ebuild:
  Pass raw ldflags if ld is called directly, #432398; use KV_OUT_DIR instead of
  KV_DIR, #432346 thanks Dennis Schride for the patches

*aufs3-3_p20120813-r1 (07 Oct 2012)

  07 Oct 2012; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20120813-r1.ebuild:
  Included patch to make the package compatible with non x86 & amd64 arches,
  #432392

*aufs3-3_p20120813 (13 Aug 2012)

  13 Aug 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-base-x-rcN.patch,
  files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20120813.ebuild:
  Version Bump

*aufs3-3_p20120730 (30 Jul 2012)

  30 Jul 2012; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20120730.ebuild,
  files/aufs3-standalone-x-rcN.patch, +files/aufs3-base-5.patch,
  +files/aufs3-standalone-5.patch, files/aufs3-base-x-rcN.patch:
  Version Bump

  22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20120430.ebuild:
  Stable for amd64, wrt bug #422879

*aufs3-3_p20120619 (19 Jun 2012)

  19 Jun 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-base-x-rcN.patch,
  files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20120619.ebuild:
  Version Bump

*aufs3-3_p20120531 (31 May 2012)

  31 May 2012; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20120531.ebuild:
  Version Bump, add comments on version handling

  24 May 2012; Mike Frysinger <vapier@gentoo.org> aufs3-3_p20120109.ebuild,
  aufs3-3_p20120430.ebuild, aufs3-3_p20120523.ebuild:
  Inherit eutils for epatch.

  23 May 2012; Justin Lecher <jlec@gentoo.org> +files/aufs3-base-4.patch,
  +files/aufs3-standalone-4.patch:
  Add missing patches

*aufs3-3_p20120523 (23 May 2012)

  23 May 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20110815.ebuild,
  -aufs3-3_p20111031.ebuild, -aufs3-3_p20111114.ebuild,
  -aufs3-3_p20111205-r1.ebuild, -aufs3-3_p20120319.ebuild,
  -aufs3-3_p20120329.ebuild, -aufs3-3_p20120402.ebuild,
  +aufs3-3_p20120523.ebuild:
  Version Bump, drop old

*aufs3-3_p20120526 (23 May 2012)

  23 May 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20110815.ebuild,
  -aufs3-3_p20111031.ebuild, -aufs3-3_p20111114.ebuild,
  -aufs3-3_p20111205-r1.ebuild, -aufs3-3_p20120319.ebuild,
  -aufs3-3_p20120329.ebuild, -aufs3-3_p20120402.ebuild,
  +aufs3-3_p20120526.ebuild:
  Version Bump, drop old

  22 May 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120430.ebuild:
  dodoc doesn't follow symlinks, so install the file directly

  05 May 2012; Markus Meier <maekke@gentoo.org> aufs3-3_p20120109.ebuild:
  x86 stable, bug #407991

*aufs3-3_p20120430 (30 Apr 2012)

  30 Apr 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-base-x-rcN.patch,
  files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20120430.ebuild:
  Version Bump

  28 Apr 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120402.ebuild,
  +files/parallel.patch:
  Allow parallel build, patch sent upstream

  23 Apr 2012; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20120109.ebuild:
  Stable for amd64, wrt bug #407991

*aufs3-3_p20120402 (02 Apr 2012)

  02 Apr 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-base-x-rcN.patch,
  files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20120402.ebuild:
  Version Bump

*aufs3-3_p20120329 (29 Mar 2012)

  29 Mar 2012; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20120329.ebuild,
  +files/aufs3-base-3.patch, +files/aufs3-standalone-3.patch:
  Version Bump, #408181

*aufs3-3_p20120319 (19 Mar 2012)

  19 Mar 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-base-x-rcN.patch,
  files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20120319.ebuild:
  Version Bump

*aufs3-3_p20120109 (09 Jan 2012)

  09 Jan 2012; Justin Lecher <jlec@gentoo.org> files/aufs3-standalone-0.patch,
  +files/aufs3-base-2.patch, +files/aufs3-standalone-2.patch,
  +aufs3-3_p20120109.ebuild:
  Version Bump

*aufs3-3_p20111205-r1 (08 Jan 2012)

  08 Jan 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20111205.ebuild,
  +aufs3-3_p20111205-r1.ebuild:
  Restructure patching, #398139

*aufs3-3_p20111205 (05 Jan 2012)

  05 Jan 2012; Justin Lecher <jlec@gentoo.org> +files/aufs3-base-x-rcN.patch,
  +files/aufs3-fix-export-__devcgroup_inode_permission.patch,
  +files/aufs3-standalone-x-rcN.patch, +aufs3-3_p20111205.ebuild:
  Version Bump

*aufs3-3_p20111114 (14 Nov 2011)

  14 Nov 2011; Justin Lecher <jlec@gentoo.org> +aufs3-3_p20111114.ebuild:
  Version Bump

*aufs3-3_p20111031 (31 Oct 2011)

  31 Oct 2011; Justin Lecher <jlec@gentoo.org> files/aufs3-standalone-0.patch,
  +files/aufs3-base-1.patch, +files/aufs3-standalone-1.patch,
  +aufs3-3_p20111031.ebuild, +files/aufs-util-31.patch:
  Version Bump

  28 Aug 2011; Justin Lecher <jlec@gentoo.org> +files/aufs3-base-0.patch,
  +files/aufs3-standalone-0.patch, +aufs3-3_p20110815.ebuild, +files/pax.patch,
  +metadata.xml:
  Moved to tree, fixes bug 376175

  27 Aug 2011; Justin Lecher <jlec@gentoo.org> aufs3-3_p20110815.ebuild:
  Make CONFIG check for EXPORTFS matadory for USE=nfs

  19 Aug 2011; Justin Lecher <jlec@gentoo.org> files/aufs3-standalone-0.patch,
  -files/aufs3-base-1.patch, -files/aufs3-standalone-1.patch,
  aufs3-3_p20110815.ebuild:
  Cleaned some USE=doc problems

  18 Aug 2011; Justin Lecher <jlec@gentoo.org> aufs3-3_p20110815.ebuild:
  Corrected to new kernel versioning scheme

  16 Aug 2011; Justin Lecher <jlec@gentoo.org> files/aufs3-standalone-1.patch:
  Fix missing upstream export of symbols

  15 Aug 2011; Justin Lecher <jlec@gentoo.org> aufs3-3_p20110815.ebuild,
  metadata.xml:
  Changed USE hardened to pax_kernel, #375811

*aufs3-3_p20110815 (15 Aug 2011)

  15 Aug 2011; Justin Lecher <jlec@gentoo.org> +files/aufs3-base-0.patch,
  +files/aufs3-standalone-0.patch, +files/aufs3-base-1.patch,
  +files/aufs3-standalone-1.patch, +aufs3-3_p20110815.ebuild, +metadata.xml:
  Initial commit