summaryrefslogtreecommitdiff
blob: caec4c4650939c81d5c348d1e295f9410cce4939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

####################################################################
#
# When you add an entry to the top of this file, add your name, the date
# in the UTC timezone, and an explanation of why something is getting masked.
# Please be extremely careful not to commit atoms that are not valid, as it can
# cause large-scale breakage, especially if it ends up in the daily snapshot.
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
## # Masking  these versions until we can get the
## # v4l stuff to work properly again
## =media-video/mplayer-0.90_pre5
## =media-video/mplayer-0.90_pre5-r1
#
# - Best last rites (removal) practices -
# Include the following info:
# a) reason for masking
# b) bug # for the removal (and yes you should have one)
# c) date of removal (either the date or "in x days")
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
## # Masked for removal in 30 days.  Doesn't work
## # with new libfoo. Upstream dead, gtk-1, smells
## # funny. (bug #987654)
## app-misc/some-package

#--- END OF EXAMPLES ---

# Eray Aslan <eras@gentoo.org> (2020-12-21)
# Vulnerable. upgrade to >= 2.3.11.3. Masked until
# mail-filter/dovecot_deleted_to_trash is treecleaned
# to prevent breaking the tree (bug #756217)
=net-mail/dovecot-2.2.36.4

# Michał Górny <mgorny@gentoo.org> (2020-12-20)
# Requires old dev-python/unidecode.  Last commit in 2017.  No revdeps.
# Suggested replacement: dev-python/python-slugify.
# Removal in 30 days.  Bug #714718.
dev-python/awesome-slugify

# Sergei Trofimovich <slyfox@gentoo.org> (2020-12-20)
# Needs a port to haskell-src-exts compatible with ghc-8.8.
# https://github.com/ndmitchell/derive/pull/37
dev-haskell/derive
app-forensics/quickfuzz

# Michał Górny <mgorny@gentoo.org> (2020-12-19)
# Made redundant by compiler-rt's crt implementation.  No revdeps left.
# Removal in 30 days.  Bug #760711.
sys-libs/netbsd-csu

# Mike Pagano <mpagano@gentoo.org> (2020-12-18)
# Serious data corruption bug when using F2FS,
# see https://bugzilla.kernel.org/show_bug.cgi?id=210765
# Feel free to manually unmask when not using F2FS.
=sys-kernel/gentoo-sources-5.10.0
=sys-kernel/gentoo-sources-5.10.1
=sys-kernel/vanilla-sources-5.10.1
=sys-kernel/vanilla-sources-5.10.0

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Unmaintained.  Last bumped in 2008.  Last upstream (beta) in 2014.
# The current Gentoo version fails to install.
# Removal in 30 days.  Bug #701044.
net-mail/vacation

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Unmaintained.  Homepage gone.  Last bumped in 2008.  Carries multiple
# patches.  Fails to build again.
# Removal in 30 days.  Bug #675364.
net-ftp/tlswrap

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Upstream gone.  Last bumped in 2007.  Fails to build, again.
# Removal in 30 days.  Bug #648964.
app-text/ots

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Unmaintained.  The current Gentoo version fails to build, it needs
# a version bump.
# Removal in 30 days.  Bug #669452.
net-misc/dhcpd-pools

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Unmaintained.  Last bumped in 2018.  Vulnerable.  No revdeps.
# Removal in 30 days.  Bug #736050.
dev-db/aerospike-server-community

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Abandoned upstream, circa 2013.  Vulnerable.  No revdeps.
# Removal in 30 days.  Bug #744217.
app-text/peg-markdown

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# Abandoned in 2008.  No reverse dependencies left.
# Removal in 30 days.  Bug #652192.
dev-libs/ustr

# Jack Todaro <solpeth@posteo.org> (2020-12-17)
# Old and redundant package. Has not been kept
# up to date and no longer works. Masked for removal.
sci-mathematics/agda-lib-ffi

# Eray Aslan <eras@gentoo.org> (2020-12-14)
# Dead. Last release in 2014. Only works with vulnerable dovecot version.
# Recent Outlook versions should have this functionality built in.  Switch to a
# better mail client if you are still using this package. Removal in 30 days.
# Bug #756217
mail-filter/dovecot_deleted_to_trash

# Michał Górny <mgorny@gentoo.org> (2020-12-13)
# Dead.  Last commit in 2014.  Does not work with modern versions
# of Sphinx.  No revdeps.  Alternative: dev-python/sphinx-issues.
# Removal in 30 days.  Bug #720066.
dev-python/sphinxcontrib-issuetracker

# Sam James <sam@gentoo.org> (2020-12-13)
# This new version of libcap-ng seems to (still)
# break consumers.
# bug #759550 (and dependent bugs)
=sys-libs/libcap-ng-0.8.2

# Hans de Graaff <graaff@gentoo.org> (2020-12-12)
# Security issue with insecure use of /tmp, bug 743214
# This slot masked for removal in 30 days, use slot 2 instead.
dev-ruby/bundler:0

# David Seifert <soap@gentoo.org> (2020-12-11)
# Last MIT release in 2007, declared EOL by Intel in 2017.
# Build and test failures, abandoned parallelism paradigm,
# no revdeps. If you're really still using this, switch to
# OpenMP. Bug #572130, #643590, Removal in 30 days.
dev-lang/cilk

# Aisha Tammy <gentoo@aisha.cc> (2020-12-11)
# last update upstream in 2017, does not build.
# OpenMP is a better alternative.
# Bug #717692, #741594
# Removal in 30 days.
sci-libs/xkaapi

# Michał Górny <mgorny@gentoo.org> (2020-12-10)
# Synergy 2.0 was a beta branch, and it should have never been marked
# stable.  It never reached feature parity with 1.x, and upstream
# eventually abandoned it.  The users are asked to 'downgrade' to 1.x
# that is actively maintained.  The buggy 2.0.0 version will be removed
# in 30 days.
>=x11-misc/synergy-2

# Michał Górny <mgorny@gentoo.org> (2020-12-10)
# Stuck on LLVM 9.  Superseded by dev-util/cvise that features better
# parallelization and more acive development.
# Removal in 30 days.  Bug #735762.
dev-util/creduce

# Lars Wendler <polynomial-c@gentoo.org> (2020-12-09)
# Masked until most broken packages have been fixed (bug #732648)
>=sys-devel/autoconf-2.70
>=sys-devel/autoconf-wrapper-14

# Thomas Deutschmann <whissi@gentoo.org> (2020-12-08)
# Fails to validate certificates which have multiple trusted
# paths.
=net-libs/gnutls-3.7.0

# Joonas Niilola <juippis@gentoo.org> (2020-12-06)
# Not keyworded, unmaintained, unbuildable for a long time, EAPI-5.
# Removal in ~30 days. List sorted by their bug numbers.
# Bugs: #752432, #752435, #752438, #752441, #752444, #752453.
media-plugins/kodi-screensaver-crystalmorph
media-plugins/kodi-visualization-nastyfft
media-plugins/kodi-screensaver-rsxs
net-wireless/qradiolink
net-libs/liba53
app-emulation/qt-virt-manager

# Joonas Niilola <juippis@gentoo.org> (2020-12-01)
# Not maintained in Gentoo, multiple versions behind, unsafe, EAPI-5,
# Use other kernel source / binary packages instead,
# https://packages.gentoo.org/categories/sys-kernel
# Removal in ~30 days.
# Bugs: #716490 (aufs), #739782 (-ck), #757843 (-xbox)
sys-kernel/aufs-sources
sys-kernel/ck-sources
sys-kernel/xbox-sources

# Aaron Bauman <bman@gentoo.org> (2020-11-30)
# EAPI=5. Multiple open bugs #603866 #713620
# Dead upstream. Removal in 30 days.
net-analyzer/dosdetector

# Michał Górny <mgorny@gentoo.org> (2020-11-29)
# An awful hack-package that was dumped on others, and not touched
# by the person adding it since.  Depends on obsolete LLVM versions
# and needs a version bump.
# Removal in 30 days.  Bug #734732.
dev-libs/libclangformat-ide

# David Seifert <soap@gentoo.org> (2020-11-28)
# Last release in 2002, multiple open bugs, no maintainer, no revdeps.
# Bug #709512, #713300, #729518, Removal in 30 days.
app-text/cook

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-25)
# KF5 PortingAids (from kdelibs4) without any remaining revdeps. Bug #755956
# Masked for removal in 30 days.
kde-frameworks/kdewebkit
kde-frameworks/kjsembed
kde-frameworks/kmediaplayer
kde-frameworks/kxmlrpcclient

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-25)
# Ddepends on deprecated dev-qt/qtwebkit and kde-frameworks/kdewebkit.
# Barely maintained upstream and on the brink of being archived for good.
# Patch for Qt5WebEngine exists but needs runtime testing, bug #756685
# Masked for removal in 30 days.
net-libs/libkvkontakte

# Martin Dummer <martin.dummer@gmx.net> (2020-11-25)
# Does not compile with kernels >=5.5, no upstream development
# since years, for most hardware the in-kernel module
# rtsx_pci_sdmmc should be preferred over this driver.
# Open bugs #712484 #717184 #741909.
# Removal in 30 days. (bug #756370)
sys-block/rts_pstor

# Marek Szuba <marecki@gentoo.org> (2020-11-24)
# No releases since 2008, deprecated upstream in favour of dev-lua/ldoc,
# unmaintained, no revdeps. Removal in 30 days (Bug #756343).
dev-lua/luadoc

# Thomas Deutschmann <whissi@gentoo.org> (2020-11-24)
# Serious data corruption bug when using XFS, see https://www.spinics.net/lists/linux-xfs/msg47004.html
# Feel free to manually unmask when not using XFS.
=sys-kernel/gentoo-sources-5.9.10
=sys-kernel/gentoo-sources-5.9.9
=sys-kernel/gentoo-sources-5.4.79
=sys-kernel/gentoo-sources-5.4.78
=sys-kernel/gentoo-sources-4.19.159
=sys-kernel/gentoo-sources-4.19.158
=sys-kernel/gentoo-sources-4.14.208
=sys-kernel/gentoo-sources-4.14.207
=sys-kernel/gentoo-sources-4.9.245
=sys-kernel/gentoo-sources-4.9.244
=sys-kernel/pf-sources-5.9_p5
=sys-kernel/vanilla-sources-5.9.10
=sys-kernel/vanilla-sources-5.9.9
=sys-kernel/vanilla-sources-5.4.79
=sys-kernel/vanilla-sources-5.4.78
=sys-kernel/vanilla-sources-4.19.159
=sys-kernel/vanilla-sources-4.19.158
=sys-kernel/vanilla-sources-4.14.208
=sys-kernel/vanilla-sources-4.14.207
=sys-kernel/vanilla-sources-4.9.245
=sys-kernel/vanilla-sources-4.9.244
=sys-kernel/vanilla-kernel-5.9.10
=sys-kernel/vanilla-kernel-5.9.9
=sys-kernel/vanilla-kernel-5.4.79
=sys-kernel/vanilla-kernel-5.4.78
=sys-kernel/gentoo-kernel-5.9.10
=sys-kernel/gentoo-kernel-5.9.9
=sys-kernel/gentoo-kernel-5.4.79
=sys-kernel/gentoo-kernel-5.4.78
=sys-kernel/gentoo-kernel-bin-5.9.10-r1
=sys-kernel/gentoo-kernel-bin-5.9.10
=sys-kernel/gentoo-kernel-bin-5.9.9-r1
=sys-kernel/gentoo-kernel-bin-5.9.9
=sys-kernel/gentoo-kernel-bin-5.4.79-r1
=sys-kernel/gentoo-kernel-bin-5.4.79
=sys-kernel/gentoo-kernel-bin-5.4.78-r1
=sys-kernel/gentoo-kernel-bin-5.4.78

# Fabian Groffen <grobian@gentoo.org> (2020-11-23)
# No longer used, not really functional either, noone should be using
# this, removal in 30 days.
sys-kernel/xnu-headers
sys-libs/darwin-libc-headers
dev-libs/libmissing

# David Seifert <soap@gentoo.org> (2020-11-22)
# Upstream abandoned since 2012, tons of QA issues and
# build bugs, esoteric NIH build system. Bug #293567, #670954,
# #697444, #699320, #708058, #746230, Removal in 30 days.
games-emulation/fakenes

# Michał Górny <mgorny@gentoo.org> (2020-11-19)
# These packages are maintained by the Python project, or have
# no maintainer.  They have not been ported to Python 3.8 yet.
# The ebuilds either lack tests entirely, or the tests fail
# (or are broken).  They have no reverse dependencies, except for other
# packages from the list.
# Removal in 30 days.  Bug #755623.
dev-python/HeapDict
dev-python/billiard
dev-python/celery
dev-python/ctypesgen
dev-python/cytoolz
dev-python/docker-pycreds
dev-python/dugong
dev-python/hgdistver
dev-python/nose-cover3
dev-python/nose-parameterized
dev-python/nose-show-skipped
dev-python/pew
dev-python/ptpython
dev-python/pure-sasl
dev-python/pyfltk
dev-python/pympler
dev-python/python-ethtool
dev-python/python-prctl
dev-python/python-termstyle
dev-python/pythonz-bd
dev-python/pywinrm
dev-python/rednose
dev-python/resumable-urlretrieve
dev-python/shutilwhich
dev-python/sortedcollections
dev-python/sphinxcontrib-pretty-searchresults
dev-python/subvertpy
dev-python/vcversioner
dev-python/xlutils
dev-python/zict

# Jonas Stein <jstein@gentoo.org> (2020-11-12)
# Adobe will stop distributing Flash Player after 2020-12-31.
# Masked for removal after 2020-12-31
# Bug #754192
www-plugins/adobe-flash

# Michał Górny <mgorny@gentoo.org> (2020-11-10)
# This old Kodi version requires vulnerable dev-python/pillow
# and prevents users from upgrading.  Masked for the time being.
# Bug #729672.
<dev-python/pillow-7
<media-tv/kodi-19
<media-plugins/kodi-audiodecoder-timidity-2.3
<media-plugins/kodi-audiodecoder-sidplay-2
<media-libs/kodi-platform-19
<media-plugins/kodi-audiodecoder-modplug-3
<media-plugins/kodi-audiodecoder-nosefart-3
<media-plugins/kodi-audiodecoder-vgmstream-2
<media-plugins/kodi-audioencoder-flac-2.1
<media-plugins/kodi-audiodecoder-stsound-2.1
<media-plugins/kodi-audiodecoder-snesapu-2.1
<media-plugins/kodi-audioencoder-wav-2.1
media-plugins/kodi-game-libretro-fceumm
media-plugins/kodi-game-libretro-nestopia
<media-plugins/kodi-game-libretro-2
<media-plugins/kodi-game-libretro-twentyfortyeight-1.0.0.113
<media-plugins/kodi-game-libretro-snes9x-1.60.0.12
media-plugins/kodi-game-libretro-dosbox
media-plugins/kodi-game-libretro-bnes
<media-plugins/kodi-audioencoder-vorbis-2.1
<media-plugins/kodi-imagedecoder-heif-1.3
<media-plugins/kodi-imagedecoder-raw-3
<media-plugins/kodi-inputstream-rtmp-3
<media-plugins/kodi-audioencoder-lame-2.1
<media-plugins/kodi-pvr-demo-6
<media-plugins/kodi-inputstream-adaptive-2.6
<media-plugins/kodi-pvr-dvblink-7
<media-plugins/kodi-pvr-argustv-6
<media-plugins/kodi-pvr-filmon-5
<media-plugins/kodi-pvr-njoy-6
<media-plugins/kodi-pvr-dvbviewer-6
<media-plugins/kodi-peripheral-joystick-1.6
<media-plugins/kodi-pvr-mediaportal-tvserver-6
<media-plugins/kodi-pvr-iptvsimple-6
<media-plugins/kodi-pvr-pctv-5
<media-plugins/kodi-pvr-mythtv-7
<media-plugins/kodi-pvr-stalker-6
<media-plugins/kodi-pvr-hts-7
<media-plugins/kodi-pvr-nextpvr-7
<media-plugins/kodi-screensaver-asteroids-2.4
<media-plugins/kodi-screensaver-biogenesis-2.3
<media-plugins/kodi-pvr-vdr-vnsi-6
<media-plugins/kodi-pvr-wmc-5
<media-plugins/kodi-screensaver-greynetic-2.3
<media-plugins/kodi-screensaver-matrixtrails-2.4
<media-plugins/kodi-screensaver-pingpong-2.2
<media-plugins/kodi-pvr-vbox-7
<media-plugins/kodi-screensaver-pyro-3.1
<media-plugins/kodi-vfs-sacd-1.3
<media-plugins/kodi-visualization-spectrum-3.2
<media-plugins/kodi-visualization-projectm-3
<media-plugins/kodi-visualization-fishbmc-6
<media-plugins/kodi-vfs-rar-3.4
<media-plugins/kodi-vfs-libarchive-1.3
<media-plugins/kodi-vfs-sftp-1.3
<media-plugins/kodi-visualization-goom-3.2
<media-plugins/kodi-pvr-vuplus-6.1
<media-plugins/kodi-visualization-starburst-2.2
<media-plugins/kodi-visualization-waveform-4.2
<media-plugins/kodi-visualization-shadertoy-2.1

# Alexys Jacob <ultrabug@gentoo.org> (2020-11-09)
# Mask dev-db/mongodb versions which do not support python3 so we
# can move forward in cleaning python2 from tree. Bug #708954.
# We keep the ebuilds available since some of those versions are still
# supported by upstream. See: https://jira.mongodb.org/browse/SERVER-52687
<dev-db/mongodb-4.2.8

# Alfredo Tupone <tupone@gentoo.org> (2020-11-05)
# will be upgraded after new lua release
www-apps/liquid_feedback_frontend
www-apps/webmcp

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-10-30)
# broken acl handling, possible broken chattr handling
# needs more testing
# https://bugs.gentoo.org/751739
=sys-apps/opentmpfiles-0.3.1

# Stephan Hartmann <sultan@gentoo.org> (2020-12-06)
# Dev channel releases are only for people who
# are developers or want more experimental features
# and accept a more unstable release.
>=www-client/chromium-89

# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
# Historical metapackage that exists in slot 5 only for transition from KDE SC4.
# Masked for removal on 2021-08-31. Replaced by:
# emerge --noreplace kde-plasma/plasma-meta kde-apps/kde-apps-meta
kde-apps/kde-meta:5

# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
# Historical metapackage that exists in slot 5 only for transition from KDE SC4.
# Masked for removal on 2021-08-31. Replaced by:
# emerge --noreplace kde-plasma/plasma-meta kde-apps/kdecore-meta
kde-apps/kdebase-meta:5

# Thomas Deutschmann <whissi@gentoo.org> (2018-12-10)
# Marek Szuba <marecki@gentoo.org> (2020-10-13)
# Ulrich Müller <ulm@gentoo.org> (2020-11-06)
# Joonas Niilola <juippis@gentoo.org> (2020-11-07)
# Robin H. Johnson <robbat2@gentoo.org> (2020-11-28)
# Conrad Kostecki <conikost@gentoo.org> (2020-12-05)
# ...and others who have not added their names here
# All these ebuilds require slotted Lua, which is still masked.
>=app-admin/conky-1.11.4
>=app-admin/lsyncd-2.2.3
>=app-benchmarks/sysbench-1.0.20-r100
>=app-benchmarks/wrk-4.1.0-r100
>=app-crypt/cardpeek-0.8.4
>=app-crypt/ekeyd-1.1.5-r100
>=app-editors/gvim-8.2.0814-r100
>=app-editors/neovim-0.4.4-r100
=app-editors/scite-4.4.4-r10
>=app-editors/texworks-0.6.5-r100
>=app-editors/vim-8.2.0814-r100
>=app-emulation/libguestfs-1.38.6-r100
>=app-metrics/nginx-lua-prometheus-0.1_pre20170610-r100
>=app-misc/worker-3.8.3-r100
>=dev-db/redis-6.0.9-r100
>=dev-games/cegui-0.8.7-r100
>=dev-games/openscenegraph-3.6.5-r100
=dev-games/openscenegraph-openmw-3.4_p20200425-r100
=dev-libs/efl-1.25.1-r10
>=dev-libs/libpeas-1.26.0-r100
=dev-libs/libprelude-5.2.0-r10
>=dev-libs/libucl-0.8.1-r100
>=dev-libs/redland-bindings-1.0.17.1-r100
>=dev-libs/xapian-bindings-1.4.17-r100
>=dev-lua/busted-2.0.0-r100
>=dev-lua/busted-htest-1.0.0-r100
>=dev-lua/dkjson-2.5-r100
>=dev-lua/inifile-1.0-r100
>=dev-lua/lanes-3.13.0-r100
>=dev-lua/ldoc-1.4.6-r100
>=dev-lua/lgi-0.9.2-r100
>=dev-lua/lpeg-1.0.2-r100
>=dev-lua/lua-argparse-0.6.0-r100
>=dev-lua/lua-bit32-5.3.5-r100
>=dev-lua/lua-cjson-2.1.0.8-r100
>=dev-lua/lua-openssl-0.7.8_p0-r100
>=dev-lua/lua-term-0.7-r100
>=dev-lua/lua-utf8-0.1.3-r100
>=dev-lua/lua-zlib-1.2-r100
>=dev-lua/lua_cliargs-3.0_p2-r100
>=dev-lua/LuaBitOp-1.0.2-r100
>=dev-lua/luacheck-0.23.0-r100
>=dev-lua/luacov-0.14.0-r100
>=dev-lua/luadbi-0.7.2-r100
>=dev-lua/luaevent-0.4.6-r100
=dev-lua/luaexpat-1.3.0-r102
=dev-lua/luaexpat-1.3.3-r102
>=dev-lua/luafilesystem-1.8.0-r100
>=dev-lua/lualdap-1.2.5-r100
>=dev-lua/luajson-1.3.4-r100
>=dev-lua/luaossl-20200709-r100
>=dev-lua/luaposix-35.0-r100
>=dev-lua/luarocks-3.4.0-r100
>=dev-lua/luasec-0.9-r100
>=dev-lua/luasocket-3.0_rc1_p20200328-r100
>=dev-lua/luassert-1.8.0-r100
>=dev-lua/luasystem-0.2.1_p0-r100
>=dev-lua/lutok-0.4-r10
>=dev-lua/luv-1.32.0.0-r100
>=dev-lua/mediator_lua-1.1.2_p0-r100
>=dev-lua/messagepack-0.5.2-r100
>=dev-lua/mpack-1.0.8-r100
>=dev-lua/penlight-1.9.2-r100
>=dev-lua/say-1.3_p1-r100
>=dev-lua/toluapp-1.0.93_p20190513-r100
>=dev-util/geany-plugins-1.37-r100
>=dev-util/hermes-2.8
>=dev-util/sysdig-0.27.1-r100
=games-action/minetest-5.3.0-r100
>=games-arcade/jvgs-0.5-r100
>=games-emulation/fceux-2.2.3-r100
>=games-engines/love-0.7.2-r100:0.7
>=games-engines/love-0.8.0-r100:0.8
>=games-engines/love-11.3-r100:0
>=games-engines/solarus-1.3.1-r100
=games-engines/stratagus-2.4.3-r100
>=games-puzzle/fish-fillets-1.0.1-r100
>=games-roguelike/crossfire-client-1.71.0-r100
>=games-roguelike/stone-soup-0.25.1-r100
>=games-rpg/kqlives-0.99-r100
>=games-rpg/sumwars-0.5.8-r100
>=games-simulation/corsix-th-0.64-r100
>=games-sports/xmoto-0.6.1-r100
>=games-strategy/hedgewars-1.0.0-r100
>=games-strategy/naev-0.7.0-r100
>=games-strategy/openra-20190314-r100
>=games-strategy/s25rttr-0.9.0_pre20200723-r100
>=games-util/slade-3.1.12a-r100
>=mail-filter/imapfilter-2.6.16-r100
>=mail-filter/rspamd-2.6-r100
>=media-gfx/geeqie-1.5.1-r1
>=media-libs/libquvi-0.9.4-r100
>=media-libs/libquvi-scripts-0.9.20131130-r100
>=media-sound/aqualung-1.1-r100
>=media-video/aegisub-3.2.2_p20160518-r100
>=media-video/vlc-3.0.11.1-r100
>=net-analyzer/rrdtool-1.7.2-r100
>=net-analyzer/snort-2.9.16-r100
>=net-analyzer/suricata-6.0.1-r100
>=net-analyzer/wireshark-3.4.2-r100
>=net-im/prosody-0.11.7-r100
>=net-im/swift-4.0.2-r100
>=net-irc/hexchat-2.14.3-r100
>=net-irc/weechat-3.0-r100
>=net-libs/axtls-2.1.5-r100
>=net-misc/asterisk-16.14.0-r100
>=net-mail/dovecot-2.3.11.3-r100
>=net-p2p/eiskaltdcpp-2.2.10-r100
>=sci-astronomy/celestia-1.7.0_pre20200316-r100
>=sci-libs/libsc-2.2-r100
>=sci-libs/p4est-2.2-r100
>=sci-libs/plplot-5.15.0-r100
=sci-visualization/gnuplot-5.4.0-r100
=sci-visualization/gnuplot-5.4.1-r1
>=sci-visualization/fityk-1.3.1-r100
>=sys-apps/likwid-4.3.4
>=sys-apps/qcontrol-0.4.2-r100
>=sys-apps/roccat-tools-5.9.0-r100
>=sys-cluster/slurm-20.11.0.1-r100
>=www-apache/mod_security-2.9.3-r100
>=www-client/elinks-0.13.5-r100
>=www-client/luakit-2.2.1-r100
>=www-servers/lighttpd-1.4.55-r100
>=www-servers/nginx-1.19.6-r100
>=www-servers/uwsgi-2.0.19.1-r100
>=x11-misc/devilspie2-0.43-r100
>=x11-themes/gtk-engines-2.20.2-r100
>=x11-wm/awesome-4.3-r100
>=x11-wm/notion-3_p2015061300-r100
>=mail-filter/opendkim-2.10.3-r25

# Azamat H. Hackimov <azamat.hackimov@gmail.com> (2020-10-06)
# 1.3.3 is broken and failing unittests for net-im/prosody. Bug #746782.
>=dev-lua/luaexpat-1.3.3

# Sam James <sam@gentoo.org> (2020-10-05)
# Masked for testing. New major versions of Guile
# often break reverse dependencies.
# Guile in Gentoo is not slotted, so let's be cautious.
# bug #705554, bug #689408.
>=dev-scheme/guile-3.0.4

# Ulrich Müller <ulm@gentoo.org> (2020-10-04)
# Version 1.11 introduced different startup conventions for the server
# which breaks the OpenRC init script. Bug #746227.
>=net-misc/tigervnc-1.11.0

# Michał Górny <mgorny@gentoo.org> (2020-09-25)
# PyPy3.7 alpha.  Known to break a few packages.  Masked until it
# matures more.
=dev-python/pypy3-7.3.2_p37*
=dev-python/pypy3-exe-7.3.2_p37*
=dev-python/pypy3-exe-bin-7.3.2_p37*
=dev-python/pypy3-7.3.3_p37*
=dev-python/pypy3-exe-7.3.3_p37*
=dev-python/pypy3-exe-bin-7.3.3_p37*

# Michał Górny <mgorny@gentoo.org> (2020-09-09)
# These packages (or package versions) still require Python 2.7.
# They are either dead upstream, their Python 3 porting efforts are
# not progressing or their maintainers are simply unresponsive.
# Please do not remove any packages from this list unless you actually
# port them to Python 3.
# Removal in 30 days.  Please find relevant bugs on tracker bug #694800.
games-strategy/0ad

# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-09-01)
# Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
# (Mask should remain after ebuilds are deleted, until 2021-03-01 or
# until new upstream release with proper versioning.)
~app-i18n/sunpinyin-3.0.0_rc1
~app-i18n/ibus-sunpinyin-3.0.0_rc1
~app-i18n/scim-sunpinyin-3.0.0_rc1
~app-i18n/xsunpinyin-3.0.0_rc1

# Alfredo Tupone <tupone@gentoo.org> (2020-08-23)
# Ported to py3 but not yet released
# Masked to allow py2.7 removal
dev-lang/spark

# Alfredo Tupone <tupone@gentoo.org> (2020-08-16)
# Ported to py3.8 but not yet released
# Masked to allow py2.7 removal
dev-ada/langkit
dev-ada/libadalang
dev-ada/libadalang-tools
dev-ada/gps
dev-ada/gnatcoll-bindings
dev-ada/gnatcoll-db

# Mart Raudsepp <leio@gentoo.org> (2020-08-15)
# Development release, needs testing to ensure valac-0.50
# works for existing packages
>=dev-libs/vala-common-0.49
dev-lang/vala:0.50

# Michał Górny <mgorny@gentoo.org> (2020-07-28)
# Masked for the time being due to dep on LLVM 8.  Bug #720236.
<=dev-ada/gps-2019-r1

# Sam James <sam@gentoo.org> (2020-07-20)
# Serious security vulnerabilities, including
# remote code execution. Upstream have not yet
# made a stable release in response to numerous
# CVEs. Applying patches is not a workable
# solution for now because of the fragility
# of reverse dependencies.
# Indefinitely masking until we have a solution
# for this.
# bug #719084
# Furthermore, ntopng ebuilds depending directly on dev-lang/lua{,jit}
# must be migrated to lua eclasses before unmasking (bug #752777).
net-analyzer/ntopng
net-analyzer/pmacct
net-libs/nDPI

# Jaco Kroon <jaco@uls.co.za> (2020-07-20)
# Asterisk 11 is EOL. All users should migrate to asterisk 13.
# Removal unspecified, will remain for the foreseeable future. If you need
# help migrating, contact jkroon in #gentoo-voip on freenode.
=net-misc/asterisk-11*
=net-misc/asterisk-g729-11*

# Andreas K. Hüttel <dilfridge@gentoo.org> (2020-07-15)
# In preparation; do not use yet.
=dev-lang/perl-5.32*
~virtual/perl-Archive-Tar-2.360.0
~virtual/perl-autodie-2.320.0
~virtual/perl-Compress-Raw-Bzip2-2.93.0
~virtual/perl-Compress-Raw-Zlib-2.93.0
~virtual/perl-CPAN-2.270.0
~virtual/perl-DB_File-1.853.0
~virtual/perl-Devel-PPPort-3.570.0
~virtual/perl-Digest-MD5-2.550.100_rc
~virtual/perl-Dumpvalue-1.210.0
~virtual/perl-Encode-3.60.0
~virtual/perl-Exporter-5.740.0
~virtual/perl-ExtUtils-CBuilder-0.280.234
~virtual/perl-ExtUtils-MakeMaker-7.440.0
~virtual/perl-Filter-Simple-0.960.0
~virtual/perl-Getopt-Long-2.510.0
~virtual/perl-I18N-LangTags-0.440.0
~virtual/perl-IO-1.430.0
~virtual/perl-IO-Compress-2.93.0
~virtual/perl-IPC-Cmd-1.40.0
~virtual/perl-JSON-PP-4.40.0
~virtual/perl-Math-BigInt-1.999.818
~virtual/perl-Math-BigInt-FastCalc-0.500.900
~virtual/perl-Module-CoreList-5.202.6.200
~virtual/perl-Module-Load-Conditional-0.700.0
~virtual/perl-Module-Metadata-1.0.37
~virtual/perl-Net-Ping-2.720.0
~virtual/perl-parent-0.238.0
~virtual/perl-podlators-4.140.0
~virtual/perl-Pod-Simple-3.400.0
~virtual/perl-Safe-2.410.0
~virtual/perl-Scalar-List-Utils-1.550.0
~virtual/perl-Socket-2.29.0
~virtual/perl-Storable-3.210.0
~virtual/perl-Sys-Syslog-0.360.0
~virtual/perl-Term-ANSIColor-5.10.0
~virtual/perl-Test-Simple-1.302.175
~virtual/perl-Thread-Queue-3.140.0
~virtual/perl-threads-2.250.0
~virtual/perl-threads-shared-1.610.0
~virtual/perl-Time-HiRes-1.976.400
~virtual/perl-Time-Piece-1.340.100
~virtual/perl-Unicode-Normalize-1.270.0

# Mart Raudsepp <leio@gentoo.org> (2020-06-06)
# Meson port does not handle multilib yet and has issues
# regarding runstatedir (not using /run).
=net-misc/networkmanager-1.22*

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-03-27)
# Vulnerable old version of icedtea-web #711392
<dev-java/icedtea-web-1.8.4

# Eray Aslan <eras@gentoo.org> (2020-03-09)
# Mask experimental software
=mail-mta/postfix-3.6*

# Miroslav Šulc <fordfrog@gentoo.org> (2020-02-27)
# >=dev-java/ant-eclipse-ecj-4.10 depends on masked >=virtual/{jdk,jre}-11
# www-servers/tomcat:9 depends on masked dev-java/eclipse-ecj
>=dev-java/ant-eclipse-ecj-4.10
>=dev-java/eclipse-ecj-4.10
www-servers/tomcat:9

# Mart Raudsepp <leio@gentoo.org> (2020-02-16)
# Fails to automatically launch pipewire for me. Help welcome figuring it out.
net-misc/gnome-remote-desktop

# Stefan Strogin <steils@gentoo.org> (2020-02-12)
# Mask for testing revdeps.
>=dev-games/mygui-3.4.0

# Patrick McLean <chutzpah@gentoo.org> (2020-02-07)
# Mask until sys-libs/libxcrypt[system] is unmasked
>=virtual/libcrypt-2

# Mart Raudsepp <leio@gentoo.org> (2020-02-03)
# Needs news item, known breakages that need to be handled first, bug 698922
>=x11-libs/pango-1.43

# Robin H. Johnson <robbat2@gentoo.org> (2020-01-26)
# EAPI conversion caused some regressions, need to redesign old ebuilds.
=dev-lang/lua-5.1.5-r5

# Andrew Ammerlaan <andrewammerlaan@riseup.net> (2020-01-26)
# Proxy Maintainers <proxy-maint@gentoo.org>
# v3.6.4 uses huge amounts of memory: Bug #705682
# v3.6.1 is the latest version without this issue
>=dev-libs/libsass-3.6.2

# Lars Wendler <polynomial-c@gentoo.org> (2019-11-14)
# Breaks archives containing relative paths
# when being called with --no-absolute-filenames
# https://bugs.gentoo.org/700020
=app-arch/cpio-2.13

# Lars Wendler <polynomial-c@gentoo.org> (2019-10-16)
# Depends on apache-2.2
dev-libs/OpenSRF

# Matt Turner <mattst88@gentoo.org> (2019-09-01)
# TeXmacs is the only remaining package in tree that requires guile-1.8, which
# is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a
# few years. Bug #436400
app-office/texmacs
<dev-scheme/guile-2

# Robin H. Johnson <robbat2@gentoo.org> (2019-07-08)
# Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
# matching genkernel work?
>=sys-fs/lvm2-2.03

# Andreas Sturmlechner <asturm@gentoo.org> (2018-11-25)
# Masked per security vulnerability CVE-2018-14345, bug #661510
# Keeping it masked while users have unsolved issues with >0.15.0.
<x11-misc/sddm-0.18.0

# Andreas Sturmlechner <asturm@gentoo.org> (2018-10-07)
# Masked for more testing especially of reverse-deps.
>=dev-games/ogre-1.11.2

# Andreas K. Hüttel <dilfridge@gentoo.org> (2018-09-11)
# Mask transition ebuilds that were needed only for <glibc-2.26
# We will keep them in the tree as long as we have masked
# <glibc-2.26.
~net-libs/libnsl-0
~net-libs/rpcsvc-proto-0

# James Le Cuirot <chewi@gentoo.org> (2017-12-17)
# Java 11 is not yet fully supported on Gentoo. Packages cannot depend
# on it so these virtuals are not yet required. If you wish to use
# Java 11 then install openjdk-(jdk|jre)-bin directly.
virtual/jdk:11
virtual/jre:11

# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-10-18)
# sys-devel/automake versions 1.4, 1.5, 1.6, 1.7, 1.8
# have known security vulnerabilities, are broken with
# recent Perl (>=5.26.0), and are not used by anything in
# the Gentoo repository. Please uninstall.
sys-devel/automake:1.4
sys-devel/automake:1.5
sys-devel/automake:1.6
sys-devel/automake:1.7
sys-devel/automake:1.8
sys-devel/automake:1.9
sys-devel/automake:1.10

# Nicolas Bock <nicolasbock@gentoo.org> (2017-10-31)
# There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036).
# If you still would like to use this version, please report any issues to
# upstream.
>=app-text/jabref-bin-4.0

# Michał Górny <mgorny@gentoo.org> (2017-05-22)
# for Maciej S. Szmigiero <mail@maciej.szmigiero.name>
# Any version above 5.100.138 breaks b43 driver in various ways.
# Also, b43 wiki page says to use 5.100.138. Bug #541080.
>=sys-firmware/b43-firmware-6.30.163.46

# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (2017-05-21 and later updates)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
<sys-libs/glibc-2.31-r6
<sys-devel/binutils-2.33.1-r1
<sys-devel/binutils-hppa64-2.33.1

# Michał Górny <mgorny@gentoo.org> (2017-05-20)
# Old versions of CUDA and their reverse dependencies. They do not
# support GCC 5+, and are really old.
# (updated 2017-12-27 with cuda < 8 because of gcc < 5 mask)
<dev-util/nvidia-cuda-sdk-8
<dev-util/nvidia-cuda-toolkit-8

# Michael Orlitzky <mjo@gentoo.org> (2017-01-07)
# This package has some dangerous quality and security issues, but
# people may still find it useful. It is masked to prevent accidental
# use. See bugs 603346 and 604998 for more information.
app-admin/amazon-ec2-init

# Michał Górny <mgorny@gentoo.org> (2016-11-17)
# New version masked for testing. It supports source-window buffer size
# over 2G but it 'currently performs 3-5% slower and has 1-2% worse
# compression'.
>=dev-util/xdelta-3.1.0

# Robin H. Johnson <robbat2@gentoo.org> (2014-08-04)
# Masked for testing, presently fails upstream testsuite:
# FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1
# FAIL:07:02:35 (00:00:00) Dump/load of ./TESTDIR.3/recd001.db failed.
# FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1
# Lars Wendler <polynomial-c@gentoo.org> (2019-01-25)
# Also masked because of mostly incompatible license (AGPL-3)
=sys-libs/db-6.1*
=sys-libs/db-6.2*
=sys-libs/db-18.1*

# Mikle Kolyada <zlogene@gentoo.org> (2014-06-27)
# Masked for proper testing. (Major updates in the code).
~dev-perl/PortageXS-0.2.12

# Matti Bickel <mabi@gentoo.org> (2014-04-22)
# Masked slotted lua for testing
# William Hubbs <williamh@gentoo.org> (2016-08-07)
# Taking this mask since Mabi is retired
# consolidating all slotted lua masks
app-eselect/eselect-lua
>=dev-lang/lua-5.1.5-r100

# Samuli Suominen <ssuominen@gentoo.org> (2012-03-06)
# Masked for testing since this is known to break nearly
# every reverse dependency wrt bug 407091
>=dev-lang/lua-5.2.0

# Mike Gilbert <floppym@gentoo.org> (2014-03-04)
# Dev channel releases are only for people who are developers or want more
# experimental features and accept a more unstable release.
www-plugins/chrome-binary-plugins:unstable

# Diego E. Pettenò <flameeyes@gentoo.org> (2009-01-03)
# These packages are not supposed to be merged directly, instead
# please use sys-devel/crossdev to install them.
dev-util/mingw64-runtime
sys-libs/newlib
dev-embedded/avr-libc