summaryrefslogtreecommitdiff
blob: e4595aeff89fa0862a5d6fac344e09c01540c7fc (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
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.154 2015/07/29 06:54:16 jlec Exp $

  29 Jul 2015; Justin Lecher <jlec@gentoo.org>
  -files/virtualenv-1.11.3-skip-broken-test.patch,
  -files/virtualenv-1.9.1-pypy.patch:
  Clean patches

  29 Jul 2015; Justin Lecher <jlec@gentoo.org> -virtualenv-1.11.6.ebuild,
  -virtualenv-12.0.6.ebuild, -virtualenv-12.0.7.ebuild, -virtualenv-12.0.ebuild,
  -virtualenv-12.1.1.ebuild, -virtualenv-13.0.0.ebuild,
  -virtualenv-13.0.1.ebuild, -virtualenv-13.0.3.ebuild:
  Drop old, obsoletes bug #541250, bug #447556

  16 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> virtualenv-12.0.5.ebuild:
  ia64 stable wrt bug #538528

*virtualenv-13.1.0 (02 Jul 2015)

  02 Jul 2015; Patrick Lauer <patrick@gentoo.org> +virtualenv-13.1.0.ebuild:
  Bump

  28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> virtualenv-12.0.5.ebuild:
  alpha stable wrt bug #538528

  07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Add github to remote-id in metadata.xml

*virtualenv-13.0.3 (02 Jun 2015)

  02 Jun 2015; Justin Lecher <jlec@gentoo.org> +virtualenv-13.0.3.ebuild:
  Version Bump

  31 May 2015; Mikle Kolyada <zlogene@gentoo.org> virtualenv-12.0.5.ebuild:
  arm stable wrt bug #538528

  27 May 2015; Agostino Sarubbo <ago@gentoo.org> virtualenv-12.0.5.ebuild:
  Stable for x86, wrt bug #538528

*virtualenv-13.0.1 (23 May 2015)

  23 May 2015; Justin Lecher <jlec@gentoo.org> +virtualenv-13.0.1.ebuild:
  Version Bump

*virtualenv-13.0.0 (22 May 2015)

  22 May 2015; Justin Lecher <jlec@gentoo.org> +virtualenv-13.0.0.ebuild:
  Version Bump

  21 May 2015; Agostino Sarubbo <ago@gentoo.org> virtualenv-12.0.5.ebuild:
  Stable for amd64, wrt bug #538528

  17 May 2015; Pacho Ramos <pacho@gentoo.org> virtualenv-12.0.5.ebuild:
  ppc64 stable wrt bug #538528

  15 May 2015; Pacho Ramos <pacho@gentoo.org> virtualenv-12.0.5.ebuild:
  ppc stable wrt bug #538528

*virtualenv-12.1.1 (08 Apr 2015)

  08 Apr 2015; Tim Harder <radhermit@gentoo.org> +virtualenv-12.1.1.ebuild,
  +files/virtualenv-12.1.1-skip-broken-test.patch:
  Version bump.

  04 Apr 2015; Mike Frysinger <vapier@gentoo.org> virtualenv-1.11.6.ebuild,
  virtualenv-12.0.5.ebuild, virtualenv-12.0.6.ebuild, virtualenv-12.0.7.ebuild,
  virtualenv-12.0.ebuild:
  Add arm64/m68k/s390/sh love.

*virtualenv-12.0.7 (07 Feb 2015)

  07 Feb 2015; Tim Harder <radhermit@gentoo.org> +virtualenv-12.0.7.ebuild:
  Version bump.

  02 Feb 2015; Ian Delaney <idella4@gentoo.org> virtualenv-12.0.6.ebuild:
  update HOMEPAGE, expand comment re RESTRICT slightly

*virtualenv-12.0.6 (01 Feb 2015)

  01 Feb 2015; Tim Harder <radhermit@gentoo.org> +virtualenv-12.0.6.ebuild:
  Version bump.

  21 Jan 2015; Ian Delaney <idella4@gentoo.org> -virtualenv-1.10-r1.ebuild,
  -virtualenv-1.10.1.ebuild, -virtualenv-1.11.3.ebuild,
  -virtualenv-1.11.4.ebuild, -virtualenv-1.11.5.ebuild,
  -virtualenv-1.9.1-r1.ebuild, -virtualenv-12.0.4.ebuild:
  rm old

*virtualenv-12.0.5 (04 Jan 2015)

  04 Jan 2015; Tim Harder <radhermit@gentoo.org> +virtualenv-12.0.5.ebuild:
  Version bump.

*virtualenv-12.0.4 (24 Dec 2014)

  24 Dec 2014; Tim Harder <radhermit@gentoo.org> +virtualenv-12.0.4.ebuild:
  Version bump.

  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for alpha, wrt bug #530618

*virtualenv-12.0 (22 Dec 2014)

  22 Dec 2014; Tim Harder <radhermit@gentoo.org> +virtualenv-12.0.ebuild,
  +files/virtualenv-12.0-skip-broken-test.patch:
  Version bump.

  08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for ppc64, wrt bug #530618

  07 Dec 2014; Markus Meier <maekke@gentoo.org> virtualenv-1.11.6.ebuild:
  arm stable, bug #530618

  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for ppc, wrt bug #530618

  06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for ia64, wrt bug #530618

  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for x86, wrt bug #530618

  04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild:
  Stable for amd64, wrt bug #530618

  20 Nov 2014; Ian Delaney <idella4@gentoo.org> virtualenv-1.11.6.ebuild:
  clean old python impl, add pypy3 support

  26 Oct 2014; Fabian Groffen <grobian@gentoo.org> virtualenv-1.11.6.ebuild:
  Added Prefix keywords, bug #503094

  22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> virtualenv-1.11.6.ebuild:
  Keyworded on alpha, bug #503094

  08 Jun 2014; Akinori Hattori <hattya@gentoo.org> virtualenv-1.10-r1.ebuild,
  virtualenv-1.10.1.ebuild, virtualenv-1.11.3.ebuild, virtualenv-1.11.4.ebuild,
  virtualenv-1.11.5.ebuild, virtualenv-1.11.6.ebuild:
  keyword ~ia64 wrt bug #503094

*virtualenv-1.11.6 (17 May 2014)

  17 May 2014; Tim Harder <radhermit@gentoo.org> +virtualenv-1.11.6.ebuild:
  Version bump.

*virtualenv-1.11.5 (03 May 2014)

  03 May 2014; Tim Harder <radhermit@gentoo.org> +virtualenv-1.11.5.ebuild:
  Version bump, add python3_4 support.

  31 Mar 2014; Michał Górny <mgorny@gentoo.org> virtualenv-1.10-r1.ebuild,
  virtualenv-1.10.1.ebuild, virtualenv-1.11.3.ebuild, virtualenv-1.11.4.ebuild,
  virtualenv-1.9.1-r1.ebuild:
  Add support for the new PyPy slotting.

  22 Mar 2014; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.11.4.ebuild:
  Add ~mips. Bug #503094

  04 Mar 2014; Naohiro Aota <naota@gentoo.org> virtualenv-1.11.4.ebuild:
  Add ~x86-fbsd wrt bug #503094

*virtualenv-1.11.4 (03 Mar 2014)

  03 Mar 2014; Tim Harder <radhermit@gentoo.org> +virtualenv-1.11.4.ebuild:
  Version bump.

  03 Mar 2014; Jeroen Roovers <jer@gentoo.org> virtualenv-1.11.3.ebuild:
  Marked ~hppa (bug #503094).

*virtualenv-1.11.3 (21 Feb 2014)

  21 Feb 2014; Justin Lecher <jlec@gentoo.org> -virtualenv-1.11.2.ebuild,
  +virtualenv-1.11.3.ebuild, +files/virtualenv-1.11.3-skip-broken-test.patch:
  Version Bump, fix testsuite #497090

*virtualenv-1.11.2 (03 Feb 2014)

  03 Feb 2014; Justin Lecher <jlec@gentoo.org> +virtualenv-1.11.2.ebuild:
  Version Bump

  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.10.1.ebuild:
  Stable for x86, wrt bug #490816

  22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.10.1.ebuild:
  Stable for ppc64, wrt bug #490816

  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.10.1.ebuild:
  Stable for ppc, wrt bug #490816

  30 Nov 2013; Markus Meier <maekke@gentoo.org> virtualenv-1.10.1.ebuild:
  arm stable, bug #490816

  19 Nov 2013; Tony Vroon <chainsaw@gentoo.org> virtualenv-1.10.1.ebuild:
  Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
  Lazkani in bug #490816.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> virtualenv-1.10-r1.ebuild,
  virtualenv-1.9.1-r1.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for sparc, wrt bug #477970

  02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for sh, wrt bug #477970

  02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for s390, wrt bug #477970

  02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for ia64, wrt bug #477970

  02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for alpha, wrt bug #477970

  26 Aug 2013; Mike Gilbert <floppym@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Convert DOCS to an array, bug 482230.

  25 Aug 2013; Johann Schmitz <ercpe@gentoo.org> virtualenv-1.10-r1.ebuild,
  virtualenv-1.10.1.ebuild:
  Fixed DOCS variable wrt #482360

  21 Aug 2013; Justin Lecher <jlec@gentoo.org> virtualenv-1.10-r1.ebuild,
  virtualenv-1.10.1.ebuild:
  Add missing call of distutils-r1_python_install_all

  21 Aug 2013; Justin Lecher <jlec@gentoo.org> virtualenv-1.9.1-r1.ebuild,
  metadata.xml:
  Add missing call of distutils-r1_python_install_all

  10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for arm, wrt bug #477970

*virtualenv-1.10.1 (08 Aug 2013)

  08 Aug 2013; Tim Harder <radhermit@gentoo.org> -virtualenv-1.7.1.2-r1.ebuild,
  -virtualenv-1.10.ebuild, +virtualenv-1.10.1.ebuild:
  Version bump and remove old.

  07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for x86, wrt bug #477970

  04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for ppc64, wrt bug #477970

*virtualenv-1.10-r1 (02 Aug 2013)

  02 Aug 2013; Mike Gilbert <floppym@gentoo.org> +virtualenv-1.10-r1.ebuild,
  virtualenv-1.10.ebuild:
  Restore virtualenv-1.8.2-no-versioned-script.patch.

  28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for ppc, wrt bug #477970

  24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Stable for amd64, wrt bug #477970

  24 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> -virtualenv-1.8.2.ebuild,
  -virtualenv-1.8.4.ebuild, -virtualenv-1.9.1.ebuild:
  Remove old versions.

  24 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> virtualenv-1.10.ebuild:
  Remove unused patches.

*virtualenv-1.10 (24 Jul 2013)

  24 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.10.ebuild:
  Version bump virtualenv to 1.10.

  04 Jun 2013; Tim Harder <radhermit@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Use multiline PATCHES array and drop unnecessary directory argument for
  tests.

  04 Jun 2013; Tim Harder <radhermit@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Add python3.3 support.

  09 May 2013; Markus Meier <maekke@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  add ~arm, bug #462506

  26 Mar 2013; Patrick Lauer <patrick@gentoo.org> virtualenv-1.9.1-r1.ebuild:
  Add missing test dep

*virtualenv-1.9.1-r1 (21 Mar 2013)

  21 Mar 2013; Ian Delaney <idella4@gentoo.org>
  +files/virtualenv-1.9.1-pypy.patch, +virtualenv-1.9.1-r1.ebuild:
  migration revbump, patch added skips 1 test affecting only pypy

*virtualenv-1.9.1 (17 Mar 2013)

  17 Mar 2013; Patrick Lauer <patrick@gentoo.org> +virtualenv-1.9.1.ebuild:
  Bump

*virtualenv-1.8.4 (29 Nov 2012)

  29 Nov 2012; Patrick Lauer <patrick@gentoo.org> +virtualenv-1.8.4.ebuild:
  Bump

  29 Sep 2012; Tim Harder <radhermit@gentoo.org> virtualenv-1.7.1.2-r1.ebuild:
  Use correct variable name.

  29 Sep 2012; Tim Harder <radhermit@gentoo.org> -virtualenv-1.6.4.ebuild,
  -virtualenv-1.7.ebuild, -virtualenv-1.7.1.1.ebuild:
  Remove old.

*virtualenv-1.8.2 (29 Sep 2012)

  29 Sep 2012; Tim Harder <radhermit@gentoo.org> +virtualenv-1.8.2.ebuild,
  +files/virtualenv-1.8.2-no-versioned-script.patch:
  Version bump.

  29 May 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.7.1.2-r1.ebuild:
  Marking virtualenv-1.7.1.2-r1 ppc for bug 415875

  23 May 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.7.1.2-r1.ebuild:
  Marking virtualenv-1.7.1.2-r1 ppc64 for bug 415875

  18 May 2012; Jeff Horelick <jdhore@gentoo.org> virtualenv-1.7.1.2-r1.ebuild:
  marked x86 per bug 415875

  14 May 2012; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.7.1.2-r1.ebuild:
  Stable for amd64, wrt bug #415875

*virtualenv-1.7.1.2-r1 (02 Mar 2012)

  02 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> -virtualenv-1.7.1.2.ebuild,
  +virtualenv-1.7.1.2-r1.ebuild:
  Clean up ebuild, add docs, fix tests (incorporating code by Arfrever).

*virtualenv-1.7.1.2 (01 Mar 2012)

  01 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.7.1.2.ebuild:
  Version bump to 1.7.1.2.

  17 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> -virtualenv-1.6.1.ebuild:
  Remove old version.

*virtualenv-1.7.1.1 (17 Feb 2012)

  17 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.7.1.1.ebuild:
  Version bump to 1.7.1.1.

  13 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> virtualenv-1.6.4.ebuild:
  ppc64 stable wrt #392639

  01 Feb 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.6.4.ebuild:
  Marking virtualenv-1.6.4 ppc for bug 392639

  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> virtualenv-1.6.4.ebuild:
  x86 stable wrt bug #392639

  02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.6.4.ebuild:
  Stable on amd64 wrt bug #392639

*virtualenv-1.7 (30 Nov 2011)

  30 Nov 2011; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.7.ebuild:
  Version bump to 1.7 (and enable tests).

*virtualenv-1.6.4 (12 Aug 2011)

  12 Aug 2011; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.6.4.ebuild:
  Version bump to 1.6.4.

  05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -virtualenv-1.6.ebuild:
  Remove old ebuild. Requested by Arfrever

  20 Jul 2011; Mark Loeser <halcy0n@gentoo.org> virtualenv-1.6.1.ebuild:
  Stable for ppc64; bug #370513

  27 Jun 2011; Brent Baude <ranger@gentoo.org> virtualenv-1.6.1.ebuild:
  Marking virtualenv-1.6.1 ppc for bug 370513

  23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -virtualenv-1.5.1.ebuild,
  -virtualenv-1.5.2.ebuild:
  Remove old ebuilds. Requested by Arfrever

  14 Jun 2011; Markus Meier <maekke@gentoo.org> virtualenv-1.6.1.ebuild:
  x86 stable, bug #370513

  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.6.1.ebuild:
  Stable on amd64 wrt bug #370513

  28 May 2011; Brent Baude <ranger@gentoo.org> virtualenv-1.6.ebuild:
  Marking virtualenv-1.6 ppc for bug 365573

  24 May 2011; Markus Meier <maekke@gentoo.org> virtualenv-1.6.ebuild:
  x86 stable, bug #365573

  05 May 2011; Christoph Mende <angelos@gentoo.org> virtualenv-1.6.ebuild:
  Stable on amd64 wrt bug #365573

  02 May 2011; Samuli Suominen <ssuominen@gentoo.org> virtualenv-1.6.ebuild:
  ppc64 stable wrt #365573

*virtualenv-1.6.1 (01 May 2011)

  01 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.6.1.ebuild:
  Version bump.

*virtualenv-1.6 (04 Apr 2011)

  04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.6.ebuild:
  Version bump.

*virtualenv-1.5.2 (25 Mar 2011)

  25 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.5.2.ebuild:
  Version bump.

  07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.4.9.ebuild:
  Delete.

  07 Jan 2011; Brent Baude <ranger@gentoo.org> virtualenv-1.5.1.ebuild:
  Marking virtualenv-1.5.1 ppc for bug 349192

  27 Dec 2010; Brent Baude <ranger@gentoo.org> virtualenv-1.5.1.ebuild:
  Marking virtualenv-1.5.1 ppc64 for bug 349192

  20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  virtualenv-1.5.1.ebuild:
  x86 stable wrt bug #349192

  20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.5.1.ebuild:
  Stable on amd64 wrt bug #349192

  31 Oct 2010; Fabian Groffen <grobian@gentoo.org> virtualenv-1.5.1.ebuild:
  Marked ~ppc-macos and ~x86-interix, bug #343425

*virtualenv-1.5.1 (19 Sep 2010)

  19 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.5.1.ebuild:
  Version bump.

  13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.4.5.ebuild, -virtualenv-1.4.8.ebuild:
  Delete.

  16 Aug 2010; Fabian Groffen <grobian@gentoo.org> virtualenv-1.4.9.ebuild:
  Marked ~x64-macos, bug #306705

  13 Aug 2010; Joseph Jezak <josejx@gentoo.org> virtualenv-1.4.9.ebuild:
  Marked ppc/ppc64 stable for bug #325903.

  12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  virtualenv-1.4.9.ebuild:
  stable x86, bug 325903

  28 Jun 2010; Christoph Mende <angelos@gentoo.org> virtualenv-1.4.9.ebuild:
  Stable on amd64 wrt bug #325903

  09 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  virtualenv-1.4.8.ebuild:
  x86 stable wrt bug #321237

*virtualenv-1.4.9 (28 May 2010)

  28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4.9.ebuild:
  Version bump. Support Python ABI 2.7 (bug #292409).

  26 May 2010; Pacho Ramos <pacho@gentoo.org> virtualenv-1.4.8.ebuild:
  stable amd64, bug 321237

  23 May 2010; Pacho Ramos <pacho@gentoo.org> virtualenv-1.4.5.ebuild:
  stable amd64, bug 306337

  11 May 2010; Brent Baude <ranger@gentoo.org> virtualenv-1.4.5.ebuild:
  stable ppc64, bug 306337

*virtualenv-1.4.8 (23 Apr 2010)

  23 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.4.6.ebuild, -virtualenv-1.4.7.ebuild,
  +virtualenv-1.4.8.ebuild:
  Version bump.

  18 Apr 2010; <nixnut@gentoo.org> virtualenv-1.4.5.ebuild:
  ppc stable #306337

*virtualenv-1.4.7 (17 Apr 2010)

  17 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4.7.ebuild:
  Version bump.

*virtualenv-1.4.6 (02 Apr 2010)

  02 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4.6.ebuild:
  Version bump.

  04 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
  virtualenv-1.4.5.ebuild:
  stable x86, bug 306337

*virtualenv-1.4.5 (23 Jan 2010)

  23 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4.5.ebuild:
  Version bump.

  07 Jan 2010; Joseph Jezak <josejx@gentoo.org> virtualenv-1.4.3.ebuild:
  Marked ppc stable for bug #296679.

  29 Dec 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.4.3.ebuild:
  x86 stable, bug #296679

  24 Dec 2009; Pacho Ramos <pacho@gentoo.org> virtualenv-1.4.3.ebuild:
  amd64 stable, bug 296679

  22 Dec 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.4.3.ebuild:
  Marking virtualenv-1.4.3 ppc64 for bug 296679

  20 Dec 2009; Fabian Groffen <grobian@gentoo.org> virtualenv-1.4.3.ebuild:
  Merged keywords from Prefix

*virtualenv-1.4.3 (21 Nov 2009)

  21 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.4.ebuild, +virtualenv-1.4.3.ebuild:
  Version bump.

  15 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  virtualenv-1.4.2.ebuild:
  Restrict Python 2.7 (bug #292409).

*virtualenv-1.4.2 (15 Nov 2009)

  15 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.4_rc1.ebuild, +virtualenv-1.4.2.ebuild:
  Version bump.

*virtualenv-1.4 (07 Nov 2009)

  07 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4.ebuild:
  Version bump.

*virtualenv-1.4_rc1 (04 Nov 2009)

  04 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +virtualenv-1.4_rc1.ebuild:
  Version bump.

*virtualenv-1.3.4 (03 Oct 2009)

  02 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -virtualenv-1.3.2.ebuild, +virtualenv-1.3.4.ebuild:
  Version bump.

  27 Sep 2009; nixnut <nixnut@gentoo.org> virtualenv-1.3.3.ebuild:
  ppc stable #284994

  26 Sep 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.3.ebuild:
  Marking virtualenv-1.3.3 ppc64 for bug 284994

  18 Sep 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.3.ebuild:
  amd64 stable, bug #284994

  16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
  virtualenv-1.3.3.ebuild:
  stable x86, bug 284994

  29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  virtualenv-1.3.3.ebuild:
  Set SUPPORT_PYTHON_ABIS.

*virtualenv-1.3.3 (03 May 2009)

  03 May 2009; Rob Cakebread <pythonhead@gentoo.org>
  +virtualenv-1.3.3.ebuild:
  Version bump.

  12 Apr 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.2.ebuild:
  stable ppc64, bug 263853

  05 Apr 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.2.ebuild:
  amd64/x86 stable, bug #263853

  26 Mar 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.2.ebuild:
  stable ppc, bug 263853

  08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -virtualenv-1.3.ebuild:
  Removing old

*virtualenv-1.3.2 (04 Jan 2009)

  04 Jan 2009; Rob Cakebread <pythonhead@gentoo.org>
  +virtualenv-1.3.2.ebuild:
  Version bump. Closes bug# 251012

  20 Dec 2008; Luca Barbato <lu_zero@gentoo.org> virtualenv-1.3.ebuild:
  Marked ~ppc ~ppc64 ~amd64

*virtualenv-1.3 (13 Oct 2008)

  13 Oct 2008; Rob Cakebread <pythonhead@gentoo.org> -virtualenv-1.1.ebuild,
  +virtualenv-1.3.ebuild:
  Version bump, removed old.

*virtualenv-1.1 (20 May 2008)

  20 May 2008; Rob Cakebread <pythonhead@gentoo.org> -virtualenv-1.0.ebuild,
  +virtualenv-1.1.ebuild:
  Version bump, removed older. Added setuptools as RDEPEND.

*virtualenv-1.0 (03 Apr 2008)

  03 Apr 2008; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml,
  +virtualenv-1.0.ebuild:
  Initial commit. Closes #215959