aboutsummaryrefslogtreecommitdiff
blob: 99f036ee5048a3b393b1020aa5cb985532999bb3 (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
# ChangeLog for app-admin/eselect
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 2011/01/22 21:38:52 ulm Exp $

  04 Jun 2012; Justin Lecher <jlec@gentoo.org> eselect-1.3.1-r1.ebuild,
  metadata.xml:
  Fix eaclocal call

  15 Mar 2012; François Bissey <francois.bissey@canterbury.ac.nz>
  eselect-1.3.1-r1.ebuild:
  add a band aid for prefix

*eselect-1.3.1-r1 (13 Feb 2012)

  13 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> -eselect-1.3-r2.ebuild,
  +eselect-1.3.1-r1.ebuild:
  sync with tree

*eselect-1.3-r2 (08 Feb 2012)

  08 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> -eselect-1.3-r1.ebuild,
  +eselect-1.3-r2.ebuild, files/eselect-alternatives.patch:
  Fixed a missing EROOT

*eselect-1.3-r1 (22 Jan 2012)

  22 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org>
  -eselect-1.2.18-r1.ebuild, +eselect-1.3-r1.ebuild,
  files/eselect-alternatives.patch, metadata.xml:
  merge with main tree

*eselect-1.2.18-r1 (27 Sep 2011)

  27 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> -eselect-1.2.17-r1.ebuild,
  +eselect-1.2.18-r1.ebuild:
  Version bump

  06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org>
  files/eselect-alternatives.patch:
  Updated to newer eclectic alternatives. Fixed a prefix thanks Francois Bissey

*eselect-1.2.17-r1 (06 Sep 2011)

  06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org>
  -eselect-1.2.16-r1.ebuild, +eselect-1.2.17-r1.ebuild:
  Bump to be above tree version

*eselect-1.2.16-r1

  03 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
  Imported from dev/bicatali

  22 Jan 2011; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.10.ebuild,
  -eselect-1.2.13.ebuild:
  Remove old.

  22 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> eselect-1.2.11.ebuild:
  ppc64 stable wrt #344537

*eselect-1.2.14 (14 Jan 2011)

  14 Jan 2011; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.14.ebuild:
  Version bump.

*eselect-1.2.13 (27 Nov 2010)

  27 Nov 2010; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.12.ebuild,
  +eselect-1.2.13.ebuild:
  Version bump, fixes bug 346837. Remove intermediate version.

*eselect-1.2.12 (21 Nov 2010)

  21 Nov 2010; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.12.ebuild:
  Version bump.

  14 Nov 2010; Raúl Porcel <armin76@gentoo.org> eselect-1.2.11.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #344537

  09 Nov 2010; Markus Meier <maekke@gentoo.org> eselect-1.2.11.ebuild:
  arm stable, bug #344537

  09 Nov 2010; Jeroen Roovers <jer@gentoo.org> eselect-1.2.11.ebuild:
  Stable for PPC (bug #344537).

  09 Nov 2010; Jeroen Roovers <jer@gentoo.org> eselect-1.2.11.ebuild:
  Stable for HPPA (bug #344537).

  08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> eselect-1.2.11.ebuild:
  Stable on amd64 wrt bug #344537

  08 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
  eselect-1.2.11.ebuild:
  stable x86, bug 344537

  23 Oct 2010; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.9.ebuild:
  Remove old.

  23 Oct 2010; Mark Loeser <halcy0n@gentoo.org> eselect-1.2.10.ebuild:
  Mark ppc64; bug #313829

*eselect-1.2.11 (27 Jul 2010)

  27 Jul 2010; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.8.ebuild,
  +eselect-1.2.11.ebuild:
  Version bump. Remove old.

  23 May 2010; Pacho Ramos <pacho@gentoo.org> eselect-1.2.10.ebuild:
  stable amd64, bug 313829

  08 May 2010; Raúl Porcel <armin76@gentoo.org> eselect-1.2.10.ebuild:
  alpha/arm/ia64/m68k/s390/sh stable wrt #313829

  16 Apr 2010; Brent Baude <ranger@gentoo.org> eselect-1.2.10.ebuild:
  stable ppc, bug 313829

  09 Apr 2010; Tiago Cunha <tcunha@gentoo.org> eselect-1.2.10.ebuild:
  stable sparc, bug 313829

  09 Apr 2010; Jeroen Roovers <jer@gentoo.org> eselect-1.2.10.ebuild:
  Stable for HPPA (bug #313829).

  08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
  eselect-1.2.10.ebuild:
  stable x86, bug 313829

  10 Feb 2010; Joseph Jezak <josejx@gentoo.org> eselect-1.2.9.ebuild:
  Marked ppc stable for bug #302878.

  06 Feb 2010; Raúl Porcel <armin76@gentoo.org> eselect-1.2.9.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #302878

*eselect-1.2.10 (05 Feb 2010)

  05 Feb 2010; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.3.ebuild,
  +eselect-1.2.10.ebuild:
  Version bump. Remove old.

  04 Feb 2010; Markus Meier <maekke@gentoo.org> eselect-1.2.9.ebuild:
  amd64/arm stable, bug #302878

  02 Feb 2010; Jeroen Roovers <jer@gentoo.org> eselect-1.2.9.ebuild:
  Stable for HPPA (bug #302878).

  01 Feb 2010; Tiago Cunha <tcunha@gentoo.org> eselect-1.2.9.ebuild:
  stable sparc, bug 302878

  01 Feb 2010; Christian Faulhammer <fauli@gentoo.org> eselect-1.2.9.ebuild:
  stable x86, bug 302878

  01 Feb 2010; Brent Baude <ranger@gentoo.org> eselect-1.2.9.ebuild:
  stable ppc64, bug 302878

  11 Jan 2010; Raúl Porcel <armin76@gentoo.org> eselect-1.2.8.ebuild:
  alpha/arm/ia64/m68k/s390/sh stable wrt #297496

  31 Dec 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.2.9.ebuild:
  Inherit bash-completion.eclass, bug 299051.

  31 Dec 2009; Brent Baude <ranger@gentoo.org> eselect-1.2.8.ebuild:
  Marking eselect-1.2.8 ppc64 for bug 297496

*eselect-1.2.9 (31 Dec 2009)

  31 Dec 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.7.ebuild,
  +eselect-1.2.9.ebuild:
  Version bump, fixes bugs 298742 and 298789. Remove old.

  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> eselect-1.2.8.ebuild:
  stable x86, bug 297496

  29 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> eselect-1.2.8.ebuild:
  amd64 stable wrt #297496

  28 Dec 2009; nixnut <nixnut@gentoo.org> eselect-1.2.8.ebuild:
  ppc stable #297496

  28 Dec 2009; Tiago Cunha <tcunha@gentoo.org> eselect-1.2.8.ebuild:
  stable sparc, bug 297496

  24 Dec 2009; Jeroen Roovers <jer@gentoo.org> eselect-1.2.8.ebuild:
  Stable for HPPA (bug #297496).

*eselect-1.2.8 (20 Nov 2009)

  20 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.5.ebuild,
  -eselect-1.2.6.ebuild, +eselect-1.2.8.ebuild:
  Version bump, fixes bug 293317. Remove old.

*eselect-1.2.7 (14 Nov 2009)

  14 Nov 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.7.ebuild:
  Version bump, fixes bug 289095.

*eselect-1.2.6 (07 Nov 2009)

  07 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.1.3.ebuild,
  -eselect-1.2.4.ebuild, +eselect-1.2.6.ebuild:
  Version bump. Remove old.

*eselect-1.2.5 (04 Nov 2009)

  04 Nov 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.5.ebuild:
  Version bump; fixes bugs 280191 and 288527.

  13 Oct 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.1.3.ebuild,
  eselect-1.2.3.ebuild, eselect-1.2.4.ebuild:
  Update dependency after realpath package move, bug 273968.

  11 Oct 2009; Jeroen Roovers <jer@gentoo.org> eselect-1.2.3.ebuild:
  Stable for HPPA (bug #287135).

  09 Oct 2009; Fabian Groffen <grobian@gentoo.org> eselect-1.2.4.ebuild:
  Added Prefix keywords and fixed the ebuild for Prefix

*eselect-1.2.4 (09 Oct 2009)

  09 Oct 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.0.12.ebuild,
  -eselect-1.2.1.ebuild, +eselect-1.2.4.ebuild:
  Version bump. Remove old.

  08 Oct 2009; Raúl Porcel <armin76@gentoo.org> eselect-1.2.3.ebuild:
  alpha/arm/ia64/m68k/s390/sh stable wrt #287135

  05 Oct 2009; Tiago Cunha <tcunha@gentoo.org> eselect-1.2.3.ebuild:
  stable sparc, bug 287135

  03 Oct 2009; Christian Faulhammer <fauli@gentoo.org> eselect-1.2.3.ebuild:
  stable x86, bug 287135

  03 Oct 2009; Brent Baude <ranger@gentoo.org> eselect-1.2.3.ebuild:
  Marking eselect-1.2.3 ppc64 for bug 287135

  03 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> eselect-1.2.3.ebuild:
  Stable for ppc, bug 287135

  01 Oct 2009; Dawid Węgliński <cla@gentoo.org> eselect-1.2.3.ebuild:
  Stable on amd64 (bug #287135)

*eselect-1.2.3 (20 Sep 2009)

  20 Sep 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.2.2.ebuild,
  +eselect-1.2.3.ebuild:
  Version bump, fixes bug 285762. Remove intermediate version.

*eselect-1.2.2 (19 Sep 2009)

  19 Sep 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.2.ebuild:
  Version bump.

  15 Sep 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.1.1.ebuild,
  -eselect-1.2.ebuild:
  Remove old.

  15 Sep 2009; Jeroen Roovers <jer@gentoo.org> eselect-1.1.3.ebuild:
  Stable for HPPA (bug #283079).

  11 Sep 2009; Raúl Porcel <armin76@gentoo.org> eselect-1.1.3.ebuild:
  arm/ia64/m68k/s390/sh/sparc stable wrt #283079

*eselect-1.2.1 (09 Sep 2009)

  09 Sep 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2.1.ebuild:
  Version bump, fixes bug 283932.

  07 Sep 2009; Markus Meier <maekke@gentoo.org> eselect-1.1.3.ebuild:
  amd64/x86 stable, bug #283079

  31 Aug 2009; Brent Baude <ranger@gentoo.org> eselect-1.1.3.ebuild:
  Marking eselect-1.1.3 ppc64 for bug 283079

  31 Aug 2009; Brent Baude <ranger@gentoo.org> eselect-1.1.1.ebuild:
  Marking eselect-1.1.1 ppc64 for bug 277187

  30 Aug 2009; Tobias Klausmann <klausman@gentoo.org> eselect-1.1.3.ebuild:
  Stable on alpha, bug #283079

  30 Aug 2009; nixnut <nixnut@gentoo.org> eselect-1.1.3.ebuild:
  ppc stable #283079

*eselect-1.2 (27 Aug 2009)

  27 Aug 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.1.2.ebuild,
  -eselect-1.2_rc1.ebuild, +eselect-1.2.ebuild:
  Version bump. Remove intermediate versions.

*eselect-1.2_rc1 (19 Aug 2009)

  19 Aug 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.2_rc1.ebuild:
  Version bump; fixes bug 280598; enhancements from bugs 154511 and 274760.

*eselect-1.1.3 (16 Aug 2009)

  16 Aug 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.0.10.ebuild,
  -eselect-1.0.11-r1.ebuild,
  -files/eselect-1.0.11-fix-paludis-command.patch, +eselect-1.1.3.ebuild:
  Version bump, fixes bug 279662. Remove old.

  21 Jul 2009; <chainsaw@gentoo.org> eselect-1.1.1.ebuild:
  Marked stable on AMD64 as requested by Ulrich Müller <ulm@gentoo.org> in
  bug #277187. Tested with the profile module.

  17 Jul 2009; Raúl Porcel <armin76@gentoo.org> eselect-1.1.1.ebuild:
  alpha/arm/ia64/m68k/s390/sh stable wrt #277187

  16 Jul 2009; nixnut <nixnut@gentoo.org> eselect-1.1.1.ebuild:
  ppc stable #277187

  09 Jul 2009; Jeroen Roovers <jer@gentoo.org> eselect-1.1.1.ebuild:
  Stable for HPPA (bug #277187).

  09 Jul 2009; Christian Faulhammer <fauli@gentoo.org> eselect-1.1.1.ebuild:
  stable x86, bug 277187

  09 Jul 2009; Ferris McCormick <fmccor@gentoo.org> eselect-1.1.1.ebuild:
  Sparc stable, Bug #277187.

  28 Jun 2009; Brent Baude <ranger@gentoo.org> eselect-1.0.12.ebuild:
  Marking eselect-1.0.12 ppc64 for bug 270138

*eselect-1.1.2 (27 Jun 2009)

  27 Jun 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.1.2.ebuild:
  Version bump.

  12 Jun 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.0.11-r2.ebuild,
  -files/eselect-1.0.11-parent-profiles.patch,
  -files/eselect-1.0.11-relative-profiles.patch, -eselect-1.1.ebuild,
  metadata.xml:
  Remove intermediate versions.

*eselect-1.1.1 (06 Jun 2009)

  06 Jun 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.1.1.ebuild:
  Version bump. Remove paludis USE flag since it doesn't make much sense
  without the corresponding dependency; use app-admin/eselect-package-manager
  for selection of a package manager instead.

  02 Jun 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.1.ebuild,
  -eselect-1.1_rc2.ebuild, -eselect-1.1_rc3.ebuild:
  Don't depend on paludis, in order to avoid a circular dependency; thanks
  to Ingmar Vanhassel for pointing this out. Print a warning message in
  pkg_postinst instead. Remove release candidates.

*eselect-1.1 (27 May 2009)

  27 May 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.1.ebuild,
  -eselect-9999.ebuild:
  Version bump. Remove live ebuild.

  24 May 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.0.10.ebuild,
  eselect-1.0.11-r1.ebuild, eselect-1.0.11-r2.ebuild, eselect-1.0.12.ebuild,
  eselect-1.1_rc2.ebuild, eselect-1.1_rc3.ebuild, eselect-9999.ebuild:
  Fix dependencies: readlink/realpath are also needed at run time.

  24 May 2009; Markus Meier <maekke@gentoo.org> eselect-1.0.12.ebuild:
  amd64 stable, bug #270138

  21 May 2009; Brent Baude <ranger@gentoo.org> eselect-1.0.12.ebuild:
  stable ppc, bug 270138

  21 May 2009; Raúl Porcel <armin76@gentoo.org> eselect-1.0.12.ebuild:
  arm/ia64/m68k/s390/sh/sparc stable wrt #270138

*eselect-1.1_rc3 (21 May 2009)

  21 May 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.1_rc3.ebuild:
  Version bump.

  20 May 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.1_rc2.ebuild,
  eselect-9999.ebuild:
  Create directory for news-tng module. Set proper group and permissions.

*eselect-1.1_rc2 (19 May 2009)

  19 May 2009; Ulrich Mueller <ulm@gentoo.org> -eselect-1.1_rc1.ebuild,
  +eselect-1.1_rc2.ebuild:
  Version bump, fixes bug 270406. Remove previous release candidate.

*eselect-1.1_rc1 (18 May 2009)

  18 May 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.1_rc1.ebuild:
  Version bump; fixes bugs 155814 and 156866; enhancements from bugs 148578,
  153890, 180966, 190216, and 220473.

  18 May 2009; Christian Faulhammer <fauli@gentoo.org>
  eselect-1.0.12.ebuild:
  stable x86, bug 270138

  18 May 2009; Jeroen Roovers <jer@gentoo.org> eselect-1.0.12.ebuild:
  Stable for HPPA (bug #270138).

  17 May 2009; Tobias Klausmann <klausman@gentoo.org> eselect-1.0.12.ebuild:
  Stable on alpha, bug #270138

  28 Apr 2009; Ulrich Mueller <ulm@gentoo.org> metadata.xml, eselect-9999:
  Add paludis USE flag for the live ebuild.

*eselect-9999 (18 Apr 2009)
*eselect-1.0.12 (18 Apr 2009)

  18 Apr 2009; Ulrich Mueller <ulm@gentoo.org> +eselect-1.0.12.ebuild,
  +eselect-9999.ebuild:
  Version bump to 1.0.12; fixes bugs 172636, 198461, 203114, 204937, 218557,
  219864, 232874, 240402, 248470, 248487, 260464, and 264734. Add live ebuild
  for SVN trunk. Remove dependencies on editor modes, since only few users of
  eselect will edit its source.

  17 Apr 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.0.11-r1.ebuild,
  eselect-1.0.11-r2.ebuild:
  Clarify the elog message in pkg_postinst, bug 187263. Remove the dependency
  on procps (added at 14 April) again, since it leads to problems on FreeBSD;
  bug 266540. In fact, a working "pgrep" command is not essential, since it is
  only called from the "die" function. See bug 264734 for details.

  15 Apr 2009; Ulrich Mueller <ulm@gentoo.org>
  -files/eselect-1.0.8-fix-parallel-install.patch:
  Remove stale file.

  14 Apr 2009; Ulrich Mueller <ulm@gentoo.org> eselect-1.0.11-r2.ebuild:
  Add procps to RDEPEND, fixes bug 174354.

  08 Apr 2009; Jeremy Olexa <darkside@gentoo.org>
  +files/eselect-1.0.11-relative-profiles.patch, eselect-1.0.11-r2.ebuild:
  Make 'eselect profile show' show the relative path. Patch by Thomas Bellman
  in bug 248487

*eselect-1.0.11-r2 (08 Apr 2009)

  08 Apr 2009; Jeremy Olexa <darkside@gentoo.org>
  +files/eselect-1.0.11-parent-profiles.patch, -eselect-1.0.2.ebuild,
  -eselect-1.0.7.ebuild, -eselect-1.0.8.ebuild, -eselect-1.0.9.ebuild,
  -eselect-1.0.11.ebuild, +eselect-1.0.11-r2.ebuild:
  Version bump to fix bug 248470, patch by Thomas Bellman. Allows parent
  profiles to be selectable. Also, remove old versions

  08 Apr 2009; Jeremy Olexa <darkside@gentoo.org> eselect-1.0.11-r1.ebuild:
  fix postinst message to include instructions for enabling globally, bug 265168

  17 Mar 2009; Raúl Porcel <armin76@gentoo.org> eselect-1.0.11-r1.ebuild:
  m68k stable wrt #208898, thanks to kolla for testing

  29 Dec 2008; Raúl Porcel <armin76@gentoo.org> eselect-1.0.11-r1.ebuild:
  s390/sh stable wrt #208898

  16 Dec 2008; Doug Goldstein <cardoe@gentoo.org> eselect-1.0.11-r1.ebuild:
  amd64 stable

  10 Dec 2008; Jeroen Roovers <jer@gentoo.org> eselect-1.0.11-r1.ebuild:
  Stable for HPPA (bug #208898).

  09 Dec 2008; Brent Baude <ranger@gentoo.org> eselect-1.0.11-r1.ebuild:
  Marking eselect-1.0.11-r1 ppc64 and ppc for bug 208898

  08 Dec 2008; Raúl Porcel <armin76@gentoo.org> eselect-1.0.11-r1.ebuild:
  alpha/arm/ia64/sparc/x86 stable wrt #208898

  25 May 2008; Markus Rothe <corsair@gentoo.org> eselect-1.0.11-r1.ebuild:
  Stable on ppc64

*eselect-1.0.11-r1 (20 Mar 2008)

  20 Mar 2008; Piotr Jaroszyński <peper@gentoo.org>
  +files/eselect-1.0.11-fix-paludis-command.patch,
  +eselect-1.0.11-r1.ebuild:
  Add -r1 with a patch fixing paludis_command().

*eselect-1.0.11 (01 Dec 2007)

  01 Dec 2007; Piotr Jaroszyński <peper@gentoo.org> +eselect-1.0.11.ebuild:
  Add 1.0.11.

  05 Aug 2007; nixnut <nixnut@gentoo.org> eselect-1.0.10.ebuild:
  Stable on ppc wrt bug 185691

  01 Aug 2007; Joshua Kinard <kumba@gentoo.org> eselect-1.0.10.ebuild:
  Stable on mips, per #185691.

  01 Aug 2007; <metalgod@gentoo.org> eselect-1.0.10.ebuild:
  Stable on amd64. See bug #185691.

  30 Jul 2007; Raúl Porcel <armin76@gentoo.org> eselect-1.0.10.ebuild:
  alpha/ia64 stable wrt #185691

  30 Jul 2007; Jeroen Roovers <jer@gentoo.org> eselect-1.0.10.ebuild:
  Stable for HPPA (bug #185691).

  30 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> eselect-1.0.10.ebuild:
  Stable on sparc wrt #185691

  30 Jul 2007; Markus Rothe <corsair@gentoo.org> eselect-1.0.10.ebuild:
  Stable on ppc64; bug #185691

  30 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
  eselect-1.0.10.ebuild:
  stable x86, bug 185691

*eselect-1.0.10 (17 Jun 2007)

  17 Jun 2007; Danny van Dyk <kugelfang@gentoo.org> +eselect-1.0.10.ebuild:
  Released 1.0.10 that fixes bugs #172472 and #172475. Thanks to Ulrich
  Mueller <ulm@gentoo.org>.

  06 May 2007; Mike Kelly <pioto@gentoo.org> eselect-1.0.9.ebuild:
  Add vim-syntax USE flag to pull in eselect-syntax.

*eselect-1.0.9 (28 Mar 2007)

  28 Mar 2007; <pioto@gentoo.org> +eselect-1.0.9.ebuild:
  Version bump. Fixes parallel install, improper use of DISTDIR, and some
  issues with env.eselect.

  07 Feb 2007; Simon Stelling <blubb@gentoo.org> eselect-1.0.7.ebuild:
  stable on amd64; bug 160535

  26 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> eselect-1.0.7.ebuild:
  Stable on Alpha.

  25 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> eselect-1.0.7.ebuild:
  Stable on MIPS.

  24 Jan 2007; Marius Mauch <genone@gentoo.org> eselect-1.0.2.ebuild,
  eselect-1.0.7.ebuild, eselect-1.0.8.ebuild:
  Replacing einfo with elog

  16 Jan 2007; Jeroen Roovers <jer@gentoo.org> eselect-1.0.7.ebuild:
  Stable for HPPA (bug #160535).

  15 Jan 2007; Mike Kelly <pioto@gentoo.org>
  +files/eselect-1.0.8-fix-parallel-install.patch, eselect-1.0.8.ebuild:
  Add a patch to really really fix Bug #162008.

  14 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> eselect-1.0.7.ebuild:
  Marked stable on amd64.

*eselect-1.0.8 (14 Jan 2007)

  14 Jan 2007; Mike Kelly <pioto@gentoo.org> +eselect-1.0.8.ebuild:
  Version bump. Really fixes Bug #162008.

  14 Jan 2007; Mike Kelly <pioto@gentoo.org> eselect-1.0.7.ebuild:
  Force non-parallel install for now until all the Makefile issues can be fixed.

  14 Jan 2007; Joseph Jezak <josejx@gentoo.org> eselect-1.0.7.ebuild:
  Marked ppc stable for bug #160535.

  09 Jan 2007; Christian Faulhammer <opfer@gentoo.org> eselect-1.0.7.ebuild:
  stable x86, bug #160535

  09 Jan 2007; Markus Rothe <corsair@gentoo.org> eselect-1.0.7.ebuild:
  Stable on ppc64; bug #160535

  08 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> eselect-1.0.7.ebuild:
  Stable on sparc wrt #160535

  07 Jan 2007; Mike Kelly <pioto@gentoo.org> eselect-1.0.7.ebuild:
  Mark ~amd64 again, since we need to stable a few other things first. See Bug
  #160535.

  06 Jan 2007; Mike Kelly <pioto@gentoo.org> eselect-1.0.7.ebuild:
  Mark stable on amd64 (okayed by Kugelfang).

  06 Jan 2007; Mike Kelly <pioto@gentoo.org> -eselect-1.0.6.ebuild:
  Remove old and kinda buggy 1.0.6 version.

  09 Nov 2006; Marien Zwart <marienz@gentoo.org> Manifest:
  Fix Manifest.

  09 Nov 2006; Marien Zwart <marienz@gentoo.org> +eselect-1.0.6.ebuild:
  Put 1.0.6 back to avoid a downgrade while 1.0.7 is masked.

*eselect-1.0.7 (08 Nov 2006)

  08 Nov 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-1.0.ebuild,
  -eselect-1.0.6.ebuild, +eselect-1.0.7.ebuild:
  Removed obsolete version 1.0. Bumped eselect to version 1.0.7, which is a
  bugfix release.

  18 Oct 2006; Roy Marples <uberlord@gentoo.org> eselect-1.0.6.ebuild:
  Added ~sparc-fbsd keyword.

*eselect-1.0.6 (03 Oct 2006)

  03 Oct 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-1.0.5.ebuild,
  +eselect-1.0.6.ebuild:
  Removed version 1.0.5. Added version 1.0.6.

  04 Sep 2006; Joshua Kinard <kumba@gentoo.org> eselect-1.0.2.ebuild:
  Marked stable on mips.

*eselect-1.0.5 (26 Aug 2006)

  26 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-1.0.4.ebuild,
  +eselect-1.0.5.ebuild:
  Removed version 1.0.4. Added version 1.0.5.

  19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> eselect-1.0.2.ebuild:
  Stable on alpha.

  16 Aug 2006; Markus Rothe <corsair@gentoo.org> eselect-1.0.2.ebuild:
  Stable on ppc64

*eselect-1.0.4 (02 Aug 2006)

  02 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-1.0.3.ebuild,
  +eselect-1.0.4.ebuild:
  Removed release 1.0.3. Added release 1.0.4.

  02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> eselect-1.0.2.ebuild:
  Stable on hppa

  29 Jul 2006; Fabian Groffen <grobian@gentoo.org> eselect-1.0.2.ebuild:
  Marked ~ppc-macos

  15 Jul 2006; Joshua Jackson <tsunam@gentoo.org> eselect-1.0.2.ebuild:
  Stable x86; openoffice security bug

  15 Jul 2006; Luis Medinas <metalgod@gentoo.org> eselect-1.0.2.ebuild:
  Stable on amd64.

  12 Jul 2006; Aron Griffis <agriffis@gentoo.org> eselect-1.0.2.ebuild:
  Mark 1.0.2 stable on ia64

  12 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> eselect-1.0.2.ebuild:
  Stable on sparc

  06 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> eselect-1.0.ebuild,
  eselect-1.0.2.ebuild, eselect-1.0.3.ebuild:
  Added ChangeLog to the list of to-be-installed documents.

  05 Jul 2006; Lars Weiler <pylon@gentoo.org> eselect-1.0.2.ebuild:
  Stable on ppc; dependency for bug #139249.

  03 Jul 2006; <malc@gentoo.org> files/digest-eselect-1.0,
  files/digest-eselect-1.0.2, Manifest:
  Fix broken digests - as reported in #gentoo-amd64

*eselect-1.0.3 (03 Jul 2006)

  06 Jun 2006; Stephen Bennett <spb@gentoo.org> eselect-1.0.ebuild:
  Mips stable for bug #125630

  19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> eselect-1.0.2.ebuild:
  Add dependency over freebsd-bin as alternative to realpath, it does already
  provide a realpath binary that works.

*eselect-1.0.2 (14 Apr 2006)

  14 Apr 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-1.0.1.ebuild,
  +eselect-1.0.2.ebuild:
  Added bugfix release 1.0.2. Removed 1.0.1 due to a slightly broken env.eselect.

*eselect-1.0.1 (02 Apr 2006)

  02 Apr 2006; Danny van Dyk <kugelfang@gentoo.org> -eselect-0.9.6.ebuild,
  -eselect-1.0_rc1.ebuild, -eselect-1.0_rc2.ebuild, eselect-1.0.ebuild,
  +eselect-1.0.1.ebuild:
  Removed obsolete versions. Updated RDEPEND with sys-apps/file. Added 1.0.1
  release.

  30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> eselect-1.0.ebuild:
  Add ~x86-fbsd keyword, although the env module doesn't work, as other
  modules are needed for other packages; most of this version works fine.

  12 Mar 2006; Jason Wever <weeve@gentoo.org> eselect-1.0.ebuild:
  Stable on SPARC wrt bug #125630.

  10 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> eselect-1.0.ebuild:
  Stable on alpha wrt bug #125630

  10 Mar 2006; Markus Rothe <corsair@gentoo.org> eselect-1.0.ebuild:
  Stable on ppc64; bug #125630

  10 Mar 2006; Lars Weiler <pylon@gentoo.org> eselect-1.0.ebuild:
  Stable on ppc wrt bug #125630.

  10 Mar 2006; Michele Noberasco <s4t4n@gentoo.org> eselect-1.0.ebuild:
  Stable for x86. See bug #125630.

  09 Mar 2006; Aron Griffis <agriffis@gentoo.org> eselect-1.0.ebuild:
  Mark 1.0 stable on ia64

  09 Mar 2006; Jeroen Roovers <jer@gentoo.org> eselect-1.0.ebuild:
  Stable on hppa (bug #125630).

  09 Mar 2006; Danny van Dyk <kugelfang@gentoo.org> eselect-1.0.ebuild:
  Marked stable on amd64.

*eselect-1.0 (09 Feb 2006)

  09 Feb 2006; Ciaran McCreesh <ciaranm@gentoo.org> +eselect-1.0.ebuild:
  New release.

  19 Nov 2005; Markus Rothe <corsair@gentoo.org> eselect-0.9.6.ebuild,
  eselect-1.0_rc1.ebuild, eselect-1.0_rc2.ebuild:
  Added ~ppc64; bug #102649

*eselect-1.0_rc2 (16 Nov 2005)

  16 Nov 2005; Danny van Dyk <kugelfang@gentoo.org> +eselect-1.0_rc2.ebuild:
  Second release candidate for eselect-1.0. Fixes some bugs in BLAS and LAPACK
  support. Adds support for MKL72.

*eselect-1.0_rc1 (19 Oct 2005)

  19 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> +eselect-1.0_rc1.ebuild:
  First release candidate for 1.0. Please test; the more testers we get, the
  faster we'll get a stable eselect. This release fixes bugs #101898,#104354,
  and #106540 as well as a sleu of others (see NEWS for a full list).

  19 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> -eselect-0.9.5.ebuild:
  0.9.5 has a broken digest; not worth keeping around, so removing it.

  01 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> eselect-0.9.5.ebuild,
  eselect-0.9.6.ebuild:
  Since I'm an idiot, use newins rather than doins for installing the bashcomp.

  31 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> eselect-0.9.5.ebuild,
  eselect-0.9.6.ebuild:
  Added ~hppa; updated ebuilds to not use bash-completion.eclass; also added
  missing NEWS/AUTHORS to the list of dodoc'd files.

*eselect-0.9.6 (25 Jul 2005)

  25 Jul 2005; Danny van Dyk <kugelfang@gentoo.org> +eselect-0.9.6.ebuild:
  Version bump.

*eselect-0.9.5 (18 Jun 2005)

  18 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> -eselect-0.9.4.ebuild,
  +eselect-0.9.5.ebuild:
  Version bump.

*eselect-0.9.4 (13 Jun 2005)

  13 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml,
  +eselect-0.9.4.ebuild:
  Version bump; moved from app-admin/eclectic to app-admin/eselect.

  04 Jun 2005; Stephen Bennett <spb@gentoo.org> eclectic-0.9.3.ebuild:
  ~mips keywords

  17 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> eclectic-0.9.2.ebuild,
  eclectic-0.9.3.ebuild:
  Update homepage now that there's a proper website

  16 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> eclectic-0.9.3.ebuild:
  Up the bash dependency to version 3. This is temporary and just for this
  release.

*eclectic-0.9.3 (16 May 2005)

  16 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> +eclectic-0.9.3.ebuild:
  Version bump

  15 May 2005; Fernando J. Pereda <ferdy@gentoo.org> eclectic-0.9.2.ebuild:
  keyworded ~alpha

  15 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> metadata.xml,
  eclectic-0.9.2.ebuild:
  Added ~sparc, update metadata

  12 May 2005; Danny van Dyk <kugelfang@gentoo.org> eclectic-0.9.2.ebuild:
  Marked ~amd64.

  12 May 2005; Aaron Walker <ka0ttic@gentoo.org> eclectic-0.9.2.ebuild:
  Fix dohtml glob; default.css wasn't getting installed.

  11 May 2005; Lars Weiler <pylon@gentoo.org> eclectic-0.9.2.ebuild:
  Added ~ppc.

*eclectic-0.9.2 (08 May 2005)

  08 May 2005; Aaron Walker <ka0ttic@gentoo.org> -eclectic-0.9.1.ebuild,
  +eclectic-0.9.2.ebuild:
  Version bump.

*eclectic-0.9.1 (08 May 2005)

  08 May 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml,
  +eclectic-0.9.1.ebuild:
  Initial commit.