summaryrefslogtreecommitdiff
blob: 06948f66b3ea1e2c8f0da226f4988dbc797a91e7 (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
# ChangeLog for www-client/seamonkey-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.203 2014/05/07 15:25:07 ago Exp $

  07 May 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.26.ebuild:
  Stable for x86, wrt bug #509050

  07 May 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.26.ebuild:
  Stable for amd64, wrt bug #509050

*seamonkey-bin-2.26 (03 May 2014)

  03 May 2014; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.24.ebuild, +seamonkey-bin-2.26.ebuild:
  Security bump (bug #509050). Removed old.

  22 Mar 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.25.ebuild:
  Stable for x86, wrt bug #505072

  22 Mar 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.25.ebuild:
  Stable for amd64, wrt bug #505072

*seamonkey-bin-2.25 (20 Mar 2014)

  20 Mar 2014; Lars Wendler <polynomial-c@gentoo.org>
  +seamonkey-bin-2.25.ebuild:
  Security bump (bug #505072).

  22 Feb 2014; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.22.1.ebuild, -seamonkey-bin-2.23.ebuild:
  Removed vulnerable versions.

  15 Feb 2014; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.24.ebuild:
  Stable for amd64, wrt bug #500320

  11 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  seamonkey-bin-2.24.ebuild:
  x86 stable wrt security bug #500320

*seamonkey-bin-2.24 (07 Feb 2014)

  07 Feb 2014; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.21.ebuild, +seamonkey-bin-2.24.ebuild:
  Security bump (bug #500320). Removed old.

*seamonkey-bin-2.23 (13 Dec 2013)

  13 Dec 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.23.ebuild,
  -seamonkey-bin-2.20-r1.ebuild:
  Version bump, remove old

  27 Nov 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.22.1.ebuild:
  Stable for x86, wrt bug #491234

  27 Nov 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.22.1.ebuild:
  Stable for amd64, wrt bug #491234

*seamonkey-bin-2.22.1 (21 Nov 2013)

  21 Nov 2013; Jory A. Pratt <anarchy@gentoo.org> +seamonkey-bin-2.22.1.ebuild,
  -seamonkey-bin-2.22.ebuild:
  Security update, misc ui fixes

*seamonkey-bin-2.22 (31 Oct 2013)

  31 Oct 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.22.ebuild:
  Version bump

  21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.21.ebuild:
  Stable for x86, wrt bug #485258

  21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.21.ebuild:
  Stable for amd64, wrt bug #485258

*seamonkey-bin-2.21 (18 Sep 2013)

  18 Sep 2013; Lars Wendler <polynomial-c@gentoo.org>
  +seamonkey-bin-2.21.ebuild:
  Security bump (bug #485258).

  13 Aug 2013; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.17.ebuild, -seamonkey-bin-2.17.1.ebuild,
  -seamonkey-bin-2.19.ebuild:
  Removed old (vulnerable) versions.

  12 Aug 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.20-r1.ebuild:
  Stable for x86, wrt bug #479968

  12 Aug 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.20-r1.ebuild:
  Stable for amd64, wrt bug #479968

*seamonkey-bin-2.20-r1 (12 Aug 2013)

  12 Aug 2013; Ian Stakenvicius <axs@gentoo.org> +seamonkey-bin-2.20-r1.ebuild,
  -seamonkey-bin-2.20.ebuild:
  fixed icon installation for desktops, bug 478192

*seamonkey-bin-2.20 (10 Aug 2013)

  10 Aug 2013;  <anarchy@gentoo.org> +seamonkey-bin-2.20.ebuild:
  Security bump, bug #479968

*seamonkey-bin-2.19 (03 Jul 2013)

  03 Jul 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.19.ebuild:
  Version bump

*seamonkey-bin-2.17.1 (07 May 2013)

  07 May 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.17.1.ebuild:
  Version bump

  07 May 2013; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.16.2.ebuild,
  seamonkey-bin-2.17.ebuild:
  Fix icon installation

  11 Apr 2013; Jeff Horelick <jdhore@gentoo.org> -files/icon/seamonkey-bin.png,
  seamonkey-bin-2.16.2.ebuild, seamonkey-bin-2.17.ebuild:
  Remove binary icon, use icon from tarball instead

  09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.17.ebuild:
  Stable for x86, wrt bug #464226

  09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.17.ebuild:
  Stable for amd64, wrt bug #464226

*seamonkey-bin-2.17 (03 Apr 2013)

  03 Apr 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.17.ebuild:
  Version bump

  15 Mar 2013; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.15.ebuild, -seamonkey-bin-2.15.2.ebuild,
  -seamonkey-bin-2.16.ebuild, -seamonkey-bin-2.16.1.ebuild:
  Big cleanup requested by ago. All vulnerable versions are now gone.

  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.16.2.ebuild:
  Stable for x86, wrt bug #460818

  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.16.2.ebuild:
  Stable for amd64, wrt bug #460818

*seamonkey-bin-2.16.2 (13 Mar 2013)

  13 Mar 2013; Lars Wendler <polynomial-c@gentoo.org>
  +seamonkey-bin-2.16.2.ebuild:
  Security bump (bug #460818).

  09 Mar 2013; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.14.1.ebuild,
  -seamonkey-bin-2.14.ebuild, -seamonkey-bin-2.15.1.ebuild:
  Remove old

*seamonkey-bin-2.16.1 (09 Mar 2013)

  09 Mar 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.16.1.ebuild:
  Version bump

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.16.ebuild:
  Stable for x86, wrt bug #458390

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.16.ebuild:
  Stable for amd64, wrt bug #458390

*seamonkey-bin-2.16 (20 Feb 2013)

  20 Feb 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.16.ebuild:
  Version bump

*seamonkey-bin-2.15.2 (07 Feb 2013)

  07 Feb 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.15.2.ebuild:
  Version bump

*seamonkey-bin-2.15.1 (02 Feb 2013)

  02 Feb 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.15.1.ebuild,
  -seamonkey-bin-2.13.2.ebuild:
  Version bump

  20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.15.ebuild:
  Stable for x86, wrt bug #450940

  20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.15.ebuild:
  Stable for amd64, wrt bug #450940

*seamonkey-bin-2.15 (09 Jan 2013)

  09 Jan 2013; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.15.ebuild,
  -seamonkey-bin-2.13.1.ebuild:
  Version bump

*seamonkey-bin-2.14.1 (15 Dec 2012)

  15 Dec 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.14.1.ebuild,
  -seamonkey-bin-2.11.ebuild, -seamonkey-bin-2.12.1.ebuild:
  Version bump and remove old

  03 Dec 2012; Andreas Schuerch <nativemad@gentoo.org>
  seamonkey-bin-2.14.ebuild:
  x86 stable, see bug 444318

  27 Nov 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.14.ebuild:
  Stable for amd64, wrt bug #444318

*seamonkey-bin-2.14 (22 Nov 2012)

  22 Nov 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.14.ebuild:
  Version bump

  03 Nov 2012; <ago@gentoo.org> seamonkey-bin-2.13.2.ebuild:
  Stable for amd64, wrt bug #439960

  31 Oct 2012; Ian Stakenvicius <axs@gentoo.org> seamonkey-bin-2.13.2.ebuild:
  Interim solution to block net-libs/libproxy[spidermonkey] due to mozjs symbol
  collisions that cause crashes, bug 439148

*seamonkey-bin-2.13.2 (29 Oct 2012)

  29 Oct 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.13.2.ebuild:
  version bump wrt bug #439960

  23 Oct 2012; <ago@gentoo.org> seamonkey-bin-2.13.1.ebuild:
  Stable for amd64, wrt bug #437780

*seamonkey-bin-2.13.1 (20 Oct 2012)

  20 Oct 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.13.1.ebuild:
  Version bump

  15 Sep 2012; Andreas Schuerch <nativemad@gentoo.org>
  seamonkey-bin-2.12.1.ebuild:
  x86 stable, see bug 433383

*seamonkey-bin-2.12.1 (11 Sep 2012)

  11 Sep 2012; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.12.ebuild, +seamonkey-bin-2.12.1.ebuild:
  Bumped seamonkey-bin-2.12 to 2.12.1. As it's a privacy relevant bugfix
  release I bumped it straight to stable for amd64 (which had 2.12 stable
  already).

  08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.12.ebuild:
  Stable for amd64, wrt bug #433383

*seamonkey-bin-2.12 (02 Sep 2012)

  02 Sep 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.12.ebuild,
  -seamonkey-bin-2.10.1.ebuild:
  Version bump

  28 Jul 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.11.ebuild:
  Stable for amd64, wrt bug #427224

  24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> seamonkey-bin-2.11.ebuild:
  marked x86 per bug 427224

*seamonkey-bin-2.11 (17 Jul 2012)

  17 Jul 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.11.ebuild,
  -seamonkey-bin-2.9.ebuild:
  Version bump

  04 Jul 2012; Ian Stakenvicius <axs@gentoo.org> seamonkey-bin-2.9.ebuild,
  seamonkey-bin-2.10.1.ebuild, metadata.xml:
  Fixed license, added mozilla herd to metadata

  03 Jul 2012; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.10.ebuild,
  seamonkey-bin-2.10.1.ebuild:
  Remove old and change seamonkey-2.10.1 to MPL-2.0

  19 Jun 2012; Andreas Schuerch <nativemad@gentoo.org>
  seamonkey-bin-2.10.1.ebuild:
  x86 stable, thanks

  18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.10.1.ebuild:
  Stable for amd64, wrt bug #419917

*seamonkey-bin-2.10.1 (17 Jun 2012)

  17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.10.1.ebuild:
  Version bump.

  11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.10.ebuild:
  Stable for amd64, wrt bug #419917

  11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.10.ebuild:
  Stable for amd64, wrt bug #420125

*seamonkey-bin-2.10 (06 Jun 2012)

  06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.10.ebuild,
  -seamonkey-bin-2.7.2.ebuild, -seamonkey-bin-2.8.ebuild:
  Version bump and remove old.

  02 May 2012; Andreas Schuerch <nativemad@gentoo.org>
  seamonkey-bin-2.9.ebuild:
  x86 stable, see bug 413657. Thanks Mikle Kolyada.

  30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.9.ebuild:
  Stable for amd64, wrt bug #413657

*seamonkey-bin-2.9 (24 Apr 2012)

  24 Apr 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.9.ebuild:
  Version bump to Seamonkey 2.9.

  25 Mar 2012; Thomas Kahle <tomka@gentoo.org> seamonkey-bin-2.8.ebuild:
  marked x86 per bug 408161

  22 Mar 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.8.ebuild:
  Stable for amd64, wrt bug #408161

*seamonkey-bin-2.8 (14 Mar 2012)

  14 Mar 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.8.ebuild:
  Version bump.

  04 Mar 2012; Jeff Horelick <jdhore@gentoo.org> seamonkey-bin-2.7.2.ebuild:
  Add a -r pax-mark wrt bug 403689

  27 Feb 2012; Jeff Horelick <jdhore@gentoo.org> seamonkey-bin-2.7.2.ebuild:
  Add a RDEPEND on virtual/freedesktop-icon-theme to resolve bug 341697

  22 Feb 2012; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.7.1.ebuild:
  Remove old.

  22 Feb 2012; Lars Wendler <polynomial-c@gentoo.org>
  seamonkey-bin-2.7.2.ebuild:
  Stable per bug #404437

  22 Feb 2012; Jeff Horelick <jdhore@gentoo.org> seamonkey-bin-2.7.2.ebuild:
  Restrict mirror and binchecks. This package is built by Mozilla so the
  binaries may not fit our QA policies.

  21 Feb 2012; Jeff Horelick <jdhore@gentoo.org> seamonkey-bin-2.7.2.ebuild:
  x86 stable wrt security bug 404437 .

  21 Feb 2012; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.6.1.ebuild:
  Remove old.

*seamonkey-bin-2.7.2 (21 Feb 2012)

  21 Feb 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.7.2.ebuild:
  Version bump wrt security bug 404437.

  20 Feb 2012; Thomas Kahle <tomka@gentoo.org> seamonkey-bin-2.7.1.ebuild:
  marked x86 per bug 403183

  17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.7.1.ebuild:
  Stable for amd64, wrt bug #403183

*seamonkey-bin-2.7.1 (12 Feb 2012)

  12 Feb 2012; Jory A. Pratt <anarchy@gentoo.org> -seamonkey-bin-2.0.14.ebuild,
  -seamonkey-bin-2.7.ebuild, +seamonkey-bin-2.7.1.ebuild:
  Security Bump

  04 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> seamonkey-bin-2.7.ebuild:
  Port to the new mozlinguas.eclass

  31 Jan 2012; Jeff Horelick <jdhore@gentoo.org> -seamonkey-bin-2.5.ebuild:
  Remove old.

*seamonkey-bin-2.7 (31 Jan 2012)

  31 Jan 2012; Jeff Horelick <jdhore@gentoo.org> +seamonkey-bin-2.7.ebuild:
  Version bump to 2.7

  26 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> seamonkey-bin-2.5.ebuild,
  seamonkey-bin-2.6.1.ebuild:
  Remove useless eclass inherit

  24 Jan 2012; Jeff Horelick <jdhore@gentoo.org> metadata.xml:
  Take full maintenance of this package now that I am a developer.

  12 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  seamonkey-bin-2.6.1.ebuild:
  x86 stable wrt bug #395431

  11 Jan 2012; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.6.1.ebuild:
  Stable for AMD64, wrt security bug #395431

*seamonkey-bin-2.6.1 (23 Dec 2011)

  23 Dec 2011; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.6.ebuild, +seamonkey-bin-2.6.1.ebuild:
  Version bump. Removed old.

*seamonkey-bin-2.6 (20 Dec 2011)

  20 Dec 2011; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.4.1.ebuild, seamonkey-bin-2.5.ebuild,
  +seamonkey-bin-2.6.ebuild:
  Version bump. Removed old.

  05 Dec 2011; Lars Wendler <polynomial-c@gentoo.org> seamonkey-bin-2.5.ebuild:
  Ebuild improvements.

  23 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> seamonkey-bin-2.5.ebuild:
  Use nsplugins.eclass to handle the plugins directory.

*seamonkey-bin-2.5 (23 Nov 2011)

  23 Nov 2011; Lars Wendler <polynomial-c@gentoo.org>
  +seamonkey-bin-2.5.ebuild:
  Version bump.

*seamonkey-bin-2.4.1 (16 Nov 2011)

  16 Nov 2011; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.13.ebuild, +seamonkey-bin-2.4.1.ebuild:
  Version bump. Removed old.

  15 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> metadata.xml:
  Previous change was incomplete.

  15 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> metadata.xml:
  Added new maintainer.

  01 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  seamonkey-bin-2.0.14.ebuild:
  x86 stable wrt security bug #365323

  30 Apr 2011; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.14.ebuild:
  Stable on amd64 wrt bug #365323

  30 Apr 2011; Lars Wendler <polynomial-c@gentoo.org>
  files/icon/seamonkey-bin.desktop:
  Added better .desktop file. Thanks to ssuominen.

*seamonkey-bin-2.0.14 (29 Apr 2011)

  29 Apr 2011; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.12.ebuild, +seamonkey-bin-2.0.14.ebuild:
  Version bump. Removed old.

  08 Apr 2011; Thomas Kahle <tomka@gentoo.org> seamonkey-bin-2.0.13.ebuild:
  x86 stable per bug 360055

  27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  seamonkey-bin-2.0.12.ebuild, seamonkey-bin-2.0.13.ebuild:
  Fix slot-dep on gtk+

  25 Mar 2011; Christoph Mende <angelos@gentoo.org>
  seamonkey-bin-2.0.13.ebuild:
  Stable on amd64 wrt bug #360055

*seamonkey-bin-2.0.13 (23 Mar 2011)

  23 Mar 2011; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.10.ebuild, -seamonkey-bin-2.0.11.ebuild,
  +seamonkey-bin-2.0.13.ebuild:
  Security bump (bug #360055). Removed old.

  08 Mar 2011; Thomas Kahle <tomka@gentoo.org> seamonkey-bin-2.0.12.ebuild:
  x86 stable per bug 357057

  06 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.12.ebuild:
  Stable on amd64 wrt bug #357057

*seamonkey-bin-2.0.12 (06 Mar 2011)

  06 Mar 2011; Jory A. Pratt <anarchy@gentoo.org> +seamonkey-bin-2.0.12.ebuild:
  Security bump, bug #357057

  11 Dec 2010; Markus Meier <maekke@gentoo.org> seamonkey-bin-2.0.11.ebuild:
  x86 stable, bug #348316

  10 Dec 2010; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.11.ebuild:
  Stable on amd64 wrt bug #348316

*seamonkey-bin-2.0.11 (09 Dec 2010)

  09 Dec 2010; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.9.ebuild, +seamonkey-bin-2.0.11.ebuild:
  Security bump.

  30 Oct 2010; Markus Meier <maekke@gentoo.org> seamonkey-bin-2.0.10.ebuild:
  x86 stable, bug #342847

  29 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.10.ebuild:
  Stable on amd64 wrt bug #342847

*seamonkey-bin-2.0.10 (28 Oct 2010)

  28 Oct 2010; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.7.ebuild, +seamonkey-bin-2.0.10.ebuild:
  Security bump (bug #342847).

  25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-2.0.9.ebuild:
  x86 stable, security bug 341821

  23 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.9.ebuild:
  Stable on amd64 wrt bug #341821

*seamonkey-bin-2.0.9 (20 Oct 2010)

  20 Oct 2010; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.6.ebuild, +seamonkey-bin-2.0.9.ebuild:
  Security bump.

  11 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.7.ebuild:
  Stable on amd64 wrt bug #336396

  09 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-2.0.7.ebuild:
  stable x86, security bug 336396

*seamonkey-bin-2.0.7 (08 Sep 2010)

  08 Sep 2010; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-2.0.5.ebuild, +seamonkey-bin-2.0.7.ebuild:
  Security bump

  26 Jul 2010; Markus Meier <maekke@gentoo.org> seamonkey-bin-2.0.6.ebuild:
  amd64 stable, bug #329279

  21 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-2.0.6.ebuild:
  stable x86, security bug 329279

*seamonkey-bin-2.0.6 (21 Jul 2010)

  21 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
  -seamonkey-bin-1.1.18.ebuild, +seamonkey-bin-2.0.6.ebuild:
  Version bump. Removed old.

  19 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
  seamonkey-bin-2.0.5.ebuild:
  Stable on amd64 wrt bug #324735

  19 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-2.0.5.ebuild:
  stable x86, security bug 324735

  18 Jul 2010; Jory A. Pratt <anarchy@gentoo.org>
  seamonkey-bin-2.0.5.ebuild:
  Block upgrade if <www-client/seamonkey-bin-2 is installed

*seamonkey-bin-2.0.5 (15 Jul 2010)

  15 Jul 2010; <anarchy@gentoo.org> -seamonkey-bin-1.1.17.ebuild,
  -seamonkey-bin-2.0_alpha3.ebuild, +seamonkey-bin-2.0.5.ebuild:
  remove stale ebuild, update 2.x release

  02 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
  seamonkey-bin-2.0_alpha3.ebuild:
  Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND.

  29 Sep 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.18.ebuild:
  amd64 stable, bug #286721

  28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-1.1.18.ebuild:
  stable x86, security bug 286721

*seamonkey-bin-1.1.18 (22 Sep 2009)

  22 Sep 2009; Jory A. Pratt <anarchy@gentoo.org>
  +seamonkey-bin-1.1.18.ebuild:
  revision bump for security bug #280393

  28 Jun 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.17.ebuild:
  amd64 stable, bug #273918

  25 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
  seamonkey-bin-1.1.17.ebuild:
  stable x86, security bug 273918

*seamonkey-bin-1.1.17 (24 Jun 2009)

  24 Jun 2009; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.17.ebuild:
  Version bump

  10 Apr 2009; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.15.ebuild, seamonkey-bin-1.1.16.ebuild:
  x86 stable wrt #257577

  09 Apr 2009; Tobias Heinlein <keytoaster@gentoo.org>
  seamonkey-bin-1.1.16.ebuild:
  amd64 stable wrt security bug #257577

*seamonkey-bin-1.1.16 (09 Apr 2009)

  09 Apr 2009; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.16.ebuild:
  Version bump

  21 Mar 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.15.ebuild:
  x86 stable, bug #261386

  20 Mar 2009; Tobias Heinlein <keytoaster@gentoo.org>
  seamonkey-bin-1.1.15.ebuild:
  amd64 stable wrt security bug #261386

*seamonkey-bin-1.1.15 (19 Mar 2009)

  19 Mar 2009; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.15.ebuild:
  Version bump

*seamonkey-bin-2.0_alpha3 (06 Mar 2009)

  06 Mar 2009; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-2.0_alpha3.ebuild:
  Version bump

*seamonkey-bin-2.0_alpha2 (04 Feb 2009)

  04 Feb 2009; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-2.0_alpha2.ebuild:
  Version bump

  20 Dec 2008; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.14.ebuild:
  amd64/x86 stable, bug #251322

*seamonkey-bin-1.1.14 (17 Dec 2008)

  17 Dec 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.14.ebuild:
  Version bump

  15 Nov 2008; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.13.ebuild:
  amd64/x86 stable, bug #246602

*seamonkey-bin-1.1.13 (13 Nov 2008)

  13 Nov 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.13.ebuild:
  Version bump

  28 Sep 2008; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.12.ebuild:
  amd64 stable, bug #238535

  27 Sep 2008; Raúl Porcel <armin76@gentoo.org>
  seamonkey-bin-1.1.12.ebuild:
  x86 stable wrt #238535

*seamonkey-bin-1.1.12 (24 Sep 2008)

  24 Sep 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.12.ebuild:
  Version bump

  04 Aug 2008; Tobias Heinlein <keytoaster@gentoo.org>
  seamonkey-bin-1.1.11.ebuild:
  amd64 stable wrt security bug #231975

  18 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
  seamonkey-bin-1.1.11.ebuild:
  stable x86, security bug 231975

*seamonkey-bin-1.1.11 (16 Jul 2008)

  16 Jul 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.11.ebuild:
  Version bump

  04 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org>
  seamonkey-bin-1.1.10.ebuild:
  stable amd64, security bug 230567

  04 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
  seamonkey-bin-1.1.10.ebuild:
  stable x86, security bug 230567

*seamonkey-bin-1.1.10 (02 Jul 2008)

  02 Jul 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.10.ebuild:
  Version bump

  26 Mar 2008; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.9.ebuild:
  amd64/x86 stable, security bug #214816

  26 Mar 2008; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.8.ebuild,
  seamonkey-bin-1.1.9.ebuild:
  Fix HOMEPAGE, bug #214858

*seamonkey-bin-1.1.9 (26 Mar 2008)

  26 Mar 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.9.ebuild:
  Version bump

  17 Mar 2008; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.8.ebuild:
  Fix LICENSE, thanks to zlin

  11 Feb 2008; Olivier Crête <tester@gentoo.org>
  -seamonkey-bin-1.1.7.ebuild, seamonkey-bin-1.1.8.ebuild:
  Stable on amd64, security bug #208128, removing dangerous version

  08 Feb 2008; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.8.ebuild:
  x86 stable, security bug #208128

*seamonkey-bin-1.1.8 (08 Feb 2008)

  08 Feb 2008; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.8.ebuild:
  Version bump

  06 Dec 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.6.ebuild:
  old

  06 Dec 2007; Steve Dibb <beandog@gentoo.org> seamonkey-bin-1.1.7.ebuild:
  amd64 stable, bug 200909

  04 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
  seamonkey-bin-1.1.7.ebuild:
  quote some variables

  04 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
  seamonkey-bin-1.1.7.ebuild:
  stable x86, security bug 200909

*seamonkey-bin-1.1.7 (03 Dec 2007)

  03 Dec 2007; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.7.ebuild:
  Version bump wrt #200909

  12 Nov 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.4.ebuild, -seamonkey-bin-1.1.5.ebuild:
  old

  12 Nov 2007; Samuli Suominen <drac@gentoo.org> seamonkey-bin-1.1.6.ebuild:
  amd64 stable wrt security #196480

  06 Nov 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.6.ebuild:
  x86 stable wrt security #196480

*seamonkey-bin-1.1.6 (06 Nov 2007)

  06 Nov 2007; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.6.ebuild:
  Version bump

  23 Oct 2007; Christoph Mende <angelos@gentoo.org>
  seamonkey-bin-1.1.5.ebuild:
  Stable on amd64 wrt security bug #196480

  21 Oct 2007; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.5.ebuild:
  x86 stable, security bug #196480

*seamonkey-bin-1.1.5 (19 Oct 2007)

  19 Oct 2007; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.5.ebuild:
  Version bump

  17 Sep 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.4.ebuild:
  Fix icon, bug #192426, thanks to Pacho Ramos <pacho at condmat1 dot ciencias
  dot uniovi dotes>

  11 Aug 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.3.ebuild:
  old

  11 Aug 2007; Steve Dibb <beandog@gentoo.org> seamonkey-bin-1.1.4.ebuild:
  amd64 stable, security bug 187205

  06 Aug 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.4.ebuild:
  x86 stable wrt #187205

*seamonkey-bin-1.1.4 (05 Aug 2007)

  05 Aug 2007; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.4.ebuild:
  Version bump wrt security #187205

  28 Jul 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.2.ebuild:
  old

  28 Jul 2007; Steve Dibb <beandog@gentoo.org> seamonkey-bin-1.1.3.ebuild:
  amd64 stable, security bug 185737

  23 Jul 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.3.ebuild:
  x86 stable wrt security #185737

*seamonkey-bin-1.1.3 (20 Jul 2007)

  20 Jul 2007; Raúl Porcel <armin76@gentoo.org>
  files/icon/seamonkey-bin.desktop, +seamonkey-bin-1.1.3.ebuild:
  Fix desktop files, bug 185869, and version bump wrt security #185737

  02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
  seamonkey-bin-1.1.2.ebuild:
  (QA) RESTRICT clean up.

  01 Jun 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.1.1.ebuild:
  old

  01 Jun 2007; Christoph Mende <angelos@gentoo.org>
  seamonkey-bin-1.1.2.ebuild:
  Stable on amd64 wrt security bug 180436

  01 Jun 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.2.ebuild:
  x86 stable wrt security #180436

*seamonkey-bin-1.1.2 (31 May 2007)

  31 May 2007; Raúl Porcel <armin76@gentoo.org>
  +seamonkey-bin-1.1.2.ebuild:
  Version bump, security bug #180436

  24 Mar 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.1.ebuild:
  Some minor ebuild changes, modify the deps a bit

  03 Mar 2007; Raúl Porcel <armin76@gentoo.org> -seamonkey-bin-1.1.ebuild:
  Remove old

  01 Mar 2007; Simon Stelling <blubb@gentoo.org> seamonkey-bin-1.1.1.ebuild:
  stable on amd64; security bug 165555

  28 Feb 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.1.ebuild:
  x86 stable wrt security bug 165555

*seamonkey-bin-1.1.1 (28 Feb 2007)

  28 Feb 2007; Raúl Porcel <armin76@gentoo.org>
  -seamonkey-bin-1.0.7.ebuild, +seamonkey-bin-1.1.1.ebuild:
  Version bump, security bug 165555, and drop 1.0.x series

  30 Jan 2007; Peter Weller (welp) <welp@gentoo.org>
  seamonkey-bin-1.1.ebuild:
  Stable on amd64

  30 Jan 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.ebuild:
  x86 stable

  30 Jan 2007; Raúl Porcel <armin76@gentoo.org>
  files/icon/seamonkey-bin.desktop:
  Fix icon display in menu, bug 164381

*seamonkey-bin-1.1 (19 Jan 2007)

  19 Jan 2007; Raúl Porcel <armin76@gentoo.org> +files/10seamonkey-bin,
  +files/icon/seamonkey-bin.desktop, +files/icon/seamonkey-bin.png,
  +seamonkey-bin-1.1.ebuild:
  Version bump, bug 162767, and add icon/desktop file

  11 Jan 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.0.7.ebuild:
  license change, bug 150118

  08 Jan 2007; Raúl Porcel <armin76@gentoo.org> ChangeLog:
  New ebuild, from Anarchy, bug 147826