summaryrefslogtreecommitdiff
blob: 957f3611e0fdeae35e471dfd11da3978b6a1e6c7 (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
# ChangeLog for dev-lang/spidermonkey
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.170 2015/08/06 07:19:24 ago Exp $

  06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.7.0-r3.ebuild:
  Stable for x86, wrt bug #555086

  03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.7.0-r3.ebuild:
  Stable for amd64, wrt bug #555086

  02 Aug 2015; Pacho Ramos <pacho@gentoo.org> spidermonkey-1.7.0-r3.ebuild:
  sparc stable wrt bug #555086

  23 Jul 2015; Pacho Ramos <pacho@gentoo.org> spidermonkey-1.7.0-r3.ebuild:
  ppc stable wrt bug #555086

  16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  -spidermonkey-1.8.7-r3.ebuild:
  dropped version 1.8.7 as it was p.masked for removal 3 years ago

  16 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
  spidermonkey-1.7.0-r3.ebuild:
  Stable on alpha, bug 555086

*spidermonkey-24.2.0-r3 (16 Jul 2015)
*spidermonkey-17.0.0-r4 (16 Jul 2015)

  16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  +files/spidermonkey-perl-defined-array-check.patch,
  +spidermonkey-17.0.0-r4.ebuild, +spidermonkey-24.2.0-r3.ebuild,
  -spidermonkey-17.0.0-r3.ebuild, -spidermonkey-24.2.0-r2.ebuild,
  spidermonkey-1.8.5-r4.ebuild, spidermonkey-1.8.7-r3.ebuild:
  patched to fix bug 552786 , revbumped direct to stable so that anyone with
  perl-5.22 gets a rebuild

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> spidermonkey-1.8.2.15-r2.ebuild,
  spidermonkey-1.8.5-r4.ebuild, spidermonkey-1.8.7-r3.ebuild,
  spidermonkey-17.0.0-r3.ebuild, spidermonkey-24.2.0-r2.ebuild:
  Drop old Python implementations

  02 Mar 2015; Yixun Lan <dlan@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  add arm64 support, tested on A53 board

  30 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  spidermonkey-24.2.0-r2.ebuild:
  Set SHELL to help ./configure ensure python environment is sane, bug 517358

  15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  Stable for sparc, wrt bug #512012

  25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  Stable for alpha, wrt bug #512012

  21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  Stable for ppc64, wrt bug #512012

  28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  Stable for ppc, wrt bug #512012

  23 Jun 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  x86 stable, bug #512026

  23 Jun 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  amd64 stable, bug #512026

  22 Jun 2014; Akinori Hattori <hattya@gentoo.org>
  spidermonkey-24.2.0-r2.ebuild:
  ia64 stable wrt bug #512026

  19 Jun 2014; Markus Meier <maekke@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  arm stable, bug #512026

  03 Jun 2014; Jeroen Roovers <jer@gentoo.org> spidermonkey-24.2.0-r2.ebuild:
  Stable for HPPA (bug #512026).

  02 Jun 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  -spidermonkey-24.2.0-r1.ebuild, spidermonkey-24.2.0-r2.ebuild:
  dropped optimizations so build system will respect cflags, bug 444126, thanks
  to hasufell for patches; removed old :24 ebuild

*spidermonkey-24.2.0-r2 (23 May 2014)

  23 May 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  +spidermonkey-24.2.0-r2.ebuild:
  changed the flags that USE=jit controls on spidermonkey24 ; addresses bug
  510982

  05 May 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  +files/spidermonkey-24-upward-growing-stack.patch,
  spidermonkey-24.2.0-r1.ebuild:
  fix compilation on hppa (bug 497900)

  19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Stable for sparc, wrt bug #507568

  18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Stable for alpha, wrt bug #507568

  17 Apr 2014;  <anarchy@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Fix big endian compilation issue, bug #506160

  17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Stable for ia64, wrt bug #507568

  16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Stable for ppc64, wrt bug #507568

  14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild:
  Stable for ppc, wrt bug #507568

*spidermonkey-24.2.0-r1 (08 Mar 2014)
*spidermonkey-17.0.0-r3 (08 Mar 2014)

  08 Mar 2014;  <anarchy@gentoo.org>
  +files/spidermonkey-17.0.0-fix-file-permissions.patch,
  +files/spidermonkey-24.2.0-fix-file-permissions.patch,
  +spidermonkey-17.0.0-r3.ebuild, +spidermonkey-24.2.0-r1.ebuild,
  -spidermonkey-17.0.0-r2.ebuild, -spidermonkey-24.2.0.ebuild:
  Fix bug #502348

  03 Mar 2014; Samuli Suominen <ssuominen@gentoo.org>
  spidermonkey-17.0.0-r2.ebuild:
  Document -mips keyword in a comment for clarity.

  02 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org>
  spidermonkey-24.2.0.ebuild:
  Add subslot dependency on dev-libs/icu

  25 Feb 2014; Markus Meier <maekke@gentoo.org> spidermonkey-17.0.0-r2.ebuild:
  arm stable, bug #500758

  24 Feb 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
  -spidermonkey-17.0.0-r1.ebuild, spidermonkey-17.0.0-r2.ebuild,
  spidermonkey-24.2.0.ebuild:
  added missing zlib dep, bug 502332 ; remove old

  23 Feb 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-17.0.0-r2.ebuild:
  x86 stable, bug #500758

  23 Feb 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-17.0.0-r2.ebuild:
  amd64 stable, bug #500758

  22 Feb 2014; Jeroen Roovers <jer@gentoo.org> spidermonkey-17.0.0-r1.ebuild,
  spidermonkey-17.0.0-r2.ebuild:
  Marked -hppa (bug #502124).

  03 Feb 2014; Ian Stakenvicius <axs@gentoo.org> spidermonkey-24.2.0.ebuild:
  restricted tests for ia64 on sm24

*spidermonkey-17.0.0-r2 (20 Jan 2014)

  20 Jan 2014; Ian Stakenvicius <axs@gentoo.org>
  +files/spidermonkey-17-ia64-mmap.patch, +spidermonkey-17.0.0-r2.ebuild:
  backport mmap patch to fix ia64 on spidermonkey-17

*spidermonkey-24.2.0 (06 Jan 2014)

  06 Jan 2014; Ian Stakenvicius <axs@gentoo.org>
  +files/spidermonkey-24-system-icu.patch, +spidermonkey-24.2.0.ebuild,
  -spidermonkey-1.8.2.15-r1.ebuild, -spidermonkey-1.8.2.15.ebuild, metadata.xml,
  spidermonkey-17.0.0-r1.ebuild:
  add new version for slot 24, remove old 1.8.2 ebuilds

  06 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for sparc, wrt bug #480392

  24 Dec 2013; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-17.0.0-r1.ebuild:
  Add -mips to 17.0.0-r1, bug #491294

  24 Dec 2013; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-17.0.0-r1.ebuild:
  Remove keyword ~mips on 17.0.0-r1, bug #491294

  14 Sep 2013; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for x86, wrt bug #480392

  10 Sep 2013; Markus Meier <maekke@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  arm stable, bug #480392

  05 Sep 2013; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for ppc64, wrt bug #480392

  04 Sep 2013; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for ppc, wrt bug #480392

  03 Sep 2013; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for alpha, wrt bug #480392

  31 Aug 2013; Agostino Sarubbo <ago@gentoo.org>
  spidermonkey-1.8.2.15-r2.ebuild:
  Stable for amd64, wrt bug #480392

  30 Aug 2013; Ian Stakenvicius <axs@gentoo.org> metadata.xml,
  spidermonkey-1.8.5-r4.ebuild:
  added x64-macos keyword and extra dep (bug 464654); pax-marked tests so they
  finish on hardened (bug 415791)

*spidermonkey-17.0.0-r1 (10 Aug 2013)

  10 Aug 2013; Ian Stakenvicius <axs@gentoo.org>
  +files/spidermonkey-17-js-config-shebang.patch,
  +spidermonkey-17.0.0-r1.ebuild, -spidermonkey-17.0.0.ebuild:
  fixed improper pax-marking, and patched build system to keep it from stripping
  shebang from js-config

  08 Aug 2013; Ian Stakenvicius <axs@gentoo.org> -spidermonkey-1.8.5-r1.ebuild,
  -spidermonkey-1.8.5-r2.ebuild, -spidermonkey-1.8.5-r3.ebuild,
  -spidermonkey-1.8.7-r2.ebuild, -spidermonkey-1.8.7.ebuild,
  spidermonkey-1.8.2.15-r2.ebuild, spidermonkey-1.8.5-r4.ebuild,
  spidermonkey-1.8.7-r3.ebuild, spidermonkey-17.0.0.ebuild:
  Slotted spidermonkey-17, all newer versions of spidermonkey will now be
  slotted; converted most ebuilds to python-any-r1; dropped old versions of
  1.8.5 and 1.8.7

*spidermonkey-17.0.0 (02 Aug 2013)

  02 Aug 2013; Ian Stakenvicius <axs@gentoo.org> +spidermonkey-17.0.0.ebuild,
  metadata.xml:
  version bump, currently masked, see bug 463924

  08 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.8.5-r4.ebuild,
  +files/spidermonkey-1.8.5-isfinite.patch:
  Add uclibc support, bug #431560

  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for s390, wrt bug #461508

  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for sparc, wrt bug #461508

  25 Mar 2013; Jeroen Roovers <jer@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for HPPA (bug #461508).

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for alpha, wrt bug #461508

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for arm, wrt bug #461508

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for ppc64, wrt bug #461508

  22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for ppc, wrt bug #461508

  19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for sh, wrt bug #461508

  19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for x86, wrt bug #461508

  19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Stable for amd64, wrt bug #461508

  03 Mar 2013; Mike Frysinger <vapier@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.5-r2.ebuild, spidermonkey-1.8.5-r3.ebuild,
  spidermonkey-1.8.5-r4.ebuild, spidermonkey-1.8.7-r2.ebuild,
  spidermonkey-1.8.7-r3.ebuild, spidermonkey-1.8.7.ebuild:
  Add s390 keywords #457078 by Michael Palimaka.

  28 Jan 2013; Alexis Ballier <aballier@gentoo.org>
  spidermonkey-1.8.5-r4.ebuild, spidermonkey-1.8.7-r3.ebuild:
  keyword ~amd64-fbsd

  28 Jan 2013; Alexis Ballier <aballier@gentoo.org>
  spidermonkey-1.8.5-r4.ebuild, spidermonkey-1.8.7-r3.ebuild:
  Drop freebsd hacks that do not work anymore.

  06 Jan 2013; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.5-r2.ebuild, spidermonkey-1.8.5-r3.ebuild:
  Mark other non-working versions on ia64

  06 Jan 2013; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.5-r4.ebuild,
  spidermonkey-1.8.7.ebuild, spidermonkey-1.8.7-r2.ebuild,
  spidermonkey-1.8.7-r3.ebuild:
  Add ~sh

  06 Jan 2013; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.7.ebuild,
  spidermonkey-1.8.7-r2.ebuild, spidermonkey-1.8.7-r3.ebuild:
  1.8.7 segfaults on ia64

  06 Jan 2013; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.5-r4.ebuild,
  +files/spidermonkey-1.8.5-ia64-fix.patch,
  +files/spidermonkey-1.8.5-ia64-static-strings.patch:
  Add patches for ia64, mark stable, bug #441934

  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
  Add ~ia64, wrt bug #449220

  19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r2.ebuild:
  Add ~ia64, wrt bug #436668

  18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Stable for ia64, wrt bug #436666

*spidermonkey-1.8.7-r3 (11 Dec 2012)
*spidermonkey-1.8.5-r4 (11 Dec 2012)

  11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> +spidermonkey-1.8.5-r4.ebuild,
  +spidermonkey-1.8.7-r3.ebuild:
  do not call python helpers when merging a binary package, bug 446910

*spidermonkey-1.8.7-r2 (06 Dec 2012)
*spidermonkey-1.8.5-r3 (06 Dec 2012)

  06 Dec 2012; Ian Stakenvicius <axs@gentoo.org> +spidermonkey-1.8.5-r3.ebuild,
  +files/spidermonkey-1.8.5-symbol-versions.patch,
  -spidermonkey-1.8.7-r1.ebuild, +spidermonkey-1.8.7-r2.ebuild,
  +files/spidermonkey-1.8.7-symbol-versions.patch:
  added symbol versioning to libmozjs, bug 439260 (and others)

  25 Nov 2012; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  sparc stable wrt #438146

  25 Nov 2012; <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.5-r2.ebuild,
  +files/spidermonkey-1.8.5-perf_event-check.patch:
  Fix bug 441928

  17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
  spidermonkey-1.8.5-r2.ebuild:
  arm stable wrt #436670

  09 Nov 2012; Ian Stakenvicius <axs@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.5-r2.ebuild,
  +files/spidermonkey-1.8.5-arm_respect_cflags-3.patch:
  matched ARM thumb2 configure check match with 1.8.7; after discussion with
  mozilla upstream check should be based on toolchains setting instead of
  system capabilities

  02 Nov 2012; Ian Stakenvicius <axs@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.5-r2.ebuild,
  +files/spidermonkey-1.8.5-arm_respect_cflags-2.patch,
  -files/spidermonkey-1.8.5-arm_resprect_cflags-1.patch:
  honour arm cflags and properly autodetect thumb2 support in 1.8.5 for gentoo
  (bug 420471)

  27 Oct 2012; Tobias Klausmann <klausman@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild:
  Stable on alpha, bug #438146

*spidermonkey-1.8.7-r1 (23 Oct 2012)
*spidermonkey-1.8.5-r2 (23 Oct 2012)
*spidermonkey-1.8.2.15-r2 (23 Oct 2012)
*spidermonkey-1.7.0-r3 (23 Oct 2012)

  23 Oct 2012; Ian Stakenvicius <axs@gentoo.org> +spidermonkey-1.7.0-r3.ebuild,
  +spidermonkey-1.8.2.15-r2.ebuild, +spidermonkey-1.8.5-r2.ebuild,
  +spidermonkey-1.8.7-r1.ebuild:
  bumped to EAPI5 , fixed bugs 437520 and 437190

  22 Oct 2012; <anarchy@gentoo.org> metadata.xml:
  Assign directly to mozilla herd

  21 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild:
  dropping back to ~arm, bug #420471

  21 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild:
  stable arm, bug #436670

  21 Oct 2012; <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.7.ebuild, +files/spidermonkey-1.8.7-freebsd-pthreads.patch:
  Add fix for freebsd, bug #438746

  19 Oct 2012; Andreas Schuerch <nativemad@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild:
  x86 stable, see bug 436670

  17 Oct 2012; Jeroen Roovers <jer@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Stable for HPPA (bug #438146).

  06 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild:
  stable ppc ppc64, bug #436670

  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Stable for amd64, wrt bug #436670

  03 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
  Remove myself from the maintainers.

  04 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.8.7.ebuild,
  +files/spidermonkey-1.8.7-x32.patch:
  Add x32 support, bug #421655

  29 Jun 2012; Jeroen Roovers <jer@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  spidermonkey-1.8.7.ebuild:
  Marked ~hppa (bug #420997).

  19 Jun 2012; Anthony G. Basile <blueness@gentoo.org>
  spidermonkey-1.8.5-r1.ebuild, spidermonkey-1.8.7.ebuild:
  Keyword ~mips

*spidermonkey-1.8.7 (19 Jun 2012)

  19 Jun 2012; Ian Stakenvicius <axs@gentoo.org> +spidermonkey-1.8.7.ebuild,
  +files/spidermonkey-1.8.7-filter_desc.patch:
  Version bump. Base name of library changed again, so rdeps will need to be
  patched

  07 May 2012; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Fix cross compilation bug #414473

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> spidermonkey-1.8.2.15.ebuild,
  spidermonkey-1.8.2.15-r1.ebuild, spidermonkey-1.8.5-r1.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  30 Jan 2012; <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  -files/spidermonkey-1.8.5-arm_resprect_cflags.patch,
  +files/spidermonkey-1.8.5-arm_resprect_cflags-1.patch:
  Provide complete arm support, bug #401381

  25 Jan 2012;  <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Ensure we regenerate configure

  25 Jan 2012; <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild,
  +files/spidermonkey-1.8.5-arm_resprect_cflags.patch:
  Spidermonkey-1.8.5 respect arm cflags, bug #400727

  25 Jan 2012; <anarchy@gentoo.org> files/spidermonkey-1.8.5-fix-ppc64.patch:
  Fix ppc64 support bug #388217

*spidermonkey-1.8.2.15-r1 (29 Dec 2011)

  29 Dec 2011; Ian Stakenvicius <axs@gentoo.org>
  +spidermonkey-1.8.2.15-r1.ebuild:
  Added js shell to spidermonkey-1.8.2.15, as per user request in bug 377291

  26 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
  Fix typo (committed as obvious).

  24 Nov 2011; Ian Stakenvicius <axs@gentoo.org>
  files/spidermonkey-1.7.0-ldflags.patch:
  modified ldflags patch to fix ldflags on bin/js, bug 391665

  21 Nov 2011; Ian Stakenvicius <axs@gentoo.org>
  files/spidermonkey-1.7.0-ldflags.patch:
  fixed erroneous drop of CFLAGS from last patch update

  21 Nov 2011; Ian Stakenvicius <axs@gentoo.org>
  files/spidermonkey-1.7.0-ldflags.patch:
  modified ldflags patch to fix ldflags on jskwgen, bug #391079

*spidermonkey-1.8.5-r1 (14 Nov 2011)

  14 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> -spidermonkey-1.8.5.ebuild,
  +spidermonkey-1.8.5-r1.ebuild, +files/spidermonkey-1.8.5-fix-ppc64.patch:
  Multiple bug fixes, bug #377025,377291,388217,375685

  24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
  spidermonkey-1.8.2.15.ebuild:
  Fix install_name for produced shared library on Darwin, keyworded ~x86-macos
  and ~x64-macos bug #354523

  24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
  spidermonkey-1.8.2.15.ebuild:
  Fix install_name for produced shared library on Darwin, keyworded ~x86-macos
  and ~x64-macos bug #354523

*spidermonkey-1.8.5 (03 Jul 2011)

  03 Jul 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  +spidermonkey-1.8.5.ebuild,
  +files/spidermonkey-1.8.5-fix-install-symlinks.patch,
  -spidermonkey-2.0.1.ebuild:
  Add 1.8.5, which is a new js tarball created from the firefox-4.0 source
  called 'mozjs185'. This release changes the library name, and the pkg-config
  file name. See https://bugzilla.mozilla.org/show_bug.cgi?id=628723 for more
  details. Also, remove obsolete spidermonkey-2.0 ebuild.

*spidermonkey-1.8.2.15 (22 Jun 2011)

  22 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  +spidermonkey-1.8.2.15.ebuild, -spidermonkey-1.9.2.15.ebuild:
  Rename 1.9.2.x to 1.8.2.x so that we can add v1.8.5 etc, which is going to be
  the official upstream spidermonkey release.

*spidermonkey-2.0.1 (16 May 2011)

  16 May 2011; Dirkjan Ochtman <djc@gentoo.org> +spidermonkey-2.0.1.ebuild:
  Version bump to 2.0.1 (package.masked for now).

  25 Apr 2011; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.9.2.15.ebuild:
  sparc stable wrt #357655

  10 Apr 2011; Thomas Kahle <tomka@gentoo.org> spidermonkey-1.9.2.15.ebuild:
  x86 stable per bug 357655

  31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
  spidermonkey-1.9.2.15.ebuild:
  ppc64 stable wrt #357655

  27 Mar 2011; Christoph Mende <angelos@gentoo.org>
  spidermonkey-1.9.2.15.ebuild:
  Stable on amd64 wrt bug #357655

  27 Mar 2011; Brent Baude <ranger@gentoo.org> spidermonkey-1.9.2.15.ebuild:
  stable ppc, bug 357655

  27 Mar 2011; Tobias Klausmann <klausman@gentoo.org>
  spidermonkey-1.9.2.15.ebuild:
  Stable on alpha, bug #357655

  22 Mar 2011; Jeroen Roovers <jer@gentoo.org> spidermonkey-1.7.0.ebuild,
  spidermonkey-1.7.0-r1.ebuild, spidermonkey-1.7.0-r2.ebuild,
  spidermonkey-1.9.2.15.ebuild:
  Drop HPPA keywording (bug #357655).

*spidermonkey-1.9.2.15 (14 Mar 2011)

  14 Mar 2011; Jory A. Pratt <anarchy@gentoo.org>
  -spidermonkey-1.9.2.13.ebuild, +spidermonkey-1.9.2.15.ebuild:
  version bump

  02 Jan 2011; Dirkjan Ochtman <djc@gentoo.org>
  spidermonkey-1.9.2.13.ebuild:
  No need to unpack twice, thanks to mgorny for reporting.

  29 Dec 2010; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.9.2.13.ebuild:
  Add zip dep bug #350081

*spidermonkey-1.9.2.13 (29 Dec 2010)

  29 Dec 2010; Dirkjan Ochtman <djc@gentoo.org>
  +spidermonkey-1.9.2.13.ebuild,
  +files/spidermonkey-1.9.2.13-as-needed.patch, metadata.xml:
  Version bump to 1.9.2.13 (bug 347914).

*spidermonkey-1.7.0-r2 (06 Aug 2010)

  06 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
  +spidermonkey-1.7.0-r2.ebuild, +files/spidermonkey-1.7.0-ldflags.patch:
  Apply patch from Kacper Kowalik <xarthisius@gentoo.org> to respect
  LDFLAGS. Bug #331129

*spidermonkey-1.7.0-r1 (07 Mar 2010)

  07 Mar 2010; Lance Albertson <ramereth@gentoo.org>
  +spidermonkey-1.7.0-r1.ebuild:
  Add unicode support fixing #277697

  29 Dec 2009; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.7.0.ebuild:
  Add ~arm

  23 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
  Add GLEP 56 USE flag descriptions.

  10 Apr 2008; Alexis Ballier <aballier@gentoo.org>
  -files/spidermonkey-1.5-header.diff,
  -files/spidermonkey-1.5-threadsafe.diff, -spidermonkey-1.5_rc5.ebuild,
  -spidermonkey-1.5-r1.ebuild, -spidermonkey-1.5-r2.ebuild,
  -spidermonkey-1.6.ebuild:
  remove old

  29 Dec 2007; Brent Baude <ranger@gentoo.org> spidermonkey-1.7.0.ebuild:
  Marking spidermonkey-1.7.0 ppc64 for bug 202885

  26 Dec 2007; Samuli Suominen <drac@gentoo.org> spidermonkey-1.7.0.ebuild:
  amd64 stable wrt #202885

  21 Dec 2007; Jeroen Roovers <jer@gentoo.org> spidermonkey-1.7.0.ebuild:
  Stable for HPPA (bug #202885).

  21 Dec 2007; nixnut <nixnut@gentoo.org> spidermonkey-1.7.0.ebuild:
  Stable on ppc wrt bug 202885

  21 Dec 2007; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.7.0.ebuild:
  alpha/x86 stable wrt #202885

  20 Dec 2007; Ferris McCormick <fmccor@gentoo.org>
  spidermonkey-1.7.0.ebuild:
  Sparc stable, Bug #202885, 30 day rule.

  11 Dec 2007; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.6.ebuild:
  alpha stable

*spidermonkey-1.7.0 (15 Nov 2007)

  15 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  +files/spidermonkey-1.7.0-threadsafe.diff, +spidermonkey-1.7.0.ebuild:
  version bump

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> spidermonkey-1.6.ebuild:
  Stable on ppc64

  26 Sep 2007; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.6.ebuild:
  sparc/x86 stable

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  spidermonkey-1.5-r2.ebuild:
  ppc. stable

*spidermonkey-1.6 (13 May 2007)

  13 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/spidermonkey-1.6-header.patch, +spidermonkey-1.6.ebuild:
  Version bump

  24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  spidermonkey-1.5-r2.ebuild:
  Stable on sparc

  23 Apr 2007; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.5-r2.ebuild:
  x86 stable

  29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  spidermonkey-1.5-r1.ebuild:
  Stable on sparc

  28 Nov 2006; Ferris McCormick <fmccor@gentoo.org>
  spidermonkey-1.5-r1.ebuild, spidermonkey-1.5-r2.ebuild:
  Add ~sparc keyword.  The -1.5-r1 version should be the new stable version
  (upgrade from current stable, which is 1.5_rc5), but it can't start as stable
  because it currently has no sparc keyword of any kind.  But both -r1 and -r2
  build just fine.  Notice Bug #89510 for sparc comments.

*spidermonkey-1.5-r2 (25 Oct 2006)

  25 Oct 2006; Alexis Ballier <aballier@gentoo.org>
  +files/spidermonkey-1.5-header.diff,
  +files/spidermonkey-1.5-threadsafe.diff, +metadata.xml,
  +spidermonkey-1.5-r2.ebuild:
  Adding threadsafe support, thanks to Ben de Groot for the patches, bug #129222

  08 Oct 2006; Simon Stelling <blubb@gentoo.org> spidermonkey-1.5-r1.ebuild:
  stable on amd64

  08 Sep 2006; Thomas Cort <tcort@gentoo.org> spidermonkey-1.5-r1.ebuild:
  Added ~alpha keyword.

  16 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
  files/spidermonkey-1.5-build.patch, spidermonkey-1.5-r1.ebuild:
  Add ~x86-fbsd keyword (and relative fixes).

  22 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
  spidermonkey-1.5-r1.ebuild:
  Stable on ppc.

  19 Mar 2006; Markus Rothe <corsair@gentoo.org> spidermonkey-1.5-r1.ebuild:
  Stable on ppc64

  13 Mar 2006; Joshua Jackson <tsunam@gentoo.org>
  spidermonkey-1.5-r1.ebuild:
  Stable on x86; bug #124233

  05 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
  spidermonkey-1.5-r1.ebuild:
  Fix for multilib-strict.

*spidermonkey-1.5-r1 (28 Feb 2006)

  28 Feb 2006; Mike Frysinger <vapier@gentoo.org>
  +files/spidermonkey-1.5-build.patch, +spidermonkey-1.5-r1.ebuild:
  Clean up build system to not suck #123564 by Jeroen Roovers.

*spidermonkey-1.5 (19 Feb 2006)

  19 Feb 2006; Marcelo Goes <vanquirius@gentoo.org>
  -spidermonkey-1.5_rc6.ebuild, +spidermonkey-1.5.ebuild:
  1.5 version bump for bug 121076. Request by Sascha Geschwandtner <s dot
  geschwandtner at gmx dot de>.

  06 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Cleaned up more tc stuff.

  02 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  src_install needs CC at least, apparently. :-(

  02 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  More cleanups (call tc-get* only 3 times).

  02 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Removed extraneous BUILD_OPT variable assignment

  02 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Added AR from toolchain-funs as well for the fun of it. Slight cleanup.

  02 Dec 2005; Jeroen Roovers <jer@gentoo.org>
  files/spidermonkey-1.5_rc6-va_copy-fix.patch,
  spidermonkey-1.5_rc6-r1.ebuild:
  Fixed patch to support hppa, changed ebuild to use toolchain-funcs

  17 Aug 2005; Josh Grebe <squash@gentoo.org> spidermonkey-1.5_rc5.ebuild:
  GOod on sparc, bug #89510

  01 Aug 2005; Joseph Jezak <josejx@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Marked ppc stable.

  31 Jul 2005; Markus Rothe <corsair@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Stable on ppc64 (bug #100841)

  30 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Stable on amd64 (dependency of gxine).

  18 Apr 2005; Markus Rothe <corsair@gentoo.org>
  spidermonkey-1.5_rc6-r1.ebuild:
  Added ~ppc64 to KEYWORDS; bug #89510

  19 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
  +files/spidermonkey-1.5_rc6-va_copy-fix.patch,
  spidermonkey-1.5_rc6-r1.ebuild:
  Added patch from bug 81473. It fixes va_copy vs. VA_COPY.

*spidermonkey-1.5_rc6-r1 (04 Sep 2004)

  04 Sep 2004; Mamoru KOMACHI <usata@gentoo.org>
  +spidermonkey-1.5_rc6-r1.ebuild:
  spidermonkey-1.5_rc6.ebuild doesn't install all the headers needed by
  sablotron to build with JavaScript support. Also moved headers to
  /usr/include/js.

*spidermonkey-1.5_rc6 (04 Sep 2004)

  04 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +spidermonkey-1.5_rc6.ebuild:
  Version bumped. Install headers, too. See bug #24502.

*spidermonkey-1.5_rc5 (23 Feb 2003)

  23 Feb 2003; Mike Frysinger <vapier@gentoo.org> :
  Initial import.  Ebuild submitted by Asser Femø <asser@diku.dk>.