summaryrefslogtreecommitdiff
blob: 6d5b397284092b9cecde58022aa4a3142691cb65 (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
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
# ChangeLog for sys-apps/pkgcore
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.178 2014/05/25 03:50:44 radhermit Exp $

  25 May 2014; Tim Harder <radhermit@gentoo.org> pkgcore-9999.ebuild:
  Drop python2_6 support.

  10 May 2014; Tim Harder <radhermit@gentoo.org> pkgcore-9999.ebuild:
  Drop python3 support until it's tested and confirmed working.

  10 Apr 2014; Tim Harder <radhermit@gentoo.org> pkgcore-9999.ebuild:
  Generate plugin cache for every enabled python implementation.

  07 Apr 2014; Tim Harder <radhermit@gentoo.org> pkgcore-9999.ebuild:
  Use github repo.

  24 Mar 2014; Michał Górny <mgorny@gentoo.org> pkgcore-9999.ebuild:
  Switch to single+tags in order to handle clones more efficiently, bug #503708.

  05 Mar 2014; Michał Górny <mgorny@gentoo.org> pkgcore-9999.ebuild:
  Require EGIT_MIN_CLONE_TYPE=single due to server limitations.

  22 Oct 2013; Tim Harder <radhermit@gentoo.org> metadata.xml:
  Make myself primary maintainer.

  22 Oct 2013; Tim Harder <radhermit@gentoo.org> pkgcore-9999.ebuild:
  Migrate to distutils-r1 (bug #483062, patch by mgorny).

  12 Sep 2013; Michał Górny <mgorny@gentoo.org> pkgcore-0.8.6.ebuild,
  pkgcore-9999.ebuild:
  Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions
  were removed and all in-tree versions support all impls now.

  17 Jun 2013; Tim Harder <radhermit@gentoo.org> metadata.xml:
  Add myself as a maintainer.

  16 Jun 2013; Brian Dolbec <dolsen@gentoo.org> metadata.xml:
  Adding myself as maintainer

  16 Jun 2013; Pacho Ramos <pacho@gentoo.org> -pkgcore-0.8.4.ebuild,
  -pkgcore-0.8.5-r1.ebuild, -pkgcore-0.8.ebuild, metadata.xml:
  Cleanup due #122207

  15 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml:
  Remove unused description from metadata.xml

  01 Jan 2013; Michał Górny <mgorny@gentoo.org> pkgcore-0.8.4.ebuild,
  pkgcore-0.8.5-r1.ebuild, pkgcore-0.8.6.ebuild, pkgcore-0.8.ebuild,
  pkgcore-9999.ebuild:
  Use virtual/pyparsing.

*pkgcore-0.8.6 (29 Oct 2012)

  29 Oct 2012; Brian Harring <ferringb@gentoo.org> +pkgcore-0.8.6.ebuild:
  Better config error messages, and gentoo bug 439800.

  22 Oct 2012; Brian Harring <ferringb@gentoo.org>
  -files/pkgcore-0.7.7.8-ebuild-envs-assert.patch,
  -files/pkgcore-0.7.7.8-fix-resolver-assert.patch:
  Drop dead patches.

*pkgcore-0.8.5-r1 (19 Oct 2012)

  19 Oct 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.8.5.ebuild,
  +pkgcore-0.8.5-r1.ebuild, pkgcore-9999.ebuild:
  Drop python-abis awareness, doesn't play nice w/ wrappers; bug #438920.
  Just going to bypass python eclass going forward at this rate.

*pkgcore-0.8.5 (18 Oct 2012)

  18 Oct 2012; Brian Harring <ferringb@gentoo.org> +pkgcore-0.8.5.ebuild,
  pkgcore-9999.ebuild:
  Fix py3k doc building support, update package name rules to recently
  changed PMS rules; bug #438370. Finally, fix a racey false positive 437216.
  Finally, add python ABI awareness so pkgcore gets installed in all contexts.

*pkgcore-0.8.4 (04 Oct 2012)

  04 Oct 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.8.2.ebuild,
  +pkgcore-0.8.4.ebuild:
  Pull in fix for corner case involving default phases for eapi3.

*pkgcore-0.8.2 (01 Oct 2012)

  01 Oct 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.8.1.ebuild,
  +pkgcore-0.8.2.ebuild:
  Pull in pmaint regen fix.

*pkgcore-0.8.1 (30 Sep 2012)

  30 Sep 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.8-r2.ebuild,
  +pkgcore-0.8.1.ebuild:
  md5-cache support, heavy env speedups, environment exportation, general bug
  fixes.

  24 Sep 2012; Patrick Lauer <patrick@gentoo.org> pkgcore-0.8.ebuild:
  Adding mips keyword

*pkgcore-0.8 (05 Aug 2012)

  05 Aug 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.8.ebuild,
  -pkgcore-0.7.7.8-r1.ebuild, +pkgcore-0.8.ebuild:
  Restore fetching support, parallelized compression, fix man pages, doc
  overhaul,
  prefix branch merged (we support everything sans -rx.y syntax), py3k
  incompatibility
  for -N fixed, new `pconfig world` command, and py2.4 support dropped.

  21 May 2012; Brian Harring <ferringb@gentoo.org>
  files/pkgcore-0.7.7.8-ebuild-envs-assert.patch:
  Tweak the last commit; drop NEWS from the patch since it won't apply cleanly.

*pkgcore-0.7.7.8-r2 (21 May 2012)

  21 May 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.7-r1.ebuild,
  -files/pkgcore-0.7.7.7-NameError-fix.patch, +pkgcore-0.7.7.8-r2.ebuild,
  +files/pkgcore-0.7.7.8-ebuild-envs-assert.patch:
  Fix issue in unpacker eclass where it has assumptions of portage behaviour
  beyond PMS gurantees.

*pkgcore-0.7.7.8-r1 (11 Apr 2012)

  11 Apr 2012; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7.8-r1.ebuild,
  +files/pkgcore-0.7.7.8-fix-resolver-assert.patch:
  Fix a resolver bug/assertion triggered by hwids/usbutils changes.

  29 Mar 2012; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  Update to match vcs head allowing man pages and html to be optional in
  generation.

*pkgcore-0.7.7.8 (26 Jan 2012)

  26 Jan 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.6.ebuild,
  -pkgcore-0.7.7.7.ebuild, +pkgcore-0.7.7.8.ebuild:
  Hardlink support, eselect compatibility fixes, and resolver work (weak
  blockers are now supported, and bugfixes for a few corner cases with
  immutable flags).

  26 Jan 2012; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  update deps to reference sphinx

*pkgcore-0.7.7.7-r1 (24 Jan 2012)

  24 Jan 2012; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7.7-r1.ebuild,
  +files/pkgcore-0.7.7.7-NameError-fix.patch:
  Fix a NameError reported in 0.7.7.7.

*pkgcore-0.7.7.7 (24 Jan 2012)

  24 Jan 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.5.ebuild,
  -pkgcore-0.7.7.5-r1.ebuild, -files/pkgcore-0.7.7.5-NameError.patch,
  +pkgcore-0.7.7.7.ebuild:
  Add support for weak blockers, fix eselect compatibility. Cleanse older
  versions.

*pkgcore-0.7.7.6 (16 Jan 2012)

  16 Jan 2012; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7.6.ebuild:
  bugfix release, along w/ FEATURES=compressdebug

*pkgcore-0.7.7.5-r1 (03 Jan 2012)

  03 Jan 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.5-r2.ebuild,
  -files/pkgcore-0.7.5-dosym.patch,
  -files/pkgcore-0.7.5-force-python-binary.patch, -pkgcore-0.7.7.4.ebuild,
  +pkgcore-0.7.7.5-r1.ebuild, +files/pkgcore-0.7.7.5-NameError.patch:
  Fix NameError in 0.7.7.5 that occurs when pkgcore commands have an uncaught
  exception. Additionally, remove old versions in the process.

*pkgcore-0.7.7.5 (26 Dec 2011)

  26 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.3.ebuild,
  +pkgcore-0.7.7.5.ebuild:
  Pull in a couple of behavioural fixes, generally enhanced error reporting,
  and parallelism of trigger execution. Punt old version.

*pkgcore-0.7.7.4 (15 Dec 2011)

  15 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.2.ebuild,
  +pkgcore-0.7.7.4.ebuild:
  Minor functionality relase; remove older verison that is no longer used.

*pkgcore-0.7.7.3 (09 Dec 2011)

  09 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.1.ebuild,
  +pkgcore-0.7.7.3.ebuild:
  Pull in new release with better error handling, and fixing a merge/unmerge
  bug.

*pkgcore-0.7.7.2 (08 Dec 2011)

  08 Dec 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7.2.ebuild:
  bgufix release building towards a stable candidate

  06 Dec 2011; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  make pkgcore -9999 require snakeoil -9999; avoids scenarios where pkgcore
  is reliant on yet unreleased snakeoil functionality.

*pkgcore-0.7.7.1 (03 Dec 2011)

  03 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.6.1.ebuild,
  -pkgcore-0.7.7.ebuild, -pkgcore-0.7.7-r1.ebuild, +pkgcore-0.7.7.1.ebuild,
  -files/pkgcore-0.7.7-IFS-manipulation.patch:
  Drop old/buggy versions; pull in metadata fix via 0.7.7.1

*pkgcore-0.7.7-r1 (02 Dec 2011)

  02 Dec 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7-r1.ebuild,
  +files/pkgcore-0.7.7-IFS-manipulation.patch:
  Fix IFS manipulation bug in helpers reported in irc

*pkgcore-0.7.7 (02 Dec 2011)

  02 Dec 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.7.ebuild,
  pkgcore-9999.ebuild:
  5x faster regen, bugfixes, search by repo_id

  01 Dec 2011; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  drop old plugincache wiping code that now is causing issues

*pkgcore-0.7.6.1 (01 Dec 2011)

  01 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.6.ebuild,
  +pkgcore-0.7.6.1.ebuild:
  Fix rather user visible bug in portage configuration introduced in 0.7.6.

*pkgcore-0.7.6 (30 Nov 2011)

  30 Nov 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.2.ebuild,
  -pkgcore-0.7.4.ebuild, -pkgcore-0.7.5-r1.ebuild, +pkgcore-0.7.6.ebuild:
  new version- better user support. Drop older versions in the process.

*pkgcore-0.7.5-r2 (18 Nov 2011)

  18 Nov 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.5-r2.ebuild,
  +files/pkgcore-0.7.5-dosym.patch:
  bug 379889; honor portage dosym behaviour rather than PMS.

*pkgcore-0.7.5-r1 (10 Nov 2011)

  10 Nov 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.5.ebuild,
  +pkgcore-0.7.5-r1.ebuild, +files/pkgcore-0.7.5-force-python-binary.patch:
  Add patch enforcing the python binary used for internal pinspect calls

  09 Nov 2011; Brian Harring <ferringb@gentoo.org> pkgcore-0.7.5.ebuild:
  bug 389925; if generating docs, require pyparsing

*pkgcore-0.7.5 (08 Nov 2011)

  08 Nov 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.5.ebuild:
  support repository defined negations of parent repos. Basically support
  enhanced overlays correctly.

*pkgcore-0.7.4 (27 Oct 2011)

  27 Oct 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.3.ebuild,
  +pkgcore-0.7.4.ebuild:
  Fix exception handling /etc/portage/profile; pull offending release

*pkgcore-0.7.3 (27 Oct 2011)

  27 Oct 2011; Brian Harring <ferringb@gentoo.org>
  -files/0.6.5-fix-screwup-in-incrementals-removal.patch,
  -pkgcore-0.6.5-r1.ebuild, -pkgcore-0.6.6.ebuild, -pkgcore-0.7.1-r1.ebuild,
  +pkgcore-0.7.3.ebuild:
  remove old versions, add 0.7.3 w/ greater compatibility support

*pkgcore-0.7.2 (28 Sep 2011)

  28 Sep 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.7.2.ebuild:
  manifest/digest support, mirroring support, bugfixes.  Add USE=build,
  if enabled, intended for just bootstrapping pkgcore.

  20 Sep 2011; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  Update -9999 for recent build changes.

*pkgcore-0.7.1-r1 (05 Sep 2011)

  05 Sep 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.1.ebuild,
  +pkgcore-0.7.1-r1.ebuild:
  bug 381731; fix USE=doc

*pkgcore-0.7.1 (03 Sep 2011)

  03 Sep 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.ebuild,
  +pkgcore-0.7.1.ebuild, -files/0.7-racy-slot-shadowing.patch:
  verbump to 0.7.1, pruning 0.7; bugfixes reported by users. Would've been
  nice if they spotted it in -9999 rather than hours after a release :/

*pkgcore-0.7 (02 Sep 2011)

  02 Sep 2011; Brian Harring <ferringb@gentoo.org>
  +files/0.7-racy-slot-shadowing.patch, +pkgcore-0.7.ebuild:
  new CLI tools, bugfixes galore, and heavy refactoring.

  06 Aug 2011; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
  use the standardized googlecode url for checkout

*pkgcore-9999 (06 Aug 2011)

  06 Aug 2011; Brian Harring <ferringb@gentoo.org> pkgcore-0.6.5-r1.ebuild,
  pkgcore-0.6.6.ebuild, +pkgcore-9999.ebuild:
  Update homepage, and add -9999 ebuild for bleeding edge users.

*pkgcore-0.6.6 (11 Jul 2011)

  11 Jul 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.6.3.ebuild,
  -pkgcore-0.6.4.ebuild, -pkgcore-0.6.5.ebuild, +pkgcore-0.6.6.ebuild:
  clean dead versions, pull in a fix and warning for ebuilds using use* in
  global scope

*pkgcore-0.6.5-r1 (24 Jun 2011)

  24 Jun 2011; Brian Harring <ferringb@gentoo.org>
  +files/0.6.5-fix-screwup-in-incrementals-removal.patch,
  +pkgcore-0.6.5-r1.ebuild:
  fix a screwup reported by mgorny for users w/ /etc/portage/profiles

  24 Jun 2011; Brian Harring <ferringb@gentoo.org> pkgcore-0.6.5.ebuild:
  update snakeoil deps to 0.4.1; missed in the commit.

*pkgcore-0.6.5 (22 Jun 2011)

  22 Jun 2011; Brian Harring <ferringb@gentoo.org>
  -files/0.5.11.8-magic-compat.patch, -pkgcore-0.5.11.8-r1.ebuild,
  +pkgcore-0.6.5.ebuild:
  0.6.5; better user support, fixup PMS compliance, and eapi4 misbehaviour.
  Finally, clean out 0.5.11.*; no longer supported in gentoo.

*pkgcore-0.6.4 (06 Jun 2011)

  06 Jun 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.6.ebuild,
  -pkgcore-0.6.1.ebuild, -pkgcore-0.6.2.ebuild, +pkgcore-0.6.4.ebuild:
  fix eapi4 default incompatibility during src_install; clean old versions out

*pkgcore-0.6.3 (30 May 2011)

  30 May 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.6.3.ebuild:
  add support for /etc/portage/make.profile, portageq analog of pinspect
  portageq and other fixes/enhancements.

*pkgcore-0.6.2 (27 May 2011)

  27 May 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.6.2.ebuild:
  portage configuration compatibility fixes, and fixing misbehaving binpkgs
  relying on portage internals.

*pkgcore-0.6.1 (23 May 2011)

  23 May 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.6.1.ebuild:
  0.6.1; bugfix release

  25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pkgcore-0.5.11.8-r1.ebuild, pkgcore-0.6.ebuild:
  Fix deprecation warnings.

  25 Apr 2011; Patrick Lauer <patrick@gentoo.org> pkgcore-0.6.ebuild:
  Removing ancient bash dep, adding pyparsing for --expr

  25 Apr 2011; Patrick Lauer <patrick@gentoo.org> pkgcore-0.6.ebuild:
  Increasing snakeoil dep to avoid breakage

*pkgcore-0.6 (25 Apr 2011)

  25 Apr 2011; Brian Harring <ferringb@gentoo.org> +pkgcore-0.6.ebuild:
  pkgcore 0.6; adds eapi4 support, and fixes a ton of issues.

  22 Mar 2011; Brian Harring <ferringb@gentoo.org> pkgcore-0.5.11.6.ebuild,
  pkgcore-0.5.11.7.ebuild, pkgcore-0.5.11.8.ebuild, pkgcore-0.5.11.8-r1.ebuild:
  remove a potential sandbox violation via disabling snakeoil 2to3 caching

*pkgcore-0.5.11.8-r1 (05 Mar 2011)

  05 Mar 2011; Brian Harring <ferringb@gentoo.org>
  +files/0.5.11.8-magic-compat.patch, +pkgcore-0.5.11.8-r1.ebuild:
  fix api incompatibility introduced in file 5.05

*pkgcore-0.5.11.8 (18 Jul 2010)

  18 Jul 2010; Brian Harring <ferringb@gentoo.org> +pkgcore-0.5.11.8.ebuild:
  add pkgcore 0.5.11.8; minor bug fixes mostly, add pmaint perl_rebuild
  scanner

*pkgcore-0.5.11.7 (21 Jun 2010)

  21 Jun 2010; Brian Harring <ferringb@gentoo.org> -pkgcore-0.5.11.3.ebuild,
  -pkgcore-0.5.11.5.ebuild, +pkgcore-0.5.11.7.ebuild:
  punt 0.5.11.{3,5}, no longer needed. add 0.5.11.7; likely stable
  candidate fixing a few core issues.

*pkgcore-0.5.11.6 (21 May 2010)

  21 May 2010; Brian Harring <ferringb@gentoo.org> +pkgcore-0.5.11.6.ebuild:
  bugfix release fixing xv unpack support primarily

*pkgcore-0.5.11.5 (22 Apr 2010)

  22 Apr 2010; Brian Harring <ferringb@gentoo.org> -pkgcore-0.5.11.4.ebuild,
  +pkgcore-0.5.11.5.ebuild:
  pull 0.5.11.4, add 0.5.11.5 addressing core distutils issue

*pkgcore-0.5.11.4 (22 Apr 2010)

  22 Apr 2010; Brian Harring <ferringb@gentoo.org> +pkgcore-0.5.11.4.ebuild:
  new version; primarily bugfixes, likely stable target

  22 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
  -pkgcore-0.5.11.2.ebuild:
  Remove broken 0.5.11.2 per ferringb request.

*pkgcore-0.5.11.3 (22 Mar 2010)

  22 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
  +pkgcore-0.5.11.3.ebuild:
  Another verbump for ferringb.

  16 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> -pkgcore-0.5.11.ebuild,
  -pkgcore-0.5.11.1.ebuild:
  Clean up broken versions for ferringb.

*pkgcore-0.5.11.2 (16 Mar 2010)

  16 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
  +pkgcore-0.5.11.2.ebuild:
  Version bump for ferringb.

*pkgcore-0.5.11.1 (16 Mar 2010)

  16 Mar 2010; <solar@gentoo.org> +pkgcore-0.5.11.1.ebuild:
  - ebump per request of ferringb

*pkgcore-0.5.11 (15 Mar 2010)

  15 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> +pkgcore-0.5.11.ebuild:
  Version bump for ferringb.

*pkgcore-0.5.10 (08 Feb 2010)

  08 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
  +pkgcore-0.5.10.ebuild:
  non-maintainer version bump at upstream's request

*pkgcore-0.5.9 (09 Jan 2010)

  09 Jan 2010; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.9.ebuild:
  Bump

  28 Dec 2009; Patrick Lauer <patrick@gentoo.org> pkgcore-0.5.8.ebuild:
  Fixing snakeoil dep

*pkgcore-0.5.8 (27 Dec 2009)

  27 Dec 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.5.5.ebuild,
  -pkgcore-0.5.6.ebuild, +pkgcore-0.5.8.ebuild:
  Bump, remove old

*pkgcore-0.5.7 (23 Dec 2009)

  23 Dec 2009; <solar@gentoo.org> +pkgcore-0.5.7.ebuild:
  - version bump by request of ferringb

*pkgcore-0.5.6 (13 Dec 2009)

  13 Dec 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.5.1.ebuild,
  -pkgcore-0.5.2.ebuild, -pkgcore-0.5.4.ebuild, +pkgcore-0.5.6.ebuild:
  Bump,remove old

*pkgcore-0.5.5 (26 Nov 2009)

  26 Nov 2009; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.5.ebuild:
  Bump

*pkgcore-0.5.4 (30 Oct 2009)

  30 Oct 2009; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.4.ebuild:
  Rebump

  30 Oct 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.5.3.ebuild:
  Unbump per upstream request

*pkgcore-0.5.3 (30 Oct 2009)

  30 Oct 2009; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.3.ebuild:
  Bump

  28 Oct 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.4.7.14.ebuild,
  -pkgcore-0.4.7.15.ebuild, -pkgcore-0.4.7.15-r1.ebuild,
  -pkgcore-0.4.7.16.ebuild:
  Remove old

*pkgcore-0.5.2 (28 Oct 2009)

  28 Oct 2009; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.2.ebuild:
  Bump

*pkgcore-0.5.1 (22 Oct 2009)

  22 Oct 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.5.ebuild,
  +pkgcore-0.5.1.ebuild:
  Bump

*pkgcore-0.5 (22 Oct 2009)

  22 Oct 2009; Patrick Lauer <patrick@gentoo.org> +pkgcore-0.5.ebuild:
  Bump

  31 Mar 2009; Raúl Porcel <armin76@gentoo.org> pkgcore-0.4.7.14.ebuild,
  pkgcore-0.4.7.15.ebuild, pkgcore-0.4.7.15-r1.ebuild,
  pkgcore-0.4.7.16.ebuild:
  Add ~arm/~s390/~sh

*pkgcore-0.4.7.16 (25 Mar 2009)

  25 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org>
  +pkgcore-0.4.7.16.ebuild:
  Version bump per ferringb's request

*pkgcore-0.4.7.15-r1 (31 Jan 2009)

  31 Jan 2009; Patrick Lauer <patrick@gentoo.org>
  +files/pkgcore-sandbox.patch, +pkgcore-0.4.7.15-r1.ebuild:
  Fixing test failure, patch by Brian Harring. Fixes #216942

  30 Jan 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  -pkgcore-0.4.7.13.ebuild:
  Removed 0.4.7.13 as requested by ferringb.

*pkgcore-0.4.7.15 (30 Jan 2009)

  30 Jan 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  +pkgcore-0.4.7.15.ebuild:
  Bump to 0.4.7.15 as requested by ferringb.

  09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -pkgcore-0.4.7.4.ebuild,
  -pkgcore-0.4.7.5.ebuild, -pkgcore-0.4.7.6.ebuild, -pkgcore-0.4.7.7.ebuild,
  -pkgcore-0.4.7.8.ebuild, -pkgcore-0.4.7.11.ebuild,
  -pkgcore-0.4.7.12.ebuild:
  Remove old

*pkgcore-0.4.7.14 (20 Dec 2008)

  20 Dec 2008; Zac Medico <zmedico@gentoo.org> +pkgcore-0.4.7.14.ebuild:
  Version bump.

*pkgcore-0.4.7.13 (30 Oct 2008)

  30 Oct 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.7.13.ebuild:
  Version bump

*pkgcore-0.4.7.12 (10 Oct 2008)

  10 Oct 2008; Robin H. Johnson <robbat2@gentoo.org>
  +pkgcore-0.4.7.12.ebuild:
  Bump for ferringb, resolves GLSA 200810-02 with python for pkgcore.

*pkgcore-0.4.7.11 (09 Oct 2008)

  09 Oct 2008; Zac Medico <zmedico@gentoo.org> -pkgcore-0.4.7.10.ebuild,
  +pkgcore-0.4.7.11.ebuild:
  Bump to 0.4.7.11 and remove 0.4.7.10 as requested by ferringb.

*pkgcore-0.4.7.10 (07 Oct 2008)

  07 Oct 2008; Steve Dibb <beandog@gentoo.org> +pkgcore-0.4.7.10.ebuild:
  Version bump

*pkgcore-0.4.7.9 (06 Oct 2008)

  06 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  +pkgcore-0.4.7.9.ebuild:
  Bumped pkgcore to the 0.4.7.9 release as requested by Brian Harring
  (ferringb).

*pkgcore-0.4.7.8 (03 Sep 2008)

  03 Sep 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.7.8.ebuild:
  Version bump

  14 Aug 2008; Zac Medico <zmedico@gentoo.org> pkgcore-0.4.7.4.ebuild,
  pkgcore-0.4.7.5.ebuild, pkgcore-0.4.7.6.ebuild, pkgcore-0.4.7.7.ebuild:
  Remove all !>app-arch/lzma-4.50 blockers as requested by ferringb.

*pkgcore-0.4.7.7 (13 Aug 2008)

  13 Aug 2008; Luis F. Araujo <araujo@gentoo.org> +pkgcore-0.4.7.7.ebuild:
  Verbump

*pkgcore-0.4.7.6 (10 Aug 2008)

  10 Aug 2008; Donnie Berkholz <dberkholz@gentoo.org>;
  +pkgcore-0.4.7.6.ebuild:
  Bump (Brian Harring).

*pkgcore-0.4.7.5 (06 Jul 2008)

  06 Jul 2008; <solar@gentoo.org> -pkgcore-0.4.2.ebuild,
  -pkgcore-0.4.3.ebuild, -pkgcore-0.4.4.ebuild, -pkgcore-0.4.5.ebuild,
  -pkgcore-0.4.6.ebuild, -pkgcore-0.4.7.ebuild, -pkgcore-0.4.7.1.ebuild,
  -pkgcore-0.4.7.2.ebuild, -pkgcore-0.4.7.3.ebuild, +pkgcore-0.4.7.5.ebuild:
  - Version bump to 0.4.7.5. Removed old ebuilds

*pkgcore-0.4.7.4 (11 Jun 2008)

  11 Jun 2008; <solar@gentoo.org> +pkgcore-0.4.7.4.ebuild:
  - version bump per request of ferringb

*pkgcore-0.4.7.3 (07 Jun 2008)

  07 Jun 2008; Luca Barbato <lu_zero@gentoo.org> +pkgcore-0.4.7.3.ebuild:
  Version bump

*pkgcore-0.4.7.2 (08 May 2008)

  08 May 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.7.2.ebuild:
  Version bump

*pkgcore-0.4.7.1 (06 May 2008)

  06 May 2008; Mike Doty <kingtaco@gentoo.org> +pkgcore-0.4.7.1.ebuild:
  version bump at request of ferringb

*pkgcore-0.4.7 (04 May 2008)

  04 May 2008; Alec Warner <antarus@gentoo.org> +pkgcore-0.4.7.ebuild:
  version bump

*pkgcore-0.4.6 (30 Apr 2008)

  30 Apr 2008; Luis F. Araujo <araujo@gentoo.org> +pkgcore-0.4.6.ebuild:
  Revbumping pkgcore to version 0.4.6

  20 Apr 2008; Markus Ullmann <jokey@gentoo.org> pkgcore-0.4.2.ebuild,
  pkgcore-0.4.3.ebuild, pkgcore-0.4.4.ebuild, pkgcore-0.4.5.ebuild:
  Block newer lzma versions as cmdline syntax changed

*pkgcore-0.4.5 (09 Apr 2008)

  09 Apr 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.5.ebuild:
  Version bump

*pkgcore-0.4.4 (07 Apr 2008)

  07 Apr 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.4.ebuild:
  Version bump, amd64 python-bug protection implemented

  01 Apr 2008; Markus Ullmann <jokey@gentoo.org> pkgcore-0.4.2.ebuild,
  pkgcore-0.4.3.ebuild:
  Temporary mask of pkgcore until python is fixed on amd64

*pkgcore-0.4.3 (31 Mar 2008)

  31 Mar 2008; Markus Ullmann <jokey@gentoo.org>
  -files/pkgcore-0.3.2-eapi.patch, -pkgcore-0.3.2-r1.ebuild,
  -pkgcore-0.3.4.ebuild, -pkgcore-0.4.1.ebuild, +pkgcore-0.4.3.ebuild:
  Version bump and drop old

*pkgcore-0.4.2 (30 Mar 2008)

  30 Mar 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.2.ebuild:
  Version bump

*pkgcore-0.4.1 (20 Mar 2008)

  20 Mar 2008; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.4.1.ebuild:
  Version bump

  12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
  Removing Marien Zwart (marienz, #107204) from metadata.xml.

*pkgcore-0.3.4 (26 Dec 2007)

  26 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pkgcore-0.3.3.ebuild,
  +pkgcore-0.3.4.ebuild:
  Version bump EAPI-1 fixes

*pkgcore-0.3.3 (15 Dec 2007)

  15 Dec 2007; Markus Ullmann <jokey@gentoo.org>
  -files/pkgcore-0.3.1-pmerge-unmerge-ask.patch, -pkgcore-0.3.1.ebuild,
  -pkgcore-0.3.2.ebuild, +pkgcore-0.3.3.ebuild:
  Version bump, EAPI1 fixups

*pkgcore-0.3.2-r1 (06 Dec 2007)

  06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
  +files/pkgcore-0.3.2-eapi.patch, +pkgcore-0.3.2-r1.ebuild:
  Add fix for ebuilds that error out on unknown src_configure error

  06 Nov 2007; Raúl Porcel <armin76@gentoo.org> pkgcore-0.3.2.ebuild:
  Add ~alpha

  05 Nov 2007; Charlie Shepherd <masterdriverz@gentoo.org>
  pkgcore-0.3.2.ebuild:
  Change dep from =snakeoil-0.1 to >=snakeoil-0.1 (thanks to Kyle McFarlandfor
  noticing) to (hopefully) future-proof it.

  04 Nov 2007; Charlie Shepherd <masterdriverz@gentoo.org>
  pkgcore-0.3.2.ebuild:
  Make pkgcore depend upon snakeoil-0.1, we get a traceback otherwise.

*pkgcore-0.3.2 (03 Nov 2007)

  03 Nov 2007; Markus Ullmann <jokey@gentoo.org>
  -files/pkgcore-0.2.13-tweak_intercepts.patch,
  -files/pkgcore-0.2-hppa-disable-filter-env.patch,
  -files/pkgcore-0.3-pmerge-unmerge-ask.patch, -pkgcore-0.1.4.ebuild,
  -pkgcore-0.2.12.ebuild, -pkgcore-0.2.13.ebuild, -pkgcore-0.2.13-r1.ebuild,
  -pkgcore-0.2.14.ebuild, -pkgcore-0.3.ebuild, +pkgcore-0.3.2.ebuild:
  Version bump, many bug fixes

  28 Jun 2007; Joshua Jackson <tsunam@gentoo.org>
  +files/pkgcore-0.3.1-pmerge-unmerge-ask.patch:
  Forgot the patch bumpage as well

*pkgcore-0.3.1 (28 Jun 2007)

  28 Jun 2007; Joshua Jackson <tsunam@gentoo.org> +pkgcore-0.3.1.ebuild:
  Adding pkgcore 0.3.1 at the request of ferringb

  16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> pkgcore-0.3.ebuild:
  Added ~ppc, bug #181133

  13 Jun 2007; Christoph Mende <angelos@gentoo.org> pkgcore-0.3.ebuild:
  Added ~amd64

  08 Jun 2007; Jeroen Roovers <jer@gentoo.org> pkgcore-0.3.ebuild:
  Marked ~hppa, removed deprecated patch (bug #181133).

  07 Jun 2007; Markus Rothe <corsair@gentoo.org> pkgcore-0.3.ebuild:
  Added ~ppc64; bug #181133

  07 Jun 2007; Marien Zwart <marienz@gentoo.org> pkgcore-0.3.ebuild:
  use get_libdir instead of lib for cleaning stale plugincache files.

  07 Jun 2007; Ferris McCormick <fmccor@gentoo.org> pkgcore-0.3.ebuild:
  Add ~sparc --- Bug #181133 --- Builds, reinstalls itself, trial is good.

  07 Jun 2007; Raúl Porcel <armin76@gentoo.org> pkgcore-0.3.ebuild:
  Re-add ~ia64 wrt #181133

*pkgcore-0.3 (06 Jun 2007)

  06 Jun 2007; Marien Zwart <marienz@gentoo.org>
  +files/pkgcore-0.3-pmerge-unmerge-ask.patch, +pkgcore-0.3.ebuild:
  Version bump.

  10 Apr 2007; Raúl Porcel <armin76@gentoo.org> pkgcore-0.2.14.ebuild:
  Add ~ia64

*pkgcore-0.2.14 (08 Apr 2007)

  08 Apr 2007; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.2.14.ebuild:
  Version bump

  05 Apr 2007; Robin H. Johnson <robbat2@gentoo.org>
  pkgcore-0.2.13-r1.ebuild:
  Add ~ppc to keywords.

*pkgcore-0.2.13-r1 (01 Apr 2007)

  01 Apr 2007; Charlie Shepherd <masterdriverz@gentoo.org>
  +files/pkgcore-0.2.13-tweak_intercepts.patch, +pkgcore-0.2.13-r1.ebuild:
  Fix warnings caused by paludis written environment on vdb unmerge

*pkgcore-0.2.13 (30 Mar 2007)

  30 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.11.ebuild,
  +pkgcore-0.2.13.ebuild:
  Version bump.

*pkgcore-0.2.12 (29 Mar 2007)

  29 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.10.ebuild,
  +pkgcore-0.2.12.ebuild:
  Version bump.

*pkgcore-0.2.11 (28 Mar 2007)

  28 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.9.ebuild,
  +pkgcore-0.2.11.ebuild:
  Version bump.

*pkgcore-0.2.10 (27 Mar 2007)

  27 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.8.ebuild,
  +pkgcore-0.2.10.ebuild:
  Version bump.

*pkgcore-0.2.9 (19 Mar 2007)

  19 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.7.ebuild,
  +pkgcore-0.2.9.ebuild:
  Version bump.

*pkgcore-0.2.8 (18 Mar 2007)

  18 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.6.ebuild,
  +pkgcore-0.2.8.ebuild:
  Version bump.

*pkgcore-0.2.7 (04 Mar 2007)

  04 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.5.ebuild,
  +pkgcore-0.2.7.ebuild:
  Version bump with layman sync support.

*pkgcore-0.2.6 (04 Mar 2007)

  04 Mar 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2.4.ebuild,
  +pkgcore-0.2.6.ebuild:
  Version bump, adding manpages, make the plugins dir cleanup message
  conditional. Clean up old version.

*pkgcore-0.2.5 (19 Feb 2007)

  19 Feb 2007; Marien Zwart <marienz@gentoo.org> -pkgcore-0.2-r1.ebuild,
  -pkgcore-0.2.1.ebuild, -pkgcore-0.2.2.ebuild, -pkgcore-0.2.3.ebuild,
  +pkgcore-0.2.5.ebuild:
  Version bump.

*pkgcore-0.2.4 (16 Feb 2007)

  16 Feb 2007; Ferris McCormick <fmccor@gentoo.org> +pkgcore-0.2.4.ebuild:
  Version bump.

*pkgcore-0.2.3 (12 Feb 2007)

  12 Feb 2007; Charlie Shepherd <masterdriverz@gentoo.org>
  +pkgcore-0.2.3.ebuild:
  Bump to 0.2.3

*pkgcore-0.2.2 (30 Jan 2007)

  30 Jan 2007; Marien Zwart <marienz@gentoo.org> +pkgcore-0.2.2.ebuild:
  Version bump with minor ebuild cleanup.

*pkgcore-0.2.1 (24 Jan 2007)

  24 Jan 2007; Markus Ullmann <jokey@gentoo.org> +pkgcore-0.2.1.ebuild:
  Version bump

*pkgcore-0.2-r1 (22 Jan 2007)

  22 Jan 2007; Markus Ullmann <jokey@gentoo.org>
  +files/pkgcore-0.2-hppa-disable-filter-env.patch, pkgcore-0.1.4.ebuild,
  -pkgcore-0.2.ebuild, +pkgcore-0.2-r1.ebuild:
  Add a patch for hppa and fix URL

  22 Jan 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
  Version bump

  20 Jan 2007; Markus Rothe <corsair@gentoo.org> pkgcore-0.1.4.ebuild:
  Added ~ppc64

*pkgcore-0.1.4 (25 Oct 2006)

  25 Oct 2006; Marien Zwart <marienz@gentoo.org> +pkgcore-0.1.4.ebuild:
  Version bump.

*pkgcore-0.1.3 (23 Oct 2006)

  23 Oct 2006; Marien Zwart <marienz@gentoo.org> +pkgcore-0.1.3.ebuild:
  Version bump.

*pkgcore-0.1.2-r1 (12 Oct 2006)

  12 Oct 2006; Marien Zwart <marienz@gentoo.org> -pkgcore-0.1.ebuild,
  -pkgcore-0.1-r1.ebuild, -pkgcore-0.1.1.ebuild, +pkgcore-0.1.2-r1.ebuild:
  Remove old version, revbump that properly calls distutils_pkg_preinst.

*pkgcore-0.1.2 (10 Oct 2006)

  10 Oct 2006; Marien Zwart <marienz@gentoo.org> +pkgcore-0.1.2.ebuild:
  Version bump.

  07 Oct 2006; Jeroen Roovers <jer@gentoo.org> pkgcore-0.1.1-r1.ebuild:
  pkgcore <3 HPPA

*pkgcore-0.1.1-r1 (03 Oct 2006)

  03 Oct 2006; Marien Zwart <marienz@gentoo.org>
  +files/pkgcore-0.1.1-curses-errors.patch,
  +files/pkgcore-0.1.1-filter-env-cflags.patch, +pkgcore-0.1.1-r1.ebuild:
  Make filter-env building not use the python CFLAGS, deal with curses errors.

*pkgcore-0.1.1 (03 Oct 2006)

  03 Oct 2006; Marien Zwart <marienz@gentoo.org> +pkgcore-0.1.1.ebuild:
  Version bump, ~sparc (Weeve tested 0.1-r1).

  02 Oct 2006; Michael Cummings <mcummings@gentoo.org>
  pkgcore-0.1-r1.ebuild:
  Keywording ~amd64

*pkgcore-0.1-r1 (01 Oct 2006)

  01 Oct 2006; Marien Zwart <marienz@gentoo.org>
  +files/pkgcore-0.1-sandbox-in-deleted-dir.patch, +pkgcore-0.1-r1.ebuild:
  Deal with running ebd from a deleted directory.

*pkgcore-0.1 (30 Sep 2006)

  30 Sep 2006; Marien Zwart <marienz@gentoo.org> +metadata.xml,
  +pkgcore-0.1.ebuild:
  New package.