summaryrefslogtreecommitdiff
blob: 627ff7adfa5b47bcb9c48f4a9e850baeafef1c54 (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
# ChangeLog for www-client/chromium
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.144 2010/07/29 15:15:17 hwoarang Exp $

  29 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
  chromium-5.0.375.125.ebuild:
  Stable on amd64 wrt bug #330003

*chromium-6.0.472.11 (29 Jul 2010)

  29 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-6.0.466.0.ebuild, +chromium-6.0.472.11.ebuild:
  Version bump for dev channel release. Removed old ebuild.

  27 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  chromium-5.0.375.125.ebuild:
  stable x86, security bug 330003

*chromium-5.0.375.125 (26 Jul 2010)

  26 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.375.125.ebuild:
  Version bump for stable channel release.

*chromium-6.0.472.0 (22 Jul 2010)

  22 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-6.0.458.1.ebuild, +chromium-6.0.472.0.ebuild:
  Version bump for dev channel release.

  18 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.99.ebuild:
  Remove gecko-mediaplyer block, the plugin is blacklisted by upstream
  anyway, bug #325867 by Ian Pickworth <ian@pickworth.me.uk>.

  17 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-6.0.466.0.ebuild, chromium-9999.ebuild:
  Require >=cups-1.4.4 so that printing really works. Fixes bug #327041 by
  mcclung@nebrwesleyan.edu.

*chromium-6.0.466.0 (16 Jul 2010)

  16 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-6.0.453.1.ebuild, +chromium-6.0.466.0.ebuild,
  chromium-9999.ebuild:
  Version bump for dev channel release. Added run-time dependency on
  gnome-keyring if gnome USE-flag is set. Removed old ebuild.

*chromium-6.0.458.1 (10 Jul 2010)

  10 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -files/chromium-flash-hang-workaround-r1.patch,
  -chromium-5.0.375.86.ebuild, -files/chromium-gyp-fixes-r1.patch,
  -chromium-6.0.437.3.ebuild, -files/chromium-gyp-fixes-r2.patch,
  +chromium-6.0.458.1.ebuild, -files/chromium-optional-cups-r1.patch:
  Version bump for dev channel release. Removed old ebuilds and patches.

  07 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> metadata.xml:
  Transfer ownership to the new chromium herd.

  06 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  chromium-5.0.375.99.ebuild:
  stable x86, security bug 326717

  04 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-6.0.453.1.ebuild, chromium-9999.ebuild:
  Added MimeType field to the .desktop file, so that .html and other files
  can be opened with Chromium. Patch by Daniel Schoemer
  <daniel.schoemer@gmx.net>, bug #326863.

  03 Jul 2010; Pacho Ramos <pacho@gentoo.org> chromium-5.0.375.99.ebuild:
  amd64 stable, security bug #326717

*chromium-6.0.453.1 (03 Jul 2010)

  03 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-6.0.437.1.ebuild, +chromium-6.0.453.1.ebuild,
  chromium-9999.ebuild:
  Version bump for dev channel release. Contains a workaround for bug
  #326609 by Aaron Haviland <orion@parsed.net>. Removed old ebuild.

*chromium-5.0.375.99 (03 Jul 2010)

  03 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.375.70-r1.ebuild, +chromium-5.0.375.99.ebuild:
  Version bump for stable channel release. Removed old ebuild.

  25 Jun 2010; Christoph Mende <angelos@gentoo.org>
  chromium-5.0.375.86.ebuild:
  Stable on amd64 wrt bug #325451

  25 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  chromium-5.0.375.86.ebuild:
  stable x86, bug 325451

*chromium-5.0.375.86 (24 Jun 2010)

  24 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.375.86.ebuild:
  Version bump for beta channel release.

  23 Jun 2010; Bernard Cafarelli <voyageur@gentoo.org> chromium-9999.ebuild:
  Install resources.pak, bug #324645 by Mike Gilbert
  <floppymaster@gmail.com>. Drop cups patch, it's merged usptream, and
  enable WebM support

  21 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.375.70.ebuild, chromium-5.0.375.70-r1.ebuild,
  -chromium-6.0.427.0.ebuild, chromium-6.0.437.1.ebuild,
  chromium-6.0.437.3.ebuild, chromium-9999.ebuild:
  Disable gpu rendering to fix nvidia-drivers compatibility problems, bug
  #319331 by mjbjr@beaudesign.com.

*chromium-6.0.437.3 (21 Jun 2010)

  21 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-6.0.437.3.ebuild:
  Version bump for dev channel release.

  20 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  chromium-5.0.375.70-r1.ebuild:
  stable x86, bug 322343

  20 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
  chromium-5.0.375.70-r1.ebuild:
  Stable on amd64 wrt bug #322343

*chromium-5.0.375.70-r1 (20 Jun 2010)

  20 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +files/chromium-flash-hang-workaround-r1.patch,
  +chromium-5.0.375.70-r1.ebuild:
  Version bump to work around a flash hang (bug #324365 by lack). Also fix
  bug #323865 by Alex Barker <alex@1stleg.com>.

  19 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-6.0.437.1.ebuild, chromium-9999.ebuild:
  Move gnome-keyring from RDEPEND to DEPEND. According to
  http://crbug.com/12351 it's a compile-time-only dependency.

  19 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> chromium-9999.ebuild:
  Do not apply a patch already applied upstream, bug #324675 by nixtrian
  <nixtrian@gmail.com>

  19 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-6.0.437.1.ebuild, chromium-9999.ebuild:
  Add sse2 USE flag, so that SSE2-capable systems can enable it. Suggested
  by spatz.

  18 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-6.0.437.1.ebuild, chromium-9999.ebuild:
  Add missing gnome-keyring dependency. For now it's required, making it
  optional is non-trivial. Reported by spatz in bug #324517.

*chromium-6.0.437.1 (17 Jun 2010)

  17 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +files/chromium-gyp-fixes-r2.patch, +chromium-6.0.437.1.ebuild,
  +files/chromium-optional-cups-r1.patch, chromium-9999.ebuild:
  Version bump for dev channel release. Fix bug #323675 by Dan Douglas
  <doug0213@metnet.edu>. Fix bug #324105 by Anthony Parsons
  <ant@specialops.ath.cx>.

  16 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.70.ebuild:
  Apply the ffmpeg build workaround to the 5.0.x.x series, bug #324359 by
  flameeyes.

  11 Jun 2010; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-6.0.427.0.ebuild, chromium-9999.ebuild:
  New versions depend on libcups

  11 Jun 2010; Pacho Ramos <pacho@gentoo.org> chromium-5.0.375.70.ebuild:
  amd64 stable, bug 322343

*chromium-6.0.427.0 (10 Jun 2010)

  10 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +files/chromium-disable-vp8-r1.patch, -chromium-5.0.375.55.ebuild,
  -chromium-6.0.408.1.ebuild, +files/chromium-gyp-fixes-r1.patch,
  -chromium-6.0.401.1.ebuild, +chromium-6.0.427.0.ebuild,
  chromium-9999.ebuild:
  Version bump for dev channel release. Remove old.

*chromium-5.0.375.70 (04 Jun 2010)

  04 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.375.53.ebuild, +chromium-5.0.375.70.ebuild:
  Version bump for beta channel release. Removed old versions.

  02 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.55.ebuild:
  Only use tarballs from Gentoo mirrors, to try to avoid problems with
  upstream regenerated tarballs.

  01 Jun 2010; Bernard Cafarelli <voyageur@gentoo.org> chromium-9999.ebuild:
  Depend on live ffmpeg to fix compilation for now, bug #321159

  29 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.55.ebuild:
  Also disable tcmalloc for 5.0.x.x versions, see bug #320419. This improves
  our compatibility.

  26 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.53.ebuild, chromium-5.0.375.55.ebuild,
  chromium-6.0.401.1.ebuild, chromium-6.0.408.1.ebuild,
  chromium-9999.ebuild:
  Latest stable ffmpeg is sufficient to compile and run chromium. Adjusted
  the dependency. This will also make chromium easier to stabilize.

*chromium-5.0.375.55 (25 May 2010)

  25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.375.38.ebuild, +chromium-5.0.375.55.ebuild:
  Version bump for stable channel release. Remove old.

*chromium-5.0.375.53 (22 May 2010)

  22 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -files/chromium-drop_sse2.patch, -chromium-5.0.375.29.ebuild,
  +chromium-5.0.375.53.ebuild,
  -files/chromium-supported-media-mime-types.patch:
  Version bump for beta channel release. Remove old.

*chromium-6.0.408.1 (21 May 2010)

  21 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.396.0.ebuild, +chromium-6.0.408.1.ebuild,
  chromium-9999.ebuild:
  Version bump for dev channel release. Fix bug #319783 by Richard
  <shiningarcanine@gmail.com>. Fix bug #320145 by Tomas Racek
  <racek.t@seznam.cz>. Fix bug #320419 by fkhp <fkhp101@tom.com>, used
  solution by Evan Teran <eteran@alum.rit.edu>. Remove old.

*chromium-6.0.401.1 (14 May 2010)

  14 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-6.0.401.1.ebuild, chromium-9999.ebuild:
  Version bump for dev channel release. Fixes bug #318969 by Petr Gregor
  <p.gregy@gmail.com>. Fixes bug #319431 by Auke Booij <auke@tulcod.com>.

*chromium-5.0.375.38 (11 May 2010)

  11 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.342.9.ebuild, -chromium-5.0.375.23.ebuild,
  +chromium-5.0.375.38.ebuild, chromium-5.0.396.0.ebuild,
  chromium-9999.ebuild, -files/chromium-fix-make-build.patch,
  -files/chromium-gcc45.patch, files/chromium-launcher.sh:
  Version bump for beta channel relase. Fix bug #315667 by Joel
  <Joel7987@gmail.com>, used suggestion by Constantine D. Kardaris
  <ckardaris@gmail.com>. Fix bug #318511 by cyrillic
  <cyrilmaley@hotmail.com>, used suggestion by truedfx. Fix bug #318573 by
  flameeyes, also note useful comment there by Reimar Doeffinger
  <Reimar.Doeffinger@gmx.de>. Remove old and clean up patches.

*chromium-5.0.396.0 (07 May 2010)

  07 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.396.0.ebuild:
  Version bump for dev channel release.

  05 May 2010; Bernard Cafarelli <voyageur@gentoo.org>
  -files/chromium-drop_sse2-r1.patch, chromium-9999.ebuild:
  Drop SSE2 patch, it can now be disabled via a gyp define

*chromium-5.0.375.29 (04 May 2010)

  04 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.375.9.ebuild, +chromium-5.0.375.29.ebuild:
  Version bump for dev channel release. Remove old.

  04 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> chromium-9999.ebuild:
  Do not apply the libpng-1.4 patch, it has been applied upstream. Bug
  #318361 by Zeke Connor <xzekex@live.co.uk>

  29 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.23.ebuild, chromium-9999.ebuild:
  Cleanup: better handling of -Werror and system zlib. Check success of
  setting CFLAGS in include.gypi.

*chromium-5.0.375.23 (28 Apr 2010)

  28 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.371.0.ebuild, +chromium-5.0.375.23.ebuild:
  Version bump for dev channel release. Remove old.

  26 Apr 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +files/chromium-gcc45.patch, chromium-5.0.342.9.ebuild:
  GCC 4.5 patch for beta channel by truedfx in bug #317155

  20 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.9.ebuild, chromium-9999.ebuild:
  Add dev-lang/perl to DEPEND, just for correctness.

  19 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.375.9.ebuild, chromium-9999.ebuild:
  Add x11-themes/oxygen-molecule as a possible candidate to satisfy the icon
  theme dependency, bug #315689 by Nikoli <nikoli@lavabit.com>

*chromium-5.0.375.9 (19 Apr 2010)

  19 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +files/chromium-drop_sse2-r0.patch, -chromium-5.0.375.3.ebuild,
  +chromium-5.0.375.9.ebuild:
  Version bump for dev channel release. Should fix problems with H.264 codec
  support with system ffmpeg, bug #316029 by Daniel Faucon
  <koolfy@gmail.com>

  19 Apr 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +files/chromium-drop_sse2-r1.patch, chromium-9999.ebuild:
  Update drop_sse2 patch, bug #315247

*chromium-5.0.375.3 (14 Apr 2010)

  14 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.375.3.ebuild, chromium-9999.ebuild,
  +files/chromium-supported-media-mime-types.patch:
  Version bump for dev channel release. Add USE flags for mp3 and x264
  support, depending on the system ffmpeg.

  14 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.342.7.ebuild, chromium-5.0.342.9.ebuild,
  -chromium-5.0.360.5.ebuild, -chromium-5.0.366.2.ebuild,
  -files/chromium-ffmpeg.patch, metadata.xml:
  Make sure that all ebuilds have the fix for bug #314977. Remove old.

  13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.371.0.ebuild, chromium-9999.ebuild:
  Require ffmpeg with threads USE flag. This is needed for html5 video to
  work. Should fix bug #314977 by Julien Sanchez <julien.sanchez@gmail.com>.

  11 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.371.0.ebuild, chromium-9999.ebuild:
  Fix the build on hardened by disabling V8 snapshot, bug #301880 by Damien
  <damienkallison@gmail.com>

  11 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.371.0.ebuild, chromium-9999.ebuild:
  Apply arch detection logic from bug #296917 by ferret
  <ferret@explodingferret.com>

  09 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.371.0.ebuild, chromium-9999.ebuild:
  Make ffmpeg support required, starting with the most recent versions.

*chromium-5.0.371.0 (09 Apr 2010)

  09 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.371.0.ebuild, chromium-9999.ebuild:
  Version bump for dev channel release. Use the old patch for ffmpeg, the
  new one was broken. Drop the make build patch, it no longer applies.

*chromium-5.0.342.9 (08 Apr 2010)

  08 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.342.9.ebuild:
  Version bump for beta channel release.

  05 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.342.7.ebuild, chromium-5.0.360.5.ebuild,
  chromium-5.0.366.2.ebuild, chromium-9999.ebuild:
  Add runtime dependency on virtual/ttf-fonts, otherwise the browser may not
  start. Reported by armin76.

  04 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.307.11.ebuild, chromium-5.0.342.7.ebuild,
  -chromium-5.0.360.0.ebuild, chromium-5.0.360.5.ebuild:
  Make sure all ebuilds have the fix for libpng-1.4, bug #310959 by
  loki_val. Remove old.

  03 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +files/chromium-libpng-1.4.patch, chromium-5.0.366.2.ebuild,
  chromium-9999.ebuild:
  Fix build failure with libpng-1.4, bug #310959 by loki_val.

  03 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.366.2.ebuild, chromium-9999.ebuild,
  +files/chromium-ffmpeg.patch:
  Only claim to support more audio/video codecs when we are using system
  ffmpeg (bug #306921 by Carlos Augusto <silvaesilva@gmail.com>)

*chromium-5.0.366.2 (02 Apr 2010)

  02 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.366.2.ebuild:
  Version bump for dev channel release.

*chromium-5.0.360.5 (31 Mar 2010)

  31 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.342.5.ebuild, -chromium-5.0.356.0.ebuild,
  +chromium-5.0.360.5.ebuild:
  Version bump for dev channel release. Remove old.

*chromium-5.0.360.0 (29 Mar 2010)

  29 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.360.0.ebuild:
  Version bump for dev channel release.

*chromium-5.0.342.7 (25 Mar 2010)

  25 Mar 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-5.0.342.7.ebuild:
  Version bump for beta channel release.

  19 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.307.11.ebuild, chromium-5.0.342.5.ebuild,
  chromium-5.0.356.0.ebuild, chromium-9999.ebuild:
  Only block www-plugins/gecko-mediaplayer if it has been compiled with
  USE=gnome, thanks to George Reitsma <g.p.reitsma@ieee.org> and Doktor
  Notor <notordoktor@gmail.com> in bug #309231.

*chromium-5.0.356.0 (19 Mar 2010)

  19 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.307.9.ebuild, -chromium-5.0.342.1.ebuild,
  -chromium-5.0.342.3.ebuild, +chromium-5.0.356.0.ebuild:
  Version bump for dev channel release. Remove old.

*chromium-5.0.342.5 (17 Mar 2010)

  17 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.342.5.ebuild:
  Version bump for dev channel release.

  13 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.307.11.ebuild, chromium-5.0.342.3.ebuild,
  chromium-9999.ebuild:
  Add blocker for incompatible plugin (gecko-mediaplayer) when
  USE=plugins-symlink is enabled, bug #309231 by George Reitsma
  <g.p.reitsma@ieee.org>. Also clean up DEPEND vs. RDEPEND a bit.

*chromium-5.0.342.3 (12 Mar 2010)

  12 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.335.0.ebuild, +chromium-5.0.342.3.ebuild:
  Version bump for dev channel release. Remove old.

*chromium-5.0.342.1 (05 Mar 2010)

  05 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.307.7.ebuild, -chromium-5.0.322.2.ebuild,
  +chromium-5.0.342.1.ebuild:
  Version bump for dev channel release. Remove old.

  03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -files/chromium-use_system_libevent-1.4.13.patch,
  chromium-5.0.335.0.ebuild, chromium-9999.ebuild:
  Initial work on making ffmpeg support more sane wrt bug #306921. Used
  suggestions by Carlos Augusto <silvaesilva@gmail.com> and Doktor Notor
  <notordoktor@gmail.com>. Also remove an unused patch.

  01 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.307.11.ebuild, chromium-5.0.335.0.ebuild,
  chromium-9999.ebuild:
  Add check for $ROOT in the /dev/shm sanity check wrt latest comments in
  bug #299777.

*chromium-5.0.307.11 (27 Feb 2010)

  27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-5.0.307.11.ebuild:
  Version bump for beta channel release.

*chromium-5.0.335.0 (25 Feb 2010)

  25 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-5.0.307.5.ebuild, +chromium-5.0.335.0.ebuild:
  Version bump for dev channel release. Remove old.

  23 Feb 2010; Raúl Porcel <armin76@gentoo.org> chromium-5.0.322.2.ebuild,
  chromium-9999.ebuild:
  Add fix for arm build

  19 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-5.0.307.9.ebuild, chromium-5.0.322.2.ebuild,
  chromium-9999.ebuild, +files/chromium-fix-make-build.patch:
  Prevent the make build from filling entire disk space on some systems, bug
  297273.

*chromium-5.0.307.9 (18 Feb 2010)

  18 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-5.0.307.9.ebuild:
  Beta channel update, fixes some tab crashes, improved font bolding for
  fonts without native bold

  16 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-4.0.249.43.ebuild, -chromium-4.0.266.0-r1.ebuild,
  -chromium-4.0.302.2.ebuild, chromium-5.0.307.5.ebuild,
  chromium-5.0.307.7.ebuild, chromium-5.0.322.2.ebuild,
  chromium-9999.ebuild:
  Add elog message encouraging users to read Gentoo meaningful backtrace
  guide. Also remove old ebuilds.

*chromium-5.0.322.2 (15 Feb 2010)

  15 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-5.0.322.2.ebuild:
  Dev channel release bump, with experimental native client (check chrome
  releases blog for details)

*chromium-5.0.307.7 (11 Feb 2010)

  11 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-5.0.307.7.ebuild:
  Yet another 5.0.307 bump, but this time it is beta channel

  11 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-4.0.249.43.ebuild, chromium-4.0.266.0-r1.ebuild,
  chromium-4.0.302.2.ebuild, chromium-5.0.307.5.ebuild,
  chromium-9999.ebuild:
  Check /dev/shm sanity in pkg_setup. This should help in cases like bug
  #299777.

  08 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-4.0.295.0.ebuild, chromium-5.0.307.5.ebuild,
  chromium-9999.ebuild, metadata.xml:
  Make system web browser plugins symlink optional, wrt bug #301911 by
  Robert Bradbury <robert.bradbury@gmail.com>. Also remove an old ebuild.

  06 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.249.43.ebuild, chromium-4.0.266.0-r1.ebuild,
  chromium-4.0.295.0.ebuild, chromium-4.0.302.2.ebuild,
  chromium-5.0.307.5.ebuild, chromium-9999.ebuild:
  Fix jpeg dependency to jpeg:0, spotted by ssuominen

*chromium-5.0.307.5 (05 Feb 2010)

  05 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-5.0.307.1.ebuild, +chromium-5.0.307.5.ebuild:
  Bump to fix a few bugs in 5.0.307, mostly theme corruption after update

*chromium-5.0.307.1 (03 Feb 2010)

  03 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.266.0-r1.ebuild, +chromium-5.0.307.1.ebuild,
  chromium-9999.ebuild, +files/chromium.xml:
  Dev channel release bump, also include gnome default-apps file from pacho
  in bug #303100

  01 Feb 2010; Raúl Porcel <armin76@gentoo.org> chromium-4.0.302.2.ebuild,
  chromium-9999.ebuild:
  Fix build on arm

  29 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org> chromium-9999.ebuild:
  Fix zlib sed, add libXScrnSaver RDEPEND, bug #302646

  28 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-4.0.249.43.ebuild, -chromium-4.0.266.0.ebuild,
  chromium-4.0.266.0-r1.ebuild, chromium-4.0.295.0.ebuild,
  chromium-4.0.302.2.ebuild, chromium-9999.ebuild:
  Add build-time dependency on sys-devel/flex, thanks to flameeyes in bug
  #302590.

  26 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.249.43.ebuild:
  Pawel just reminded me that the beta channel latest version is 4.0.249.43,
  not 4.0.266.0

  26 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.249.43.ebuild, chromium-4.0.266.0-r1.ebuild,
  chromium-4.0.295.0.ebuild, chromium-4.0.302.2.ebuild,
  chromium-9999.ebuild:
  Revert multilib change from bug #296917 as it breaks cross-compiling, bug
  #301652. Also apply H264 patch to -9999 and remove old

  26 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  chromium-4.0.249.43.ebuild, chromium-4.0.266.0.ebuild,
  chromium-4.0.266.0-r1.ebuild, chromium-4.0.295.0.ebuild,
  chromium-4.0.302.2.ebuild, chromium-9999.ebuild:
  Drop dependency on media-fonts/corefonts, bug #302231 by Andrew John
  Hughes <gnu_andrew@member.fsf.org>

*chromium-4.0.266.0-r1 (24 Jan 2010)

  24 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.266.0-r1.ebuild, chromium-4.0.295.0.ebuild,
  chromium-4.0.302.2.ebuild,
  +files/chromium-20100122-ubuntu-html5-video-mimetypes.patch:
  Allow H.264 codec with our system ffmpeg, patch from Alt Linux in bug
  #302098

*chromium-4.0.302.2 (22 Jan 2010)

  22 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-4.0.260.0.ebuild, -chromium-4.0.288.1.ebuild,
  +chromium-4.0.302.2.ebuild:
  Version bump for dev channel release. Remove old.

  22 Jan 2010; Raúl Porcel <armin76@gentoo.org>
  -files/chromium-drop_armel_m32.patch, chromium-9999.ebuild:
  Drop unneded arm patch

  18 Jan 2010; Raúl Porcel <armin76@gentoo.org> chromium-4.0.266.0.ebuild,
  chromium-4.0.288.1.ebuild, chromium-4.0.295.0.ebuild:
  Add ~arm

*chromium-4.0.295.0 (15 Jan 2010)

  15 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-4.0.295.0.ebuild:
  Version bump for 4.0.295.0 dev channel release.

  13 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.249.43.ebuild, chromium-4.0.260.0.ebuild,
  chromium-4.0.266.0.ebuild, chromium-4.0.288.1.ebuild,
  chromium-9999.ebuild:
  Add xdg-utils to RDEPEND, spotted by Bailey Kong <bailey@tgpsolutions.com>
  in bug #300795

  07 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  -chromium-4.0.251.0.ebuild, chromium-9999.ebuild,
  -files/chromium-use_system_libevent.patch:
  Drop the libevent patch for the live (9999) ebuild, as it landed upstream.
  Remove the old version of the patch and the ebuild that used it.

*chromium-4.0.288.1 (07 Jan 2010)

  07 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-4.0.288.1.ebuild:
  Version bump for dev channel release.

  07 Jan 2010; Raúl Porcel <armin76@gentoo.org>
  +files/chromium-drop_armel_m32.patch, chromium-9999.ebuild:
  Add patch to fix build on ARM, enable v8 build on ARM

  25 Dec 2009; Raúl Porcel <armin76@gentoo.org> chromium-4.0.266.0.ebuild,
  chromium-9999.ebuild:
  Add arm support, but don't keyword it as its still a big buggy

*chromium-4.0.249.43 (19 Dec 2009)

  19 Dec 2009; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  +chromium-4.0.249.43.ebuild, metadata.xml:
  Add ebuild for 4.0.249.43 beta release. Contains bugfixes and adds popup
  support for page action extensions.

  15 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.266.0.ebuild, chromium-9999.ebuild:
  multilib cleanups, thanks to ferret <ferret@explodingferret.com> in bug
  #296917

*chromium-4.0.266.0 (08 Dec 2009)

  08 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.248.0.ebuild, +chromium-4.0.266.0.ebuild:
  Version bump, fixes some race-condition crashes, and maybe fix bug #295756

  02 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +files/chromium-use_system_libevent-1.4.13.patch,
  chromium-4.0.260.0.ebuild, chromium-9999.ebuild:
  Update external libevent patch and re-enable it, crash was unrelated to it

  01 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.260.0.ebuild, chromium-9999.ebuild:
  Bump required nss version to 3.12.3

*chromium-4.0.260.0 (01 Dec 2009)

  01 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.240.0.ebuild, +chromium-4.0.260.0.ebuild:
  Version bump, enables bookmarks sync by default, allows again extensions
  to access file:// elements (adblock+), external libevent disabled as it
  crashes with it

  24 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.251.0.ebuild, chromium-9999.ebuild:
  Get correct proxy settings for KDE, bug #294321

  19 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.251.0.ebuild, chromium-9999.ebuild:
  Also install man page as chromium.1

  19 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.251.0.ebuild, chromium-9999.ebuild, metadata.xml:
  Make ffmpeg RDEPEND optional, bug #293666. Re-enable external libevent
  (1.4.13 is available). Update live ebuild to latest changes

*chromium-4.0.251.0 (18 Nov 2009)

  18 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.251.0.ebuild:
  Bump to fix bug #293539 (crash at startup for stable amd64)

*chromium-4.0.248.0 (15 Nov 2009)

  15 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.223.5.ebuild, +chromium-4.0.248.0.ebuild:
  Version bump, enables bookmarks sync (with --enable-sync), and fix menu
  location for adblock+ extension

  15 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> chromium-9999.ebuild:
  QA: Drop keywords on live ebuilds.

  09 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.240.0.ebuild:
  Re-enable system zlib, thanks to Elias Pipping. Also add gnome-icon-theme
  to RDEPEND, thanks to Oleksandr Kovalenko <alx.kovalenko@gmail.com> in bug
  #292201

*chromium-4.0.240.0 (08 Nov 2009)

  08 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.237.1.ebuild, +chromium-4.0.240.0.ebuild:
  Drop down menus were not fixed for select tags, so bump again

*chromium-4.0.237.1 (07 Nov 2009)

  07 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.236.0.ebuild, +chromium-4.0.237.1.ebuild:
  Remove 4.0.236.0 and bump, this version displayed all drop down menus as
  blank

*chromium-4.0.236.0 (05 Nov 2009)

  05 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.221.5_p27967.ebuild, -chromium-4.0.222.6_p28888.ebuild,
  +chromium-4.0.236.0.ebuild, chromium-9999.ebuild:
  Version bump

  29 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.221.5_p27967.ebuild, chromium-4.0.222.6_p28888.ebuild,
  chromium-4.0.223.5.ebuild, chromium-9999.ebuild:
  Drop tcmalloc compile flag, by upstream recommendation

*chromium-4.0.223.5 (20 Oct 2009)

  20 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.219.4_p27359.ebuild, +chromium-4.0.223.5.ebuild:
  Version bump synced with release, should improve speed on amd64 and audio
  stuttering with HTML5

*chromium-4.0.222.6_p28888 (13 Oct 2009)

  13 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.222.6_p28888.ebuild, chromium-9999.ebuild:
  rootdir parameter finally fixed in compilation, YUV amd64 assembly and
  other fixes. Next bumps will follow official releases, from
  http://src.chromium.org/viewvc/chrome/releases/

*chromium-4.0.222.6_p28807 (13 Oct 2009)

  13 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.222.6_p28807.ebuild:
  Version bump, includes 64 bit linux yuv (faster media)

*chromium-4.0.221.5_p27967 (05 Oct 2009)

  05 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.221.5_p27967.ebuild:
  Bump, sync with VERSION file change in trunk svn

  02 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.212.0_p26805.ebuild, chromium-9999.ebuild:
  Fix compilation in new native client part

*chromium-9999 (01 Oct 2009)

  01 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-9999.ebuild:
  Add live ebuild for those who wonder what to do of their free diskspace

  30 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.212.0_p26805.ebuild, chromium-4.0.219.4_p27359.ebuild:
  Fix desktop entry so xdg-open works correctly with chromium as default
  browser

*chromium-4.0.219.4_p27359 (28 Sep 2009)

  28 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.219.4_p27359.ebuild:
  Version bump, this finally fixes the useless automatic recreation of
  ~/Downloads

  23 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.212.0_p26805.ebuild:
  Use bundled libevent until 1.4.13, per upstream advice

  23 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.212.0_p26805.ebuild:
  Correctly set revision for about box, install man page

*chromium-4.0.212.0_p26805 (22 Sep 2009)

  22 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.212.0_p26343.ebuild, +chromium-4.0.212.0_p26805.ebuild,
  +files/chromium-use_system_libevent.patch:
  Bump to fix truncated downloads, http://crbug.com/406 . Also use system
  libevent

  22 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  chromium-4.0.212.0_p26343.ebuild:
  Fix .desktop entry as reported by nightmorph in bug #285922

  16 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  files/chromium-launcher.sh:
  Set CHROME_DESKTOP in the wrapper script

*chromium-4.0.212.0_p26343 (16 Sep 2009)

  16 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -chromium-4.0.210.0_p26329.ebuild, +chromium-4.0.212.0_p26343.ebuild:
  Version number was incorrect (they really change it often!), grab a V8
  crash fix on amd64 too

  16 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +files/chromium-drop_sse2.patch, chromium-4.0.210.0_p26329.ebuild:
  Forgot patch for x86 users, to prevent automatic enabling of
  -march=pentium4 -msse2

*chromium-4.0.210.0_p26329 (16 Sep 2009)

  16 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +chromium-4.0.210.0_p26329.ebuild, +files/chromium-launcher.sh,
  +metadata.xml:
  Initial commit, ebuild py Pawel Hajdan Jr <phajdan.jr@chromium.org> and
  me, bug #278975. Tarball hosted on gentoo mirrors until upstream makes
  official ones available