summaryrefslogtreecommitdiff
blob: c96cc960914a983b6cc9e19579ebb4673d44328a (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
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7548 2013/03/03 02:22:36 pesa Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!

  03 Mar 2013; Davide Pesavento <pesa@gentoo.org> package.mask:
  p.mask media-gfx/yafaray

  02 Mar 2013; Luca Barbato <lu_zero@gentoo.org> package.mask:
  Update mask for libav-9.3

  02 Mar 2013; Davide Pesavento <pesa@gentoo.org> package.mask:
  Unmask dev-qt/*

  02 Mar 2013; Davide Pesavento <pesa@gentoo.org> arch/alpha/package.use.mask,
  arch/alpha/use.mask, arch/amd64-fbsd/todo/package.use.mask,
  arch/amd64/package.use.mask, arch/arm/package.use.mask,
  arch/hppa/package.use.mask, arch/ia64/package.use.mask, arch/ia64/use.mask,
  arch/powerpc/package.use.force, arch/powerpc/package.use.mask,
  arch/sparc/package.use.mask, arch/sparc/use.mask, arch/x86/package.use.mask,
  base/package.use.force, base/package.use.mask, default/bsd/package.use.mask,
  default/linux/hppa/package.use.mask, package.mask:
  Qt category move.

  02 Mar 2013; Justin Lecher <jlec@gentoo.org> arch/x86/package.use.mask,
  package.mask:
  Drop mask from dev-tcltk/tcllib

  02 Mar 2013; Ben de Groot <yngwin@gentoo.org> package.mask:
  Temp mask for dev-qt/*

  28 Feb 2013; Justin Lecher <jlec@gentoo.org> package.mask:
  Clean package.mask

  27 Feb 2013; Michał Górny <mgorny@gentoo.org> desc/abi_x86.desc:
  Describe x32 ABI flag.

  26 Feb 2013; Ulrich Müller <ulm@gentoo.org> package.mask:
  app-emacs/yow masked for removal.

  26 Feb 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Update the google-chrome mask.

  26 Feb 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Mask the multilib freetype for testing due to header location change.

  26 Feb 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> package.mask:
  Roll dev-lang/v8, www-client/chromium p.mask entries for M27.

  26 Feb 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Unmask freetype after fixing the demo build bug.

  26 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> package.mask:
  Mask devmanual live ebuild.

  26 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Remove mask for net-mail/dovecot-2.2_beta* - no longer in the tree

  26 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Mask net-mail/dovecot-2.2_rc* releases

  26 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Remove mask for mail-filter/opendkim-2.8.0_beta* - no longer in the tree

  26 Feb 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Temporarily mask new fontconfig & freetype because of USE=utils being broken.

  25 Feb 2013; Luca Barbato <lu_zero@gentoo.org> package.mask:
  Update mask for libav-9.2

  24 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add ACE license to MISC-FREE group, bug 455530.

  24 Feb 2013; Markos Chandras <hwoarang@gentoo.org> package.mask:
  Mask dev-util/ciabot-svn for removal. Bug #445644

  23 Feb 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Mask dev-python/pysqlite:0 for removal.

  23 Feb 2013; Alexis Ballier <aballier@gentoo.org> package.mask:
  unmask ffmpeg-1.0

  23 Feb 2013; Alexis Ballier <aballier@gentoo.org> package.mask:
  Unmask gst-{ffmpeg,libav} now that they do not need anymore a masked
  ffmpeg/libav

  22 Feb 2013; Dion Moult <moult@gentoo.org> package.mask:
  Remove www-apps/online-bookmarks mask as removed from tree. See #449820.

  22 Feb 2013; Dion Moult <moult@gentoo.org> package.mask:
  Mask net-misc/wxdfast (bug 457832)

  22 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  package.mask:
  Mask net-libs/h323plus-1.25.0

  22 Feb 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask =net-analyzer/mtr-0.83 (bug #456788).

  22 Feb 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask development versions of net-analyzer/wireshark.

  22 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Mask =net-mail/dovecot-2.2_beta*

  22 Feb 2013; Dion Moult <moult@gentoo.org> package.mask:
  Remove dev-libs/libole2 mask as removed from tree.

  22 Feb 2013; Dion Moult <moult@gentoo.org> package.mask:
  Remove app-admin/webalizer-xtended mask as removed from tree

  22 Feb 2013; Dion Moult <moult@gentoo.org> package.mask:
  Remove dev-haskell/wash mask as removed from tree.

  21 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Remove Scintilla license (duplicate of HPND) from MISC-FREE group.

  21 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> license_groups:
  Replace pngquant with rwpng license in the MISC-FREE group.

  21 Feb 2013; Justin Lecher <jlec@gentoo.org> package.mask:
  Temporary mask, because compatibility with recent tcl is not proven

  20 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> package.mask:
  www-apache/mod_vhs is gone from tree, remove mask

  20 Feb 2013; Anthony G. Basile <blueness@gentoo.org>
  hardened/linux/uclibc/mips/package.mask:
  Unmask recent versions of util-linux and sysvinit on
  hardened/linux/uclibc/mips

  20 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> license_groups:
  Put pngquant license to MISC-FREE group.

  20 Feb 2013; Julian Ospald <hasufell@gentoo.org> license_groups:
  add TeamViewer license to @EULA

  20 Feb 2013; Maxim Koltsov <maksbotan@gentoo.org> package.mask:
  Unmask sssd-1.9.4-r1

  18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  updates/1Q-2013:
  Move ati-drivers-12.6_beta_pre897 to legacy slot

  18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  package.mask:
  Remove ati-drivers-12.4 mask as the package has been dropped.

  18 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Mask mail-filter/opendkim-2.8.0_beta versions for testing.

  17 Feb 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Add bug reference for media-gfx/blender mask explanation.

  17 Feb 2013; Julian Ospald <hasufell@gentoo.org> package.mask:
  remove obsolete games-roguelike/tomenet-100310 p.mask (removed)

  17 Feb 2013; Davide Pesavento <pesa@gentoo.org> package.mask:
  Mask qt-creator beta for testing.

  16 Feb 2013; Julian Ospald <hasufell@gentoo.org> package.mask:
  remove net-misc/gtk-youtube-viewer from p.mask (removed)

  16 Feb 2013; Markos Chandras <hwoarang@gentoo.org> package.mask:
  Mask new qx11grab because it does not build with libav-0.8

  15 Feb 2013; Rick Farina <zerochaos@gentoo.org> package.mask:
  mask sys-firmware/iwl{3945,4965}-firmware packages have been merged into the sys-kernel/linux-firmware
  package and have no maintainer. No real point in keeping two copies of the firmware in the tree
  removal on 18 March 2013

  15 Feb 2013; Alexis Ballier <aballier@gentoo.org> package.mask:
  mask ffmpeg-1.1 for a different reason as >=0.11; for now this double masks
  it but it will remain masked once the >=0.11 mask is removed

  15 Feb 2013; Alexis Ballier <aballier@gentoo.org> base/package.use.mask:
  Mask media-sound/audacity[ffmpeg], it needs to be fixed upstream to cope with
  new releases of FFmpeg/libav. bug #417869

  14 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> updates/1Q-2013:
  Move rt61-firmware from net-wireless/ to sys-firmware/ category.

  14 Feb 2013; Hans de Graaff <graaff@gentoo.org> package.mask:
  Add ree18-only virtuals to the ruby-enterprise mask.

  13 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> updates/1Q-2013:
  Move atmel-firmware, b43-firmware and b43legacy-firmware from net-wireless/
  to sys-firmware/ category.

  13 Feb 2013; Jeroen Roovers <jer@gentoo.org> license_groups:
  Add AdobeFlash-11.x license.

  13 Feb 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Mask mail-mta/postfix-2.11 and unmask mail-mta/postfix-2.10

  12 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Unmask bluez-firwmare now that license has been fixed wrt #456948 by Daniel
  Westermann-Clark

  12 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> updates/1Q-2013:
  Move bluez-firmware from net-wireless/ to sys-firmware/ category.

  12 Feb 2013; Tim Harder <radhermit@gentoo.org> updates/1Q-2013:
  Rename app-vim/bufferexplorer to app-vim/bufexplorer to follow upstream.

  12 Feb 2013; Tim Harder <radhermit@gentoo.org> updates/1Q-2013:
  Rename app-vim/threesome to app-vim/splice following upstream.

  12 Feb 2013; Hans de Graaff <graaff@gentoo.org> package.mask:
  Use proper email address in entry.

  11 Feb 2013; Julian Ospald <hasufell@gentoo.org> package.mask:
  unmask sci-visualization/paraview, I bumped it

  11 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask cx18-firmware since the files from it are part of the linux-firmware
  package.

  11 Feb 2013; Hans de Graaff <graaff@gentoo.org> package.mask:
  Mask Rails 3.0 and its dependencies due to lack of upstream security support.

  11 Feb 2013; Ole Markus With <olemarkus@gentoo.org> package.mask:
  Removing mask of ezc-*. Packages gone from the tree

  11 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> updates/1Q-2013:
  Move ipw2100-, ipw2200-, zd1201-, zd1211-firmware(s) from net-wireless
  category to sys-firmware category.

  11 Feb 2013; Ben de Groot <yngwin@gentoo.org> arch/sparc/package.use.mask:
  Remove redundant cairo[qt4] use mask (now masked for all versions in
  base/p.use.mask)

  11 Feb 2013; Ben de Groot <yngwin@gentoo.org> base/package.use.mask:
  Adjust cairo[qt4] usemask to cover all versions, since it still leads to
  build errors (bug #454066)

  11 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org> package.mask:
  Add media-plugins/gst-plugins-ffmpeg-0.10.13_p201211 prereleases to libav
  package.mask (bug #423717).

  10 Feb 2013; Matt Turner <mattst88@gentoo.org> package.mask:
  package.mask net-wireless/at76c503a for removal.

  10 Feb 2013; Rick Farina <zerochaos@gentoo.org> package.mask:
  amend notes for rtl8192su-firmware to note that the new firmware is
  already in linux-firmware

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask net-wireless/rtl8192su-firmware again as it's obsolete with latest
  driver from upstream site which is now using rtl8172fw.bin.

  10 Feb 2013; Rick Farina <zerochaos@gentoo.org> package.mask:
  removing mask on firmware which was inappropriately masked and
  not part of linux-firmware already

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Lastrite media-tv/ivtv because it's only for Linux 2.6.25 and oldest udev in
  tree needs at least 2.6.32.60.

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Lastrite media-tv/ivtv-firmware wrt #369497 and #446644

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Unmask both zd1201 and zd1211 firmware pkgs as they are not in linux-firmware
  pkg wrt #456638

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask net-wireless/bluez-firmware because of missing or unclear licensing.

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask net-wireless/i2400m-fw because it's part of linux-firmware pkg.

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Move prism54-firmware to it's own mask because of missing license. Unmask
  ipw2100 and ipw2200 firmware pkgs as they are not included in the
  linux-firmware pkg.

  10 Feb 2013; Pacho Ramos <pacho@gentoo.org> package.mask:
  Mask packages for cleaning

  10 Feb 2013; Pacho Ramos <pacho@gentoo.org> package.mask:
  Cleanup old mask entries

  10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask most of separate net-wireless/ firmware pkgs in favour of linux-firmware
  package.

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  m68k: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  ia64: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  +default/linux/ia64/10.0/deprecated, profiles.desc:
  Mark ia64 13.0 profiles stable

  09 Feb 2013; Anthony G. Basile <blueness@gentoo.org>
  +hardened/linux/13.0/amd64/make.defaults,
  +hardened/linux/13.0/amd64/no-multilib/make.defaults,
  +hardened/linux/13.0/amd64/no-multilib/package.mask,
  +hardened/linux/13.0/amd64/no-multilib/package.use.mask,
  +hardened/linux/13.0/amd64/no-multilib/parent,
  +hardened/linux/13.0/amd64/no-multilib/selinux/parent,
  +hardened/linux/13.0/amd64/no-multilib/use.mask,
  +hardened/linux/13.0/amd64/package.mask,
  +hardened/linux/13.0/amd64/package.use,
  +hardened/linux/13.0/amd64/package.use.mask,
  +hardened/linux/13.0/amd64/parent, +hardened/linux/13.0/amd64/selinux/parent,
  +hardened/linux/13.0/amd64/use.mask,
  +hardened/linux/13.0/amd64/x32/make.defaults,
  +hardened/linux/13.0/amd64/x32/parent, +hardened/linux/13.0/make.defaults,
  +hardened/linux/13.0/package.mask, +hardened/linux/13.0/package.use.force,
  +hardened/linux/13.0/package.use.mask, +hardened/linux/13.0/packages,
  +hardened/linux/13.0/parent, +hardened/linux/13.0/use.mask,
  +hardened/linux/13.0/x86/make.defaults,
  +hardened/linux/13.0/x86/package.mask,
  +hardened/linux/13.0/x86/package.use.mask, +hardened/linux/13.0/x86/parent,
  +hardened/linux/13.0/x86/selinux/parent, +hardened/linux/13.0/x86/use.mask:
  Add hardened/linux/13.0 for amd64 and x86 for testing

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  x86: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  s390, sh, sparc: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  powerpc: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  mips: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  hppa: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  arm: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  amd64: remove 10.0 profiles from profiles.desc

  09 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  alpha: remove 10.0 profiles from profiles.desc

  08 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  All 13.0 profiles stable as in 10.0, except ia64

  08 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  No more coldplug, hotplug or hotplug-base.

  08 Feb 2013; Jeroen Roovers <jer@gentoo.org> license_groups:
  Fix typo.

  08 Feb 2013; Ryan Hill <dirtyepic@gentoo.org> package.mask:
  Mask dev-libs/openssl-1.0.1d (bug #456108).

  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Remove unused long names for Creative Commons licenses.

  07 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  13.0 profile stable on hppa

  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add shorter names for Creative Commons licenses.

  07 Feb 2013; Alexis Ballier <aballier@gentoo.org> package.mask:
  unmask karlyriceditor 1.4, its fine now with older ffmpeg

  07 Feb 2013; Matt Turner <mattst88@gentoo.org>
  hardened/linux/uclibc/amd64/use.mask, hardened/linux/uclibc/x86/use.mask:
  Drop sse5 USE flag.

  06 Feb 2013; Davide Pesavento <pesa@gentoo.org> package.mask:
  Mask >=media-sound/karlyriceditor-1.4

  06 Feb 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Remove docutils mask.

  05 Feb 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Mask dev-python/docutils-0.10.

  05 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add buddy, ipx-utils, minpack, shrimp, and tm-align licenses to MISC-FREE
  group, bugs 451570, 455566, 455568, 455570, 455572, and 455574.

  05 Feb 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Unmask www-client/opera-12.14.

  05 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> package.mask:
  Mask blender pointing out that we need to rewrite the ebuild and get a new
  patchset.

  04 Feb 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask www-client/opera-12.14.

  03 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org> package.mask:
  Add media-plugins/gst-plugins-libav-1.1 prereleases to libav package.mask
  (bug #423717).

  03 Feb 2013; Rick Farina <zerochaos@gentoo.org> license_groups:
  When the hashcat license was added I didn't know to add it to
  license_groups, fixing that oversight.

  03 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> package.mask:
  Fix category for mono-tools mask

  02 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> package.mask:
  Remove xboing mask.

  02 Feb 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add mapm-4.9.5, qmail-nelson, Time-modules, and xbatt licenses to
  MISC-FREE group, bugs 452594, 453166, 453004, and 452966.

  02 Feb 2013; Tupone Alfredo <tupone@gentoo.org>
  hardened/linux/uclibc/amd64/package.mask:
  Masked games-strategy/dominions2-demo.

  02 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> updates/1Q-2013:
  Rename sys-cluster/gsh to sys-cluster/polysh following upstream's change

  02 Feb 2013; Anthony G. Basile <blueness@gentoo.org>
  +hardened/linux/amd64/desktop/deprecated,
  +hardened/linux/amd64/developer/deprecated,
  +hardened/linux/amd64/server/deprecated,
  +hardened/linux/ia64/desktop/deprecated,
  +hardened/linux/ia64/developer/deprecated,
  +hardened/linux/ia64/server/deprecated,
  +hardened/linux/powerpc/ppc32/desktop/deprecated,
  +hardened/linux/powerpc/ppc32/developer/deprecated,
  +hardened/linux/powerpc/ppc32/server/deprecated,
  +hardened/linux/powerpc/ppc64/32bit-userland/desktop/deprecated,
  +hardened/linux/powerpc/ppc64/32bit-userland/developer/deprecated,
  +hardened/linux/powerpc/ppc64/32bit-userland/server/deprecated,
  +hardened/linux/powerpc/ppc64/64bit-userland/desktop/deprecated,
  +hardened/linux/powerpc/ppc64/64bit-userland/developer/deprecated,
  +hardened/linux/powerpc/ppc64/64bit-userland/server/deprecated,
  +hardened/linux/powerpc/ppc64/desktop/deprecated,
  +hardened/linux/powerpc/ppc64/developer/deprecated,
  +hardened/linux/powerpc/ppc64/server/deprecated,
  +hardened/linux/x86/desktop/deprecated,
  +hardened/linux/x86/developer/deprecated,
  +hardened/linux/x86/minimal/deprecated,
  +hardened/linux/x86/server/deprecated:
  Mark all hardened desktop/developer/server profiles as deprecated

  01 Feb 2013; Michał Górny <mgorny@gentoo.org> +desc/abi_x86.desc:
  Describe ABI_X86 flags for multilib.

  01 Feb 2013; Paul Varner <fuzzyray@gentoo.org> package.mask:
  Remove package.mask entry for app-portage/epm

  01 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> package.mask:
  Remove obsolete masks on games-roguelike/noegnud-* packages

  01 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> package.mask:
  Remove obsolete mask on www-apache/mod_cplusplus

  31 Jan 2013; Justin Lecher <jlec@gentoo.org> package.mask:
  Remove atlas masking after removal

  31 Jan 2013; Rafael G. Martins <rafaelmartins@gentoo.org> package.mask:
  Mask www-client/xxxterm (bug #417555).

  30 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Unmask www-client/opera-12.13 (bug #454654).

  29 Jan 2013; Michał Górny <mgorny@gentoo.org>
  desc/python_single_target.desc, desc/python_targets.desc:
  Remove descriptions for pypy1_8 flags (removed).

  29 Jan 2013; Nirbheek Chauhan <nirbheek@gentoo.org> updates/1Q-2013:
  pkgmove media-fonts/freefont-ttf to media-fonts/freefont

  29 Jan 2013; Justin Lecher <jlec@gentoo.org> updates/1Q-2013:
  SLOT move dev-python/pmw to pyABI slots

  28 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask bitchx 1.2 (bug #425634).

  28 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Lastrite x11-misc/mkxf86config wrt #220121

  28 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org> package.mask:
  Mask networkmanager and modemmanager betas.

  28 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org> updates/1Q-2013:
  Rename app-cdr/cdemud to app-cdr/cdemu-daemon to follow upstream package and
  executable name.

  28 Jan 2013; Richard Freeman <rich0@gentoo.org> package.mask:
  Unmask mythtv 0.26

  27 Jan 2013; Alexis Ballier <aballier@gentoo.org> desc/fftools.desc:
  Add descriptions for ffescape and fourcc2pixfmt

  27 Jan 2013; Mike Frysinger <vapier@gentoo.org> use.desc:
  Document USE=filecaps.

  27 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add TermReadKey, nap, and photopc licenses to MISC-FREE group, bugs 450932,
  452014, and 453496.

  27 Jan 2013; Tim Harder <radhermit@gentoo.org> package.mask:
  Mask dev-python/github2 for removal.

  27 Jan 2013; Anthony G. Basile <blueness@gentoo.org>
  hardened/linux/uclibc/mips/package.mask:
  Unmask eudev on hardened/linux/uclibc/mips

  26 Jan 2013; Luca Barbato <lu_zero@gentoo.org> package.mask:
  Remove qemu-user mask, current version provided and the userspace wrappers
  aren't a security issue by themselves from start

  25 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> package.mask:
  Mask boost 1.53 betas.

  25 Jan 2013; Julian Ospald <hasufell@gentoo.org> package.mask:
  mask net-misc/gtk-youtube-viewer for removal wrt bug #453580

  24 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Unmask =dev-libs/libnl-3.2.20 (bug #453736).

  24 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask broken dev-libs/libnl (bug #453736).

  23 Jan 2013; Richard Freeman <rich0@gentoo.org> package.mask:
  Fix mythweb package name.

  23 Jan 2013; Richard Freeman <rich0@gentoo.org> package.mask:
  Fix date on mythplugins, and mask mythweb for testing.

  23 Jan 2013; Richard Freeman <rich0@gentoo.org> package.mask:
  Add mythplugins mask until mythweb is ready.

  22 Jan 2013; Ralph Sennhauser <sera@gentoo.org> package.mask:
  Mask >=dev-java/gcj-jdk-4.7.0 while coresponding gcc is still masked

  21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Lastrite coldplug, hotplug, hotplug-base and 2.4 kernel module ezusb2131 wrt
  #145809

  21 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add CFS, keynote, and xvt licenses to MISC-FREE group, bugs 453290, 453292,
  and 452964.

  21 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  default/linux/make.defaults:
  Re-add USE=dri to default/linux after discussion

  20 Jan 2013; Hans de Graaff <graaff@gentoo.org> arch/amd64/use.mask,
  arch/x86/use.mask, package.mask:
  Mask dev-lang/ruby-enterprise and its use flag.

  20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  default/linux/make.defaults:
  Remove setting pppd useflag; it is only used in one place and now defaults to
  on there

  20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  releases/make.defaults:
  Remove useflag cups from releases profile settings

  20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  targets/desktop/make.defaults:
  Add useflag cups to desktop target settings

  20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  default/linux/make.defaults:
  Remove useflag dri from default linux profile settings

  20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  targets/desktop/make.defaults:
  Add useflag dri to desktop target settings

  19 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
  uclibc/arm/2.4/package.mask, uclibc/arm/armeb/2.4/package.mask,
  uclibc/ppc/2.4/package.mask, uclibc/ppc/hardened/2.4/package.mask,
  uclibc/sh/2.4/package.mask, uclibc/x86/2.4/package.mask,
  uclibc/x86/2005.1/2.4/package.mask, uclibc/x86/hardened/2.4/package.mask:
  Remove entries for virtual/pcmcia.

  19 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add flexmock, tablelist, Flashpix, and netcat licenses to MISC-FREE group,
  bugs 452928, 452924, 450210, and 452342.

  19 Jan 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Unmask new systemd after fixing the ebuild.

  18 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> profiles.desc:
  Add new 13.0 profiles, for now all set to dev

  18 Jan 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Mask new sys-apps/systemd because of boot issues.

  18 Jan 2013; Michael Pagano <mpagano@gentoo.org> package.mask:
  Mask portpeek for testing

  18 Jan 2013; Kacper Kowalik <xarthisius@gentoo.org> package.mask:
  Restrict mask on sci-astronomy/sextractor so that people can install 
  version from science overlay

  18 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Mask dev-python/chardet-2.1.1.

  17 Jan 2013; Pacho Ramos <pacho@gentoo.org> package.mask:
  Mask packages for cleaning

  17 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask =www-client/opera-12.13*.

  17 Jan 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Mask pysqlite:2 for removal.

  17 Jan 2013; Justin Lecher <jlec@gentoo.org> updates/1Q-2013:
  dev-util/nvidia-cuda-npp is now included in dev-util/nvidia-cuda-toolkit

  16 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> package.mask:
  Mask virtual for new libav/ffmpeg.

  16 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Release new libcdio and libcdio-paranoia into ~arch since everything major
  has been fixed.

  16 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add Clear-BSD license to GPL-COMPATIBLE, bug 416205. Add ngrep license to
  MISC-FREE, bug 452012.

  16 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> updates/4Q-2012,
  +updates/1Q-2013:
  Move latest entry to proper updates/ file

  16 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> updates/4Q-2012:
  Move from media-gfx/opencolorio to media-libs/opencolorio

  16 Jan 2013; Maciej Mrozowski <reavertm@gentoo.org> package.mask:
  mask poppler-0.22 due to API change

  15 Jan 2013; Alexis Ballier <aballier@gentoo.org> package.mask:
  mask latest luatex as it breaks with current texlive

  15 Jan 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Remove dev-python/sphinx mask after replacing the broken rev with a new one.

  15 Jan 2013; Michał Górny <mgorny@gentoo.org> package.mask:
  Mask migrated dev-python/sphinx due to grammar generation issues.

  15 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> package.mask:
  Mask new libcdio temporarily for porting.

  15 Jan 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> package.mask:
  Roll chromium masks (M26).

  14 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> +releases/13.0/eapi,
  +releases/13.0/make.defaults, +releases/13.0/package.mask,
  +releases/13.0/parent:
  Add 13.0 release directory referring to eapi-5-files

  14 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Update google-chrome mask; it is not affected by the masked dependencies.

  14 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Revert last change due to bad dependencies.

  14 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Update chromium masks for chromium-25 beta release.

  13 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add Old-MIT license to MISC-FREE group.

  13 Jan 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> package.mask:
  Unmask dev-libs/icu-50.1.1, should be OK for ~arch.

  13 Jan 2013; Pacho Ramos <pacho@gentoo.org>
  targets/desktop/gnome/package.use:
  Set required USE flags as default for merging gnome-base/gnome directly, bug
  #450690 by Richard Wiedenhöft

  13 Jan 2013; Tim Harder <radhermit@gentoo.org> package.mask:
  Mask =mail-client/roundcube-0.9* for testing.

  12 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add XC license to MISC-FREE group, bug 448274.
  Add mm license to MISC-FREE group.

  12 Jan 2013; Magnus Granberg <zorry@gentoo.org> hardened/linux/use.mask:
  Unmask orc

  12 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> package.mask:
  Mask dev-libs/libole2 for removal

  12 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add libodialog and pngcrush to MISC-FREE group, bugs 449796 and 450310.
  Add alternate and pngnq to MISC-FREE group.

  12 Jan 2013; Hanno Boeck <hanno@gentoo.org> license_groups:
  Add licenses LIBGLOSS and NEWLIB to MISC-FREE (they had issues that have been
  resolved upstream now).

  11 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> package.mask:
  removed dev-haskell/time mask, as it's gone from tree now

  10 Jan 2013; Davide Pesavento <pesa@gentoo.org> package.mask:
  Remove obsolete net-news/quiterss mask.

  09 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask >net-nntp/tin-2.1 (unstable upstream).

  09 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask kgcc64-4.7 too.

  09 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> package.mask:
  Mask libav-9.1

  08 Jan 2013; Torsten Veller <tove@gentoo.org> package.mask:
  Mask dev-perl/Class-MOP for removal (#350612)

  08 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Remove dev-libs/libnl-3.2.17 mask (bug #450504) now that it is gone.

  08 Jan 2013; Andrey Grozin <grozin@gentoo.org> package.mask:
  Masking >=dev-lisp/gentoo-init-1.0, >=dev-lisp/asdf-2.26, >=dev-lisp/sbcl-1.1.2

  07 Jan 2013; Michał Górny <mgorny@gentoo.org> thirdpartymirrors:
  Fix github mirror to use the regular URI.

  07 Jan 2013; Mike Frysinger <vapier@gentoo.org> profiles.desc:
  Mark s390 profiles stable.

  06 Jan 2013; Justin Bronder <jsbronder@gentoo.org> package.mask:
  Remove net-nntp/sabnzbd mask, fix already released and updated in tree.

  06 Jan 2013; Justin Bronder <jsbronder@gentoo.org> package.mask:
  Masking net-nntp/sabnzbd-0.7.8 pending next release

  06 Jan 2013; Maxim Koltsov <maksbotan@gentoo.org> package.mask:
  Move sssd mask to top of the file, change mask text

  06 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add mpich2 license to MISC-FREE, bug 449344.

  06 Jan 2013; Jeroen Roovers <jer@gentoo.org> package.mask:
  Mask =dev-libs/libnl-3.2.17 (bug #450504).

  05 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> package.mask:
  masked cvsps-3 for testing

  05 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> thirdpartymirrors:
  Remove ftp.caliu.cat from kde mirrors since it times out

  05 Jan 2013; Hanno Boeck <hanno@gentoo.org> license_groups:
  Add DES license to MSIC-FREE.

  04 Jan 2013; Raúl Porcel <armin76@gentoo.org>
  -default/linux/arm/10.0/package.use.mask:
  Remove p.use.mask from wrong place

  04 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add gd to MISC-FREE license group, bug 450244.
  Add xboing to MISC-FREE license group, bug 448274.

  04 Jan 2013; Dirkjan Ochtman <djc@gentoo.org> package.mask:
  Revert mod_python mask (bug 343663).

  04 Jan 2013; Eray Aslan <eras@gentoo.org> package.mask:
  Remove mask for mail-client/pine as it is no longer in the tree

  04 Jan 2013; Ole Markus With <olemarkus@gentoo.org> package.mask:
  Masking ezc-* for removal

  04 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  package.mask:
  Mask some prerelease x11 packages

  03 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add new license group MISC-FREE-DOCS for free documentation and other
  non-software. Move font licenses from MISC-FREE to it.
  Add x2x to MISC-FREE, bug 449944; add Unicode_Fonts_for_Ancient_Scripts to
  MISC-FREE-DOCS license group, bug 449152. Remove as-is from MISC-FREE; most
  free packages using it were moved to more specific licenses, bug 436214.

  03 Jan 2013; Raúl Porcel <armin76@gentoo.org>
  +default/linux/s390/10.0/s390x/parent, profiles.desc:
  Add s390x server-less profile

  02 Jan 2013; Anthony G. Basile <blueness@gentoo.org> profiles.desc:
  Add hardened/linux/arm/armv7a to profiles.desc list

  02 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Add Openwall to MISC-FREE license group, bug 449832.

  02 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Mention USE_PYTHON and PYTHON_TARGETS in the pypy-1.8 mask.

  02 Jan 2013; Mike Gilbert <floppym@gentoo.org> package.mask:
  Mask pypy-1.8 for removal.

  01 Jan 2013; Ulrich Müller <ulm@gentoo.org> license_groups:
  Remove jaxen and saxpath (JDOM duplicates) from MISC-FREE license group.

  01 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> package.mask:
  masked dev-haskell/wash for removal

  01 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2012:
  Split ChangeLog.

  For previous entries, please see ChangeLog-2012.