summaryrefslogtreecommitdiff
blob: de8e2fb83d7b1fe1efdf5a065fc0441266e0c3e5 (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
#####################################################################
# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.2934 2004/06/15 06:30:51 phosphan Exp $#
#When you add an entry to this file, add your name, the date, and an
#explanation of why something is getting masked
#
# NOTE: Please add your entry at the top!
#

##
##  This is an example
##
# <bangert@gentoo.org> (28 Jun 2002)
# psypete says these are broken and i am using the
# opporturnity to test the masking style :)
# <bangert@gentoo.org> (28 Jun 2002)
# psypete says these are not really broken - its just
# the v4l stuff that does not work
#=media-video/mplayer-0.90_pre5
#=media-video/mplayer-0.90_pre5-r1

##
##   End example
##

# <mr_bones_@gentoo.org> (11 May 2004)
# masking this until the freetts use flag is addressed for all the archs
=app-accessibility/gnome-speech-0.3.3

# <karltk@gentoo.org> (10 Jun 2004)
# 3.0 is nearing release upstream, we seem to be in good shape,
# but it need some more build testing before it's unmasked.
>=dev-util/eclipse-sdk-2.9
dev-util/eclipse-cbg-editor
dev-util/eclipse-emf-bin
dev-util/eclipse-ve-bin
dev-util/eclipse-gef-bin
dev-util/ecletex

# <robbat2@gentoo.org> (05 June 2004)
# Mask until I have it working, it fails several tests presently.
=dev-php/mod_php-4.3.7
=dev-php/php-4.3.7
=dev-php/php-cgi-4.3.7

# <vapier@gentoo.org> (05 June 2004)
# Horribly broken ... it just eat's filesystems #51773
sys-fs/progsreiserfs

# <klieber@gentoo.org> (01 June 2004)
# security masked due to issue described in #51585
net-misc/sitecopy

# <robbat2@gentoo.org> (04 June 2004)
# Mask until some brokenness with --with-qde is resolved
# bug #52944
=app-admin/amanda-2.4.4_p2-r1

# <klieber@gentoo.org> (01 June 2004)
# security masked due to issue described in #51586
=dev-util/tla-1.2.1_pre1

# <twp@gentoo.org> (31 May 2004)
# Pending resolution of bug # 52544
=app-text/man2html-1.5l-r2

# <games@gentoo.org> (26 May 2004)
# Using system libmikmod breaks mod music #52064
>=media-libs/sdl-mixer-1.2.5-r2

# <caleb@gentoo.org> (24 May 2004)
# 3.3 alpha1 versions for testing purposes, probably very unstable
=kde-base/arts-1.3.0_alpha1
=kde-base/kdelibs-3.3.0_alpha1
=kde-base/kdebase-3.3.0_alpha1
=kde-base/kdenetwork-3.3.0_alpha1
=kde-base/kdepim-3.3.0_alpha1
=kde-base/kdemultimedia-3.3.0_alpha1
=kde-base/kdeutils-3.3.0_alpha1
=kde-base/kdesdk-3.3.0_alpha1
=kde-base/kdegraphics-3.3.0_alpha1
=kde-base/kdegames-3.3.0_alpha1
=kde-base/kdeedu-3.3.0_alpha1
=kde-base/kdetoys-3.3.0_alpha1
=kde-base/kdeartwork-3.3.0_alpha1
=kde-base/kdeaddons-3.3.0_alpha1
=kde-base/kdeadmin-3.3.0_alpha1
=kde-base/kdeaccessibility-3.3.0_alpha1
=kde-base/kdewebdev-3.3.0_alpha1

# <pauldv@gentoo.org> (24 May 2004)
# Insecure, do not use unless for converting old databases
<dev-util/subversion-1.0.3

# <wolf31o2@gentoo.org> (24 May 2004)
# Doing this to keep users from breaking their systems
>=app-misc/livecd-tools-1.0.3

# <zx@gentoo.org> (19 May 2004)
# Testing new tomcat layout... 
>=net-www/tomcat-5.0.20

# <kanaka@gentoo.org> (18 May 2004)
# these have fetch restrictions, since 0.3.0.123 doesn't have fetch
# restrictions, I have masked these.
=media-video/helixplayer-bin-0.3.0.71
=media-video/helixplayer-bin-0.3.0.124

# <foser@gentoo.org> (12 May 2004)
# masking out for now, because of their unstable nature
dev-util/gst-editor
media-video/gst-player

# <mr_bones_@gentoo.org> (11 May 2004)
# masking this mis-named version "from the future"
# should have been 2003... (bug #50494)
=games-emulation/zsnes-1.37_pre20041220

# <klieber@gentoo.org> (11 May 2004)
# The following packages contain unpatched security vulnerabilities and
# do not have active maintainers at the moment.  Consequently, they have been
# hard masked.
#
# Please see http://bugs.gentoo.org/show_bug.cgi?id=42963 for more info
#
# You may unmask these package by placing an appropriate entry in your
# /etc/portage/package.unmask file
app-admin/msyslog

# <g2boojum@gentoo.org> (04 May 2004)
# rsync 2.6.2 seems to be behaving badly wrt our rsync servers.  Downgrading.
>=net-misc/rsync-2.6.2

# <usata@gentoo.org> (04 May 2004)
# masked due to security holes
=app-arch/lha-114i
=app-arch/lha-114i-r1

# <squinky86@gentoo.org> (01 May 2004)
# accessibility testing for development purposes
app-accessibility/speechd-up

# <lu_zero@gentoo.org> (257 Apr 2004)
# Working fine on ppc, but needs -fno-strict-aliasing to behave.
=sys-devel/gcc-3.3.3_pre20040426

# <npmccallum@gentoo.org> (23 Apr 2004)
# masked while testing...
>=sys-apps/parted-1.6.9
dev-python/pyparted

# <foser@gentoo.org> (20 Apr 2004)
# gnome meta update tracker
=gnome-base/gnome-2.6_p1
=gnome-base/gnome-2.6.1_p1
=gnome-base/gnome-2.6.2_p1

# <lanius@gentoo.org> (12 Apr 2004) (upd. 17 Apr 2004)
# this is an alpha version
=media-gfx/gimp-print-5.0.0_alpha2

# <carpaski@gentoo.org> (11 Apr 2004)
# Internal testing phase
>=sys-apps/portage-2.0.51_pre1

# <klasikahl@gentoo.org> (09 Apr 2004)
# Still in the testing phase.
# Just changed the package name, so I'm fixing the line up.
app-admin/mailmin

# <battousai@gentoo.org> (08 Apr 2004)
# Needs more development and testing. Don't use it yet.
>=x11-base/xfree-drm-4.3.0-r8

# <humpback@gentoo.org> (07 Apr 2004)
# these are here waiting for jabberd2
>=net-im/aim-transport-20040131-r1
>=net-im/mu-conference-0.6.0-r1
>=net-im/jabberd-2

# <foser@gentoo.org> (07 Apr 2004)
# still need to add some ch* stuff to make the init work
# consider it broken until then
sys-apps/dbus

# <mr_bones_@gentoo.org> (04 Apr 2004)
# versioning change.
>=games-arcade/pachi-20000000

# <klieber@gentoo.org> (01 Apr 2004)
# The following packages contain a remotely-exploitable
# security vulnerability and have been hard masked accordingly.
#
# Please see http://bugs.gentoo.org/show_bug.cgi?id=44351 for more info
#
# You may unmask this package by placing an appropriate entry in your
# /etc/portage/package.unmask file
games-fps/unreal
games-fps/unreal-tournament
games-fps/unreal-tournament-goty
games-fps/unreal-tournament-infiltration
games-fps/unreal-tournament-strikeforce
games-fps/unreal-tournament-bonuspacks
games-fps/aaut

# <humpback@gentoo.org> (28 Mar 2004)
# Needs some more testing
>=net-im/jabberoo-1.9.3
>=net-im/gabber-1.9.3

# <lu_zero@gentoo.org> (25 Mar 2004)
# Working fine on ppc, but needs -fno-strict-aliasing to behave.
=sys-devel/gcc-3.3.3_pre20040322

# <raker@gentoo.org> (18 Mar 2004)
# The latest AfterStep beta is broken :(
=x11-wm/afterstep-2.0_beta4

# <aliz@gentoo.org> (17 Mar 2004)
# Security related
~dev-libs/openssl-0.9.7c

# <avenj@gentoo.org> (15 Mar 2004)
# Borks with GCC 3.3, apparently.
=sys-devel/oskit-20020317

# <eradicator@gentoo.org> (13 Mar 2004)
# teknap is having some gcc3.3 related issues.
net-p2p/teknap

# <vapier@gentoo.org> (09 Mar 2004)
# CVS ebuild to help out developers
=x11-wm/enlightenment-0.16.9999

# <foser@gentoo.org> (08 Mar 2004)
# configure stuff broken on a lot of systems
# waiting for a new micro release
=app-office/abiword-2.0.4

# <rajiv@gentoo.org> (03 Mar 2004)
# security problems. see bug #43658.
<net-ftp/proftpd-1.2.9

# <lu_zero@gentoo.org> (27 Feb 2004)
# needs testing
=sys-apps/attr-2.4.8

# <foser@gentoo.org> (24 Feb 2004)
# breaks source builds
# needs fixes troughout the tree
# lot of testing needed !
>=media-libs/freetype-2.1.6

# <mr_bones_@gentoo.org> (24 Feb 2004)
# bad depend
=media-libs/SoQt-20010601-r1

# <liquidx@gentoo.org> (19 Feb 2004)
# possible symlink vunerability (#41253)
<x11-misc/xscreensaver-4.14-r2

# <lu_zero@gentoo.org> (17 Feb 2004)
# gcloop support, to be tested a bit
=sys-apps/util-linux-2.12-r5

# <absinthe@gentoo.org> (17 Feb 2004)
# major API changes; not compatible with anything yet
>=dev-libs/libmal-0.40

# <liquidx@gentoo.org> (14 Feb 2004)
# dev-db/db-4.2
=dev-python/bsddb3-4.2*

# <genone@gentoo.org> (12 Feb 2004)
# masking stuff that depends on realplayer as it breaks the dependency chain
# with realplayer being masked.
media-plugins/rmxmms
media-plugins/realvideo-codecs


# <solar@gentoo.org> (06 Feb 2004)
# RealOne/RealPlayer 8 vulnerabilities bug #40469
media-video/realplayer
media-video/realone

# <george@gentoo.org> (03 Feb 2004)
# blas dependants, will have to be unmasked after virtual is finalized and blas is unmasked
=app-sci/xfoil-6.94-r1

# <media-video@gentoo.org> (31 Jan 2004)
# sinek needs to be ported to newest xine api #28100
media-video/sinek

# <pebenito@gentoo.org> (24 Jan 2004)
# badly broken
=sys-boot/grub-0.93.20040125

# <mattam@gentoo.org> (24 Jan 2004)
# OCaml binary incompatibility and deps not rebuilt.
# bug #39246
=dev-ml/lablgtk-2.2.0

# <robbat2@gentoo.org> (22 Jan 2004)
# masked because these don't work atm
<net-analyzer/ns-2.27

# <net-im@gentoo.org> (20 Jan 2004)
# doesnt work with current msn protocol #38747
net-im/msn4lin

# <foser@gentoo.org> (16 Jan 2004)
# development release
>=gnome-extra/gnome-network-1.99

# <rphillips@gentoo.org> (15 Jan 2004)
# prerelease version, but first that support signing
>=dev-util/tla-20040113

# <spyderous@gentoo.org> (14 Feb 2004)
# change from -r5 to -r6 -- -r5 was another security release (sigh)
# <spyderous@gentoo.org> (12 Feb 2004)
# change from -r4 to -r5 -- -r4 was security release
# <battousai@gentoo.org> (13 Jan 2004)
# needs testing and xfree-4.3.0-r7 release first
>=media-video/ati-gatos-4.3

# <lanius@gentoo.org> (11 Jan 2004)
# force downgrade
>=x11-libs/openmotif-2.2.2

# <robbat2@gentoo.org> (10 Jan 2004)
# blocked for testing
=mail-mta/qmail-ldap-1.03-r3

# <solar@gentoo.org> (Jan 11 2004)
# buffer overflow in control message handling. (not maintained?)
<net-news/inn-2.4.1

# <solar@gentoo.org> (Jan 11 2004)
# multiple vulnerabilities discovered in zebra.
net-misc/zebra

# <strider@gentoo.org> (10 Jan 2004)
# Masking since its a beta release.
>=dev-java/sun-jdk-1.4.99
>=dev-java/java-sdk-docs-1.4.99

# <nakano@gentoo.org> (09 Jan 2004)
# masking bincimap-1.2.4 because the author has announced it's unstable.
=net-mail/bincimap-1.2.4

# <karltk@gentoo.org> (09 Jan 2004)
# Placeholder to remind people it's deprecated.
>=dev-util/eclipse-sdk-bin-1.0

# <genone@gentoo.org> (07 Jan 2004)
# unmaintained and currently doesn't even build anymore. Masking until
# plasmaroo makes a new version.
app-portage/kportage

# <lu_zero@gentoo.org> (06 Jan 2004)
# Has memory leak issue
=media-video/ati-drivers-3.7.0

# <taviso@gentoo.org> (06 Jan 2004)
# alpha branch of gnupg.
>=app-crypt/gnupg-1.9.0

# <lanius@gentoo.org> (31 Dec 2003)
# fix version scheme
# (accidently commited 3.0.20031018 as 20031018)
>=net-print/foomatic-2000
>=net-print/foomatic-db-engine-2000
>=net-print/foomatic-filters-2000

# <pauldv@gentoo.org> (22 Dec 2003)
# Some testing is needed before unmasking. It should run well, but this package
# is quite critical
>=sys-libs/db-4.2

# <solar@gentoo.org> (13 Dec 2003)
# <seemant@gentoo.org> (11 Dec 2003)
# malformed dcc send requests in xchat-2.0.6
# can lead to a denial of service. Bug #35623
=net-irc/xchat-2.0.6

# <seemant@gentoo.org> 12 Dec 2003)
# All the sylpheed-gtk2 versions will be masked here together
# The sylpheed-0.9.8-r2 is probably the ugliest ebuild I've ever made.
# But it works. sorta. :)
=mail-client/sylpheed-claws-0.9.5-r1
=mail-client/sylpheed-0.9.4-r1
=mail-client/sylpheed-0.9.5-r1
=mail-client/sylpheed-0.9.8-r1
=mail-client/sylpheed-0.9.8-r2
=mail-client/sylpheed-0.9.9-r1

# <solar@gentoo.org> (Dec 10 2003)
# masked for security reasons, see bug #30554
<=net-www/jboss-3.2.1-r1

# <genone@gentoo.org> (30 Nov 2003)
# Service is down, current versions won't work with the new service
<=app-portage/gentoo-stats-0.4

# <robbat2@gentoo.org> (30 Nov 2003)
# Need external testing
=mail-mta/qmail-1.03-r14

# <robbat2@gentoo.org> (29 Nov 2003)
# Need external testing
>=mail-mta/qmail-mysql-1.03-r13

# <brad@gentoo.org> (22 Nov 2003)
# Mask mandrake-artwork-0.9.6 until it works with KDE
=x11-themes/mandrake-artwork-0.9.6

# <brad@gentoo.org> (20 Nov 2003)
# Mask the experimental Mozilla's
>net-www/mozilla-1.6-r1

# <tad@gentoo.org> (11 Nov 2003)
# 1.0 is final release, previous versions were snapshots.
# Bug #32759
>=x11-themes/noia-021209

# <phosphan@gentoo.org> (11 Nov 2003)
# does not compile with current ffmpeg, and old version is
# no longer in portage - should be fixed upstream instead of
# keeping old stuff around
media-tv/nvrec

# <george@gentoo.org> (08 Nov 2003)
# masking intermediat version before it goes away, now that the release is stable
=app-sci/lard-20030204

# <solar@gentoo.org> (5 Nov 2003)
# secuirty update #32724
<net-libs/libnids-1.18

# <mr_bones_@gentoo.org> (5 Nov 2003)
# Temporarily masking until the ebuilds are fixed.
#
app-admin/systemimager-client-bin
app-admin/systemimager-common-bin
app-admin/systemimager-server-bin
app-admin/systemimager-boot-bin

# <seemant@gentoo.org> (1 Nov 2003
# Breaks dependencies with things compiled against the previous versions
>=sys-libs/gdbm-1.8.3

# <max@gentoo.org> (30 Oct 2003)
# Cyrus-imapd beta. Version 2.2.2_beta is planned to be the last release
# before going final/stable.
>=net-mail/cyrus-imapd-2.2
>=net-mail/cyrus-imap-admin-2.2
>=dev-libs/cyrus-imap-dev-2.2

# <robbat2@gentoo.org> (20 Oct 2003)
# needs gcc3.3/tcl8.4 fixing
dev-embedded/picptk

# <vapier@gentoo.org> (13 Oct 2003)
# if you're still using this i just deprecated you
x11-misc/med

# <tseng@gentoo.org> (11 Oct 2003)
# Mask pending a solution to bsetroot
=x11-misc/commonbox-utils-0.5

# <hanno@gentoo.org> (7 Oct 2003)
# Old and broken cvs-releases of sidplay, to be removed soon.
# sidplay-libs-2.1.0 and sidplay-2.0.8 should replace everything
=media-libs/libsidplay-2.1.0.20021111
=media-sound/sidplay-2.0.8.20021111

# <games@gentoo.org> (06 Oct 2003)
# needs an update ... currently broken #30452
<=games-sports/soccar-0.5.2

# <mkennedy@gentoo.org> (01 Oct 2003)
# deprecated in favour of dev-lisp/cmucl (source package)
dev-lisp/cmucl-bin

# <strider@gentoo.org> (21 Sep 2003)
# ant 1.5.4 the ebuild is ok but ant
# script its no working too well
=dev-java/ant-1.5.4

# msterret@gentoo.org (17 Sep 2003)
# No need for the cvs snap anymore since the beta is out.
=games-strategy/freeciv-1.15.0_alpha20030901

# <jhhudso@gentoo.org> (21 Aug 2003)
# Needs more testing before being marked as ~x86
=net-misc/freeswan-2.01

# solar@gentoo.org (Aug 21 2003)
# uses old libnet and may contain secuirty hole.
<=net-analyzer/hogwash-0.4

# <plasmaroo@gentoo.org> (04 Jan 2004)
# Headers have changed and break support with many video drivers such as
# bttv or zoran. This is kept masked at the level which the latest
# gentoo-sources supports - 2.8.1 at gentoo-sources-2.4.22.
>=sys-apps/i2c-2.8.2

# seemant@gentoo.org (02 Aug 2003)
# masking openafs-1.3 series as it is really unstable and useless
=net-fs/openafs-1.3*

# <coredumb@gentoo.org> (14 July 2003)
# Finally a php5 beta :)
>=dev-php/php-5.0_beta1

# <spyderous@gentoo.org> (11 July 2003)
# xfree development series
>=x11-base/xfree-4.3.99

# <robbat2@gentoo.org> (11 Jul 2003)
# nss_ldap 209 is borked!
# See bug #23434
=net-libs/nss_ldap-209

# <liquidx@gentoo.org> (28 Jun 2003)
# cjkcodecs replaces koreancodecs and possibly japanesecodecs
dev-python/koreancodecs
dev-python/japanesecodecs

# <rac@gentoo.org> (24 Jun 2003)
# needs testing - fairly radical reconfiguring
=dev-perl/mod_perl-1.27-r3

# <liquidx@gentoo.org> (21 Jun 2003)
# doesn't compile under gcc3 and is unsupported anymore
sys-devel/spython

# <woodchip@gentoo.org> (17 Jun 2003)
# It is alpha after all.
=app-crypt/mit-krb5-1.3_alpha1

# <robbat2@gentoo.org> 29 May 2003
# ebuild was previously masked only in the ebuild
# This is the correct place for it.
=sys-libs/db-3.3.11

# <seemant@gentoo.org> 21 May, 2003
# Masked while it's still under development.
=x11-base/xfree-4.3.0-r7
media-fonts/chkfontpath

# <mkennedy@gentoo.org> (8 May 2003)
# waiting for jboss user to be added to passwd
=net-www/jboss-3.2.1

# <fava@gentoo.org>, <robbat2@gentoo.org> (24 Apr 2003)
# work in progress, broken ebuild
>=app-portage/ufed-0.40

# <robbat2@gentoo.org> (23 Apr 2003)
# This is just for experimentation
dev-php/php-cvs

# seemant@gentoo.org (22 Apr 2003)
# the package is unmainteained and dead upstream. it will die in portage
# accordingly.
media-plugins/avi-xmms

# <zwelch@gentoo.org> (06 Apr 2003)
# New versions of packages that have new cross-compiling support
#  These will be unmasked once everything has been fully tested
>=sys-devel/gcc-config-1.4

# <lu_zero@gentoo.org> (16 Mar 2003)
# to be tested, seems unstable
net-dialup/hcfusbmodem

# <azarah@gentoo.org> (09 Mar 2003)
# Beta versions of m4 we have been using up to date borks
# autoconf-2.13, bug #15573
>=sys-devel/m4-1.4a

# <liquidx@gentoo.org> (13 Mar 2003)
# evolution beta and friends. may cause breakage!
# NEVER remove this mask!! We once renamed gtkhtml-3.0 to libgtkhtml-3.0,
# so if you remove it, gtk+1 apps that use gtkhtml will get the wrong deps
# - liquidx (10 Jun 2003)
=mail-client/evolution-1.3*
>=gnome-extra/gtkhtml-3.0

# <lordvan@gentoo.org> (10 Mar 2003)
# ##changed Version scheme from 305 to 4.0.0
=net-misc/omniORB-304*
=net-misc/omniORB-305*

# <liquidx@gentoo.org> (10 Mar 2003)
# not really stable enough for my tastes. needs testing.
dev-db/mergeant

# <chadh@gentoo.org> (23 Jan 2003)
# new pcmcia-cs ebuilds need testing and acceptance
sys-apps/pcmcia-cs-tools
sys-apps/pcmcia-cs-drivers

# <lu_zero@gentoo.org> (23 Jan 2003)
# Not enough mature
media-video/lumiere

# <mkennedy@gentoo.org> (14 Dec 2002)
# see dev-db/postgresql #11822, net-im/sim #11654, and net-misc/mico
# (btw, all the other distros are using 2.5.4a)
>=sys-devel/flex-2.5.23

# <phoenix@gentoo.org> (21 Nov 2002)
# The huge nsplugins mask. These plugins use
# the new layout (/usr/lib/nsbrowser/plugins)
# and should work in both mozilla and phoenix.
=net-www/netscape-plugger-4.0-r2
=media-video/realplayer-8-r3
=app-text/djvu-3.5.9-r1

# <phoenix@gentoo.org> (17 Nov 2002)
# sawfish-1.2 is newer - masking 2.0
# to force portage to go ~back~ to 1.2
# Unmasking this for now - should be masked shortly
=x11-wm/sawfish-2.0

# <verwilst@gentoo.org> (13 Nov 2002)
# B0rks jabber-server, using 1.4.0 instead
~dev-libs/pth-1.4.1

# <mkennedy@gentoo.org> (31 Oct 2002)
# Masked (incomplete)
app-emacs/monk

# <chadh@gentoo.org> (21 Oct 2002)
# This is a version of pcmcia-cs-3.2.1 with a patch to let it work with kismet
# see bug 7242.  Until it is checked, it should remain masked
=sys-apps/pcmcia-cs-3.2.1-r2
=sys-apps/pcmcia-cs-3.2.2

# <blizzy@gentoo.org> (20 Oct 2002)
# breaks xfree
=sys-devel/bison-1.75

# <george@gentoo.org> (15 Oct 2002)
# new version has some issues with gcc-3.2
=dev-lisp/gcl-2.4.3

# <foser@gentoo.org> (13 Oct 2002)
# gtkmm-addons is broken for gcc32
x11-libs/gtkmm-addons

# <kain@kain.org> (17 Sep 2002)
# gcc 3.2 and kerberos v5 fixes for cyrus-sasl; still needs wider testing
# also making sure cyrus-sasl can integrate with OpenLDAP, whose configure
# scripts don't know how to find cyrus-sasl-2
#=net-nds/openldap-2.0.25-r3
=dev-libs/cyrus-sasl-1.5.27-r5

# <mkennedy@gentoo.org> (15 Sep 2002)
# Upstream too buggy to use. Doesn't seem to be a stable or pre
# release that actually works.
x11-terms/powershell

# <danarmak@gentoo.org> (20 Aug 2002)
# masked for extensive testing
x11-libs/qt-embedded

# Daniel Robbins <drobbins@gentoo.org> (30 Jul 2002)
# no corresponding PyQt on cvs to get this thing to compile
dev-python/anygui

# <seemant@gentoo.org> (25 Jul 2002)
# masked because of unhealthy groupadd operation in postinst
# needs sorting out on the policy
app-misc/nomadii-utils

# <seemant@gentoo.org> (25 Jul 2002)
# masked while licensing is sorted out
app-misc/ldapbrowser

# <karltk@gentoo.org> (18 Jul 2002)
# standard library does not compile
=dev-lang/clean-2.0.1

# raker@gentoo.org (16 Jul 2002)
# libwmfun completes compiling but doesn't appear to support PLDrawString
# functions correctly.  Masking while incompatible pointers are figured out
=x11-libs/libwmfun-0.0.4

# masking nhc98, until strange module lookup behaviour is resolved
# george - Jun 8, 2002
=dev-lang/nhc98-1.12

# According to spider this breaks gnome-vfs (sandymac, 03 May 2002):
# and evolution (azarah, 05 May 2002)
# Do NOT install this without backing up your glibc first.
# This package overwrites glibc's /usr/include/iconv.h
# (jhhudso, 14 Jan 2003)
dev-libs/libiconv

# Only use the mesa and mesa-glu provided with x11-base/xfree,
# as the external ones gives problems in most cases with DRI/DRM.
# Nvidia users do not use it anyhow, and tdfx users report that
# it works fine with the mesa included with xfree.  If you do
# unmask these, make sure that you know what you are doing, and
# know that if anything breaks, then you get to keep the pieces.
#
# azarah (26 May 2002)
>=media-libs/mesa-3.0
>=media-libs/mesa-glu-3.0
>=media-libs/sgi-oss-glu-1.0

# We are masking out the shadow snapshots now, to coincide
# with the new pam rollout. ( Woodchip - Mar 20 2002)
>=sys-apps/shadow-5

#we no longer use sysvinit (rolled into baselayout)
sys-apps/sysvinit

# broken
=app-doc/quanta-docs-1.0

#untested, author mentions an error
media-libs/id3lib-docs

# stricter syntax required, easily broken.
# -taviso 13 Mar 2004
=x11-misc/habak-0.2.3

# Unmask these two, as the latest (automake-1.6-r1 and autoconf-2.53)
# should do some autodetection magic.
#
# Azarah (26/03/2002)
#
<sys-devel/autoconf-2.53a

# broken (achim)
app-text/sgml2x
>=app-admin/modlogan-0.7.4

# unfinished
app-admin/va-systemimager-server
app-admin/va-systemimager-client

# broken
>=net-www/konqueror-embedded-20010207
>=media-video/mpeg2-movie-1.5

#seemant@gentoo.org 20 Mar 2002
# Masking medusa-0.5.1-r4 because it requires libtool-1.4.2 which is also masked
=gnome-extra/medusa-0.5.1-r4

# mkennedy@gentoo.org 19 Apr 2002
# not fit for release (working on it though)
app-cdr/cddump

# stroke@gentoo.org 11 Jul 2002
# app-cdr/eroaster-2.1.0 development branch #4250, masked for testing
# lostlogic@gentoo.org 17 Jul 2002
# masked because of sandbox problems in 2.0.12 and dep problems in 2.1.0
<app-cdr/eroaster-2.1.0-r1

# jnelson@gentoo.org 24 Sep 2002
# mask todo-manager because it's really busted
app-misc/todo-manager-bronze

# agriffis@gentoo.org 29 Jul 2003
# mask nforce-net-1.0.0261 for bug 24815
=net-misc/nforce-net-1.0.0261*

# weeve@gentoo.org 02 Mar 2004
# mask slib-3.1.1 until gnucash can get a fix for it
=dev-libs/slib-3.1.1

# rizzo@gentoo.org 11 Jun 2004
# I think this is only for php 5 anyway
>=dev-php/PEAR-PhpDocumentor-1.3.0_rc3