summaryrefslogtreecommitdiff
blob: 1b594b4ae077cc45ca5a64cb632ea48c0461a01f (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
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.183 2015/06/07 16:41:56 jlec Exp $

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

  20 Dec 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.20.ebuild:
  Cleanup of vulnerable versions.

  09 Dec 2014; Manuel Rüger <mrueg@gentoo.org>
  -files/activeresource-2.3.10-rails3.patch:
  Remove unused files.

  02 Dec 2014; Hans de Graaff <graaff@gentoo.org> activeresource-4.0.0.ebuild:
  Fix tests with Rails 4.1 installed. Add ruby20, ruby21.

*activeresource-3.2.21 (17 Nov 2014)

  17 Nov 2014; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.21.ebuild:
  Version bump for security bug 529635.

  07 Nov 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.19.ebuild:
  Remove vulnerable versions.

*activeresource-3.2.20 (31 Oct 2014)

  31 Oct 2014; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.20.ebuild:
  Version bump for security issue CVE-2014-7818.

  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> activeresource-3.2.19.ebuild,
  activeresource-4.0.0.ebuild:
  Remove trailing '.' from DESCRIPTION.

  25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> activeresource-3.2.19.ebuild:
  Add ruby21 target.

  12 Jul 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.18.ebuild:
  Remove vulnerable versions.

*activeresource-3.2.19 (03 Jul 2014)

  03 Jul 2014; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.19.ebuild:
  Version bump to Rails 3.2.19 for security bug 516084.

  12 May 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.17.ebuild:
  Cleanup.

*activeresource-3.2.18 (06 May 2014)

  06 May 2014; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.18.ebuild:
  Version bump for Rails 3.2.18, security bug 509706.

  04 May 2014; Manuel Rüger <mrueg@gentoo.org> activeresource-3.2.17.ebuild:
  Add ruby20 support to slot 3.2

  21 Apr 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.16.ebuild:
  Remove vulnerable versions for bug 501750.

*activeresource-3.2.17 (19 Feb 2014)

  19 Feb 2014; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.17.ebuild:
  Version bump for security bug 501750.

  18 Jan 2014; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.18.ebuild:
  Remove masked version.

*activeresource-4.0.0 (24 Dec 2013)

  24 Dec 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-4.0.0.ebuild:
  Add version compatible with and removed from Rails 4.

  16 Dec 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.15.ebuild:
  Cleanup for security bug 493284.

*activeresource-3.2.16 (04 Dec 2013)

  04 Dec 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.16.ebuild:
  Version bump for security bug 493284.

  29 Nov 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.1.12.ebuild:
  Remove masked Rails 3.1.

  10 Nov 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.2.13.ebuild, -activeresource-3.2.14.ebuild:
  Cleanup.

*activeresource-3.2.15 (17 Oct 2013)

  17 Oct 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.15.ebuild:
  Version bump for security bug 488298.

*activeresource-3.2.14 (17 Aug 2013)

  17 Aug 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.14.ebuild:
  Version bump.

  27 Apr 2013; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.16.ebuild,
  -activeresource-2.3.17.ebuild, -activeresource-3.1.10.ebuild,
  -activeresource-3.1.11.ebuild, -activeresource-3.2.11.ebuild,
  -activeresource-3.2.12.ebuild:
  Cleanup.

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
  Stable for ppc64, wrt bug #462452

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
  Stable for ppc, wrt bug #462452

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
  Stable for x86, wrt bug #462452

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.18.ebuild:
  Stable for amd64, wrt bug #462452

*activeresource-3.2.13 (31 Mar 2013)

  31 Mar 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.13.ebuild:
  Version bump for security bug 462452.

*activeresource-3.1.12 (30 Mar 2013)

  30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.12.ebuild:
  Version bump for security bug 462452.

*activeresource-2.3.18 (30 Mar 2013)

  30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-2.3.18.ebuild:
  Version bump for security bug 462452.

  27 Mar 2013; Dion Moult <moult@gentoo.org> -activeresource-3.0.20.ebuild:
  Remove dev-ruby/activeresource:3.0 due to lack of upstream support.

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.17.ebuild:
  Stable for x86, wrt bug #456840

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.17.ebuild:
  Stable for amd64, wrt bug #456840

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.17.ebuild:
  Stable for ppc64, wrt bug #456840

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.17.ebuild:
  Stable for ppc, wrt bug #456840

*activeresource-2.3.17 (11 Feb 2013)

  11 Feb 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.17.ebuild:
  Version bump for security bug 456840.

*activeresource-3.1.11 (11 Feb 2013)

  11 Feb 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.1.11.ebuild:
  Version bump for security bug 456840.

*activeresource-3.2.12 (11 Feb 2013)

  11 Feb 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.12.ebuild:
  Version bump for security bug 456840.

  11 Feb 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.15.ebuild, -activeresource-3.0.19.ebuild,
  -activeresource-3.1.3.ebuild:
  Remove vulnerable versions.

  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.16.ebuild:
  Stable for ppc64, wrt bug #453844

  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.16.ebuild:
  Stable for ppc, wrt bug #453844

  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.16.ebuild:
  Stable for x86, wrt bug #453844

  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.16.ebuild:
  Stable for amd64, wrt bug #453844

*activeresource-3.0.20 (28 Jan 2013)

  28 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.20.ebuild:
  Version bump for security bug 453844.

*activeresource-2.3.16 (28 Jan 2013)

  28 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.16.ebuild:
  Version bump for security bug 453844.

  20 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.14.ebuild, -activeresource-3.0.18.ebuild,
  -activeresource-3.1.9.ebuild, -activeresource-3.2.10.ebuild:
  Remove vulnerable versions.

  16 Jan 2013; Rick Farina <zerochaos@gentoo.org> activeresource-3.2.10.ebuild,
  activeresource-3.2.11.ebuild:
  adding ~arm keywords to net-analyzer/metasploit rdeps

  09 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.15.ebuild:
  Stable for ppc64, wrt bug #450974

  09 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.15.ebuild:
  Stable for ppc, wrt bug #450974

  09 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.15.ebuild:
  Stable for x86, wrt bug #450974

  09 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activeresource-2.3.15.ebuild:
  Stable for amd64, wrt bug #450974

*activeresource-3.0.19 (09 Jan 2013)

  09 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.19.ebuild:
  Version bump for bug 450974.

*activeresource-3.1.10 (09 Jan 2013)

  09 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.1.10.ebuild:
  Version bump for bug 450974.

*activeresource-3.2.11 (09 Jan 2013)

  09 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.11.ebuild:
  Version bump for bug 450974.

*activeresource-2.3.15 (09 Jan 2013)

  09 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.15.ebuild:
  Version bump for security bug 450974.

  06 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.0.17.ebuild, -activeresource-3.1.8.ebuild,
  -activeresource-3.2.8.ebuild, -activeresource-3.2.9.ebuild:
  Remove vulnerable versions.

*activeresource-3.0.18 (03 Jan 2013)

  03 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.18.ebuild:
  Version bump for security bug 449826.

*activeresource-3.1.9 (03 Jan 2013)

  03 Jan 2013; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.9.ebuild:
  Version bump for security bug 449826.

*activeresource-3.2.10 (03 Jan 2013)

  03 Jan 2013; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.2.10.ebuild:
  Version bump for security bug 449826.

*activeresource-3.2.9 (12 Nov 2012)

  12 Nov 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.9.ebuild:
  Version bump.

  27 Aug 2012; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.0.16.ebuild, -activeresource-3.1.7.ebuild,
  -activeresource-3.2.7.ebuild:
  Remove vulnerable versions.

*activeresource-3.1.8 (11 Aug 2012)
*activeresource-3.0.17 (11 Aug 2012)

  11 Aug 2012; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.17.ebuild, +activeresource-3.1.8.ebuild:
  Version bumps for security bug 430718.

*activeresource-3.2.8 (10 Aug 2012)

  10 Aug 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.8.ebuild:
  Version bump for security bug 430718.

  29 Jul 2012; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.0.15.ebuild, -activeresource-3.1.6.ebuild,
  -activeresource-3.2.6.ebuild:
  Remove vulnerable versions.

*activeresource-3.0.16 (28 Jul 2012)

  28 Jul 2012; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.16.ebuild:
  Version bump for Rails 3.0.16, bug 428254.

*activeresource-3.1.7 (28 Jul 2012)

  28 Jul 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.7.ebuild:
  Version bump for Rails 3.1.7, bug 428254.

*activeresource-3.2.7 (27 Jul 2012)

  27 Jul 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.7.ebuild:
  Version bump for Rails 3.2.7, bug 428254.

  23 Jun 2012; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.0.12.ebuild, -activeresource-3.1.4.ebuild,
  -activeresource-3.2.3.ebuild, -activeresource-3.2.5.ebuild:
  Remove old vulnerable versions.

*activeresource-3.1.6 (17 Jun 2012)

  17 Jun 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.6.ebuild:
  Version bump for Rails 3.1.6.

*activeresource-3.0.15 (13 Jun 2012)

  13 Jun 2012; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.15.ebuild:
  Version bump for Rails 3.0.15.

*activeresource-3.2.6 (13 Jun 2012)

  13 Jun 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.6.ebuild:
  Version bump for Rails 3.2.6.

*activeresource-3.2.5 (01 Jun 2012)

  01 Jun 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.5.ebuild:
  Version bump for bug 418481.

  01 Jun 2012; Hans de Graaff <graaff@gentoo.org>
  -activeresource-3.0.10.ebuild, -activeresource-3.0.11.ebuild:
  Remove old versions.

  01 May 2012; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.14.ebuild,
  activeresource-3.0.10.ebuild, activeresource-3.0.11.ebuild,
  activeresource-3.0.12.ebuild:
  Drop ia64/sparc keywords

*activeresource-3.2.3 (20 Apr 2012)

  20 Apr 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.2.3.ebuild:
  Version bump.

*activeresource-3.1.4 (04 Apr 2012)

  04 Apr 2012; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.4.ebuild:
  Version bump for Rails 3.1.4, security bug 406547.

*activeresource-3.0.12 (04 Apr 2012)

  04 Apr 2012; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.12.ebuild:
  Version bump for security bug 406547.

  11 Mar 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild:
  Marking activeresource-3.1.3 ~ppc64 for bug 396177

  06 Feb 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild:
  Marking activeresource-3.1.3 ~ppc for bug 396177

  01 Jan 2012; Fabian Groffen <grobian@gentoo.org> activeresource-3.1.3.ebuild:
  Add missing Prefix keywords

  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> activeresource-3.1.3.ebuild:
  Fix slot.

*activeresource-3.1.3 (27 Dec 2011)

  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.3.ebuild:
  Version bump. Drop keywords due to new dependencies, bug 396177.

*activeresource-3.0.11 (19 Nov 2011)

  19 Nov 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.11.ebuild:
  Version bump for Rails 3.0.11.

  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-3.0.7.ebuild,
  -activeresource-3.0.9.ebuild:
  Remove old versions.

  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.5.ebuild,
  -activeresource-2.3.11.ebuild, -activeresource-2.3.12.ebuild:
  Remove old versions.

*activeresource-3.0.10 (28 Sep 2011)

  28 Sep 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.10.ebuild:
  Version bump for Rails 3.0.10

  09 Sep 2011; Fabian Groffen <grobian@gentoo.org>
  activeresource-3.0.9.ebuild:
  Marked ~sparc-solaris

  27 Aug 2011; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.14.ebuild:
  ia64/sparc stable wrt #379511

  24 Aug 2011; Markus Meier <maekke@gentoo.org> activeresource-2.3.14.ebuild:
  x86 stable, bug #379511

  18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
  activeresource-2.3.14.ebuild:
  ppc64/ppc stable wrt #379511

  18 Aug 2011; Tony Vroon <chainsaw@gentoo.org> activeresource-2.3.14.ebuild:
  Marked stable as a dependency of dev-ruby/rails based on arch testing by
  Agostino "ago" Sarubbo in security bug #379511 filed by Hans de Graaff.

*activeresource-2.3.14 (17 Aug 2011)

  17 Aug 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.14.ebuild:
  Version bump.

  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> activeresource-3.0.9.ebuild:
  Add ~ia64/~sparc wrt #351835

  24 Jul 2011; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.12.ebuild:
  ia64/sparc stable wrt #372391

  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  activeresource-3.0.9.ebuild:
  Marked ~ppc/~ppc64 wrt #351835

  23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  activeresource-2.3.12.ebuild:
  ppc/ppc64 stable wrt #372391

  13 Jul 2011; Markus Meier <maekke@gentoo.org> activeresource-2.3.12.ebuild:
  x86 stable, bug #372391

  07 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
  activeresource-2.3.12.ebuild:
  Stable on amd64 wrt bug #372391

*activeresource-3.0.9 (04 Jul 2011)

  04 Jul 2011; Hans de Graaff <graaff@gentoo.org> +activeresource-3.0.9.ebuild:
  Version bump for Rails 3.0.9.

*activeresource-2.3.12 (09 Jun 2011)

  09 Jun 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.12.ebuild:
  Version bump.

  09 Jun 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.2.3.ebuild:
  Remove old version.

  01 May 2011; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.10.ebuild, -activeresource-3.0.3.ebuild:
  Remove old versions.

*activeresource-3.0.7 (26 Apr 2011)

  26 Apr 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.7.ebuild:
  Version bump for Rails 3.0.7.

  26 Apr 2011; Hans de Graaff <graaff@gentoo.org>
  activeresource-2.3.10.ebuild, activeresource-2.3.11.ebuild,
  activeresource-3.0.3.ebuild:
  Remove x86-fbsd keyword since it is not clear who added it and
  dependencies have not been keyworded.

*activeresource-2.3.11 (21 Feb 2011)

  21 Feb 2011; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.11.ebuild:
  Version bump for Rails 2.3.11.

  21 Feb 2011; Hans de Graaff <graaff@gentoo.org>
  activeresource-2.3.10.ebuild, +files/activeresource-2.3.10-rails3.patch:
  Fix tests when Rails 3 is also present.

  13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activeresource-3.0.3.ebuild:
  keyworded ~x86 per bug 351835

  22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.5-r1.ebuild, -activeresource-2.3.8.ebuild:
  Remove old versions.

  07 Jan 2011; Hans de Graaff <graaff@gentoo.org>
  activeresource-2.3.10.ebuild:
  Move forward ppc and ppc64 keywords that got missed on a version bump.

  28 Dec 2010; Hans de Graaff <graaff@gentoo.org>
  activeresource-3.0.3.ebuild:
  Install proper gemspec.

*activeresource-3.0.3 (03 Dec 2010)

  03 Dec 2010; Hans de Graaff <graaff@gentoo.org>
  +activeresource-3.0.3.ebuild:
  Version bump for Rails 3.0.3.

  15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.9.ebuild:
  Remove vulnerable version.

*activeresource-2.3.10 (15 Oct 2010)

  15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.10.ebuild:
  Version bump for rails 2.3.10.

  29 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild:
  Marking activeresource-2.3.8 ~ppc64 for bug 322175

  28 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild:
  Marking activeresource-2.3.8 ~ppc for bug 322175

*activeresource-2.3.9 (05 Sep 2010)

  05 Sep 2010; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.9.ebuild:
  Version bump for Rails 2.3.9

  15 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  activeresource-2.3.8.ebuild:
  Block test-unit:2 for testing.

*activeresource-2.3.8 (31 May 2010)

  31 May 2010; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.8.ebuild:
  Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded
  dependency.

  23 May 2010; Alex Legler <a3li@gentoo.org> activeresource-2.3.5-r1.ebuild:
  Add REE18 support

  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  activeresource-2.3.5.ebuild:
  Various cleanups.

  01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  activeresource-2.3.5-r1.ebuild:
  Add support for JRuby.

  18 Jan 2010; Brent Baude <ranger@gentoo.org>
  activeresource-2.3.5-r1.ebuild:
  Marking activeresource-2.3.5-r1 ~ppc64 for bug 301007

  18 Jan 2010; Brent Baude <ranger@gentoo.org>
  activeresource-2.3.5-r1.ebuild:
  Marking activeresource-2.3.5-r1 ~ppc for bug 301007

  13 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +activeresource-2.3.5-r1.ebuild:
  Bump to ruby-fakegem.

*activeresource-2.3.5-r1 (13 Jan 2010)

  13 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +activeresource-2.3.5-r1.ebuild:
  Bump to ruby-fakegem.

  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
  activeresource-2.3.5.ebuild:
  Transfer Prefix keywords

  20 Dec 2009; Alex Legler <a3li@gentoo.org> -activeresource-2.3.4.ebuild:
  Removing vulnerable version

  19 Dec 2009; Jeroen Roovers <jer@gentoo.org> activeresource-2.3.5.ebuild:
  Stable for PPC (bug #294797).

  30 Nov 2009; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.3.5.ebuild:
  ia64/sparc stable wrt #294797

  30 Nov 2009; Brent Baude <ranger@gentoo.org> activeresource-2.3.5.ebuild:
  Marking activeresource-2.3.5 ppc64 stable for bug 294797

  30 Nov 2009; Markus Meier <maekke@gentoo.org> activeresource-2.3.5.ebuild:
  amd64/x86 stable, bug #294797

*activeresource-2.3.5 (28 Nov 2009)

  28 Nov 2009; Alex Legler <a3li@gentoo.org> +activeresource-2.3.5.ebuild:
  Version bump, security bug 294797

  22 Oct 2009; Alex Legler <a3li@gentoo.org> -activeresource-2.0.5.ebuild,
  -activeresource-2.1.2.ebuild:
  removing old

  18 Oct 2009; Alex Legler <a3li@gentoo.org> -activeresource-2.2.2.ebuild:
  removing vulnerable ebuild, bug 283396

  18 Oct 2009; nixnut <nixnut@gentoo.org> activeresource-2.2.3.ebuild:
  ppc stable #283396

  18 Oct 2009; Brent Baude <ranger@gentoo.org> activeresource-2.2.3.ebuild:
  Marking activeresource-2.2.3 ppc64 stable for bug 283396

  08 Oct 2009; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.2.3.ebuild:
  ia64/sparc stable wrt #283396

  07 Oct 2009; Markus Meier <maekke@gentoo.org> activeresource-2.2.3.ebuild:
  amd64 stable, bug #283396

  04 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
  activeresource-2.2.3.ebuild:
  stable x86, bug 283396

*activeresource-2.2.3 (03 Oct 2009)

  03 Oct 2009; Alex Legler <a3li@gentoo.org> +activeresource-2.2.3.ebuild:
  Version bump

  26 Sep 2009; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.3.2.ebuild, -activeresource-2.3.3.ebuild:
  Remove insecure versions, bug 283396.

  25 Sep 2009; Brent Baude <ranger@gentoo.org> activeresource-2.3.4.ebuild:
  Marking activeresource-2.3.4 ppc64 stable for bug 283396

  20 Sep 2009; nixnut <nixnut@gentoo.org> activeresource-2.3.4.ebuild:
  ppc stable #283396

  19 Sep 2009; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.3.4.ebuild:
  ia64/sparc stable wrt #283396

  14 Sep 2009; Markus Meier <maekke@gentoo.org> activeresource-2.3.4.ebuild:
  amd64/x86 stable, bug #283396

*activeresource-2.3.4 (04 Sep 2009)

  04 Sep 2009; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.4.ebuild:
  Version bump: fix security issues reported in #283396.

*activeresource-2.3.3 (22 Jul 2009)

  22 Jul 2009; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.3.3.ebuild:
  Version bump for Rails 2.3.3. No actual changes.

  28 May 2009; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.3.2.ebuild:
  ia64 stable wrt #270331

  24 May 2009; Markus Meier <maekke@gentoo.org> activeresource-2.3.2.ebuild:
  x86 stable, bug #270331

  23 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
  activeresource-2.3.2.ebuild:
  stable amd64, bug 270331

  23 May 2009; Brent Baude <ranger@gentoo.org> activeresource-2.3.2.ebuild:
  Marking activeresource-2.3.2 ppc64 stable for bug 270331

  23 May 2009; Brent Baude <ranger@gentoo.org> activeresource-2.3.2.ebuild:
  Marking activeresource-2.3.2 ppc stable for bug 270331

  18 May 2009; Ferris McCormick <fmccor@gentoo.org>
  activeresource-2.3.2.ebuild:
  Sparc stable, Bug #270331.

*activeresource-2.3.2 (17 Mar 2009)

  17 Mar 2009; Alex Legler <a3li@gentoo.org> +activeresource-2.3.2.ebuild:
  Version bump

  10 Jan 2009; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.2.2.ebuild:
  ia64 stable wrt #253425

  09 Jan 2009; Brent Baude <ranger@gentoo.org> activeresource-2.2.2.ebuild:
  Marking activeresource-2.2.2 ppc for bug 253425

  07 Jan 2009; Ferris McCormick <fmccor@gentoo.org>
  activeresource-2.2.2.ebuild:
  Sparc stable, Bug #253425.

  07 Jan 2009; Brent Baude <ranger@gentoo.org> activeresource-2.2.2.ebuild:
  Marking activeresource-2.2.2 ppc64 for bug 253425

  04 Jan 2009; Markus Meier <maekke@gentoo.org> activeresource-2.2.2.ebuild:
  amd64/x86 stable, bug #253425

*activeresource-2.2.2 (27 Nov 2008)

  27 Nov 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.2.2.ebuild:
  Version bump for Rails 2.2.2

  17 Nov 2008; Hans de Graaff <graaff@gentoo.org>
  -activeresource-2.0.2.ebuild, -activeresource-2.0.4.ebuild,
  -activeresource-2.1.0.ebuild, -activeresource-2.1.1.ebuild:
  Remove old, insecure, versions

  15 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  activeresource-2.0.5.ebuild, activeresource-2.1.2.ebuild:
  ppc stable, bug #237385

  06 Nov 2008; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.1.2.ebuild:
  ia64 stable wrt #237385

  05 Nov 2008; Markus Meier <maekke@gentoo.org> activeresource-2.0.5.ebuild:
  amd64/x86 stable, bug #237385

  04 Nov 2008; Brent Baude <ranger@gentoo.org> activeresource-2.0.5.ebuild,
  activeresource-2.1.2.ebuild:
  Marking activeresource-2.0.5 activeresource-2.1.2 ppc64 for bug 237385

  03 Nov 2008; Markus Meier <maekke@gentoo.org> activeresource-2.1.2.ebuild:
  amd64/x86 stable, bug #237385

  03 Nov 2008; Ferris McCormick <fmccor@gentoo.org>
  activeresource-2.0.5.ebuild, activeresource-2.1.2.ebuild:
  Sparc stable, Security Bug #237385.

  03 Nov 2008; Ferris McCormick <fmccor@gentoo.org>
  activeresource-2.0.5.ebuild, activeresource-2.1.2.ebuild:
  Sparc stable, Security Bug #237385.

*activeresource-2.1.2 (24 Oct 2008)

  24 Oct 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.1.2.ebuild:
  Version bump for Rails 2.1.2

*activeresource-2.0.5 (20 Oct 2008)

  20 Oct 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.0.5.ebuild:
  Version bump for Rails 2.0.5

*activeresource-2.1.1 (13 Sep 2008)

  13 Sep 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.1.1.ebuild:
  Version bump for Rails 2.1.1, bug #237392

*activeresource-2.0.4 (12 Sep 2008)

  12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.0.4.ebuild:
  Version bump for Rails 2.0.4, bug #237385

*activeresource-2.1.0 (17 Jun 2008)

  17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
  +activeresource-2.1.0.ebuild:
  Version bump for Rails 2.1.0

  16 May 2008; nixnut <nixnut@gentoo.org> activeresource-2.0.2.ebuild:
  Stable on ppc wrt bug 221309

  13 May 2008; Hans de Graaff <graaff@gentoo.org> Manifest:
  Redigest packages due to packaging changes upstream, bug 221829

  13 May 2008; Raúl Porcel <armin76@gentoo.org>
  activeresource-2.0.2.ebuild:
  ia64 stable wrt #221309

  12 May 2008; Markus Rothe <corsair@gentoo.org>
  activeresource-2.0.2.ebuild:
  Stable on ppc64; bug #221309

  11 May 2008; Ferris McCormick <fmccor@gentoo.org>
  activeresource-2.0.2.ebuild:
  Sparc stable --- part of Bug #221309 --- Good for about 5 months.

  11 May 2008; Markus Meier <maekke@gentoo.org> activeresource-2.0.2.ebuild:
  x86 stable, bug #221309

  11 May 2008; Hans de Graaff <graaff@gentoo.org>
  activeresource-2.0.2.ebuild:
  Stable on amd64, bug #221309

  19 Mar 2008; Hans de Graaff <graaff@gentoo.org> Manifest:
  Redigest due to upstream repackaging

  04 Jan 2008; <nichoj@gentoo.org> activeresource-2.0.2.ebuild:
  Updated dependencies not to rely on specific version, and allowing for later
  revisions (ie change =dev-ruby/activerecord-2.0.2 to
  ~dev-ruby/activerecord-2.0.2.

*activeresource-2.0.2 (18 Dec 2007)

  18 Dec 2007; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
  +activeresource-2.0.2.ebuild:
  Initial import for Rails 2.0.2