summaryrefslogtreecommitdiff
blob: 5a5a92b31b181d9354b4d016e87dfbaa0f65849d (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
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# 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 ---

# 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

# Sam James <sam@gentoo.org> (2020-11-25)
# Temporary mask to fix tree breakage
# Dependency x11-libs/pangox-compat does not exist
=net-misc/anydesk-6.0.1

# 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

# Joonas Niilola <juippis@gentoo.org> (2020-11-22)
# Abandoned upstream, unbuildable, unkeyworded in ::gentoo. 
# Removal in 14 days. Bug #https://bugs.gentoo.org/752456
app-accessibility/simon

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-21)
# Dead upstream, depends on deprecated kde-frameworks/kmediaplayer
# Masked for removal in 30 days.
media-video/kmplayer

# 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

# Matt Turner <mattst88@gentoo.org> (2020-11-19)
# Ancient packages long since deprecated in the age of udev.
# Removal in 30 days. Bug #755617
sys-apps/hwdata-gentoo
sys-apps/hwsetup
sys-libs/libkudzu

# Lars Wendler <polynomial-c@gentoo.org> (2020-11-19)
# Breaks consumers like gnome-base/gnome-keyring and net-fs/cifs-utils
# See https://bugs.gentoo.org/755596
=sys-libs/libcap-ng-0.8.1

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-18)
# Depends on deprecated QtWebKit, dead upstream.
# Alternatives: kde-apps/okular[chm], app-text/xchm
# Removal in 30 days.
app-text/kchmviewer

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-18)
# Depends on deprecated QtWebKit, no maintainer.
# Bugs #712200 and 725388. Removal in 30 days.
sci-misc/mendeleydesktop

# Michał Górny <mgorny@gentoo.org> (2020-11-18)
# Upstream has switched to aiobotocore.  It's a huge hack that requires
# a very specific botocore version, currently 3 months old.  Given that
# boto* makes releases daily and various revdeps require newer boto3 /
# botocore versions, this makes aiobotocore unmaintainable.
# As a result, we'd be stuck with the old version forever.
#
# See also:
# https://github.com/aio-libs/aiobotocore/issues/829
# https://github.com/dask/s3fs/issues/357
#
# Removal in 30 days.  Bug #755266.
dev-python/s3fs

# Zac Medico <zmedico@gentoo.org> (2020-11-17)
# Unit tests fail. No revdeps.
# Removal in 30 days.  Bug #723674.
dev-python/diff-cover

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# Discontinued upstream.  No revdeps.  Use dev-python/toml instead.
# Removal in 30 days.  Bug #755125.
dev-python/pytoml

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# A drive-by package with one release in 2015, no revdeps and no tests.
# The same purpose is served e.g. by dev-python/parameterized.
# Removal in 30 days.  Bug #755122.
dev-python/parametrized

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# Old dependencies of dev-python/GitPython.  The current versions (3)
# have been renamed back to dev-python/{gitdb,smmap}.
# Removal in 30 days.  Bug #755080.
dev-python/gitdb2
dev-python/smmap2

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# Old backport package with no revdeps.
# Removal in 30 days.  Bug #755074.
dev-python/funcsigs

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# Fail to build with gcc-10.  No recent activity upstream.  Seems that
# Exherbo is dead and buried.
# Removal in 30 days.  Bug #708528.
sys-apps/sydbox
sys-libs/pinktrace

# Michał Górny <mgorny@gentoo.org> (2020-11-17)
# Both packages provide backports that are only meaningful to Python 2
# and have no reverse dependencies.
# Removal in 30 days.  Bug #754984.
dev-python/backports-csv
dev-python/backports-os

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-17)
# Depends on deprecated QtWebKit, needs dedicated maintainer and version bump
# to 20.11 with new dependency dev-python/PyQtChart.
# Bugs #607130, #701318 and #709862. Removal in 30 days.
dev-util/eric

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-17)
# Depends on deprecated QtWebKit, upstream has no capacities to port away.
# Bugs #508160, #654968 and #687840. Qt-based alternative: net-news/rssguard
# Removal in 30 days.
net-news/quiterss

# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-17)
# Depends on deprecated QtWebKit, upstream did not make a release in 10 years
# (current RC2 is from 2016). Bugs #653100 and #734880. Removal in 30 days.
app-text/goldendict

# Sergei Trofimovich <slyfox@gentoo.org> (2020-11-05)
# Does not compile against ghc-8.8: #754675, #611988
# Masked for removal
dev-haskell/shuffle
dev-haskell/uhc-light
dev-haskell/uhc-util

# Michał Górny <mgorny@gentoo.org> (2020-11-15)
# Fails to build.  Lots of bugs filed.  Not touched by maintainer
# since 2018.
# Removal in 30 days.  Bug #721990.
media-video/cinelerra

# Sergei Trofimovich <slyfox@gentoo.org> (2020-11-03)
# Not compatible with ghc-8.8 or above: #754285
# No revdeps. Masked for removal.
dev-haskell/ghc-syb-utils

# Aisha Tammy <gentoo@aisha.cc> (2020-11-13)
# dead packages with latest releases before 2013
# these are superseded by other scikit packages
# scikit-optimize, sktime
# Removal in 30 days (Bug #749297)
sci-libs/scikits_optimization
sci-libs/scikits_timeseries

# 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

# Michał Górny <mgorny@gentoo.org> (2020-11-09)
# Python 2 backport.  Last revdep masked.
# Removal in 30 days.  Bug #753725.
dev-python/typing

# Michał Górny <mgorny@gentoo.org> (2020-11-09)
# Dead Python 2 package.  Replaced by dev-python/cheetah3.  The last
# mongodb versions needing it are masked now.
# Removal in 30 days.  Bug #753722.
dev-python/cheetah

# 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

# Benda Xu <heroxbd@gentoo.org> (2020-11-09)
# sci-libs/mkl-rt is now subsumed by the updated sci-libs/mkl package
# which also provides development header files and pkgconfig files
# Removal in 30 days. Bug #747310.
sci-libs/mkl-rt

# Matt Turner <mattst88@gentoo.org> (2020-11-08)
# Uninstallable because of fetch restriction and dead download link.
# Removal in 30 days.  Bug #725646.
media-fonts/mathematica-fonts

# Dirkjan Ochtman <djc@gentoo.org> (2020-11-05)
# Incorrect DISTUTILS_USE_SETUPTOOLS value, dead upstream.
# Removal in 30 days. Bug #748063
dev-python/couchdb-python

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

# Sergei Trofimovich <slyfox@gentoo.org> (2020-11-03)
# Hackage release does not build against gcc-8:
# https://github.com/Helium4Haskell/helium/issues/4
# Masked for removal. Bugs: #751757, #736054
dev-lang/helium
dev-haskell/lvmlib

# Joonas Niilola <juippis@gentoo.org> (2020-11-03)
# Dead upstream, or broken for a long time, not maintained in Gentoo.
# Removal in 30 days. Bug #752462
app-emulation/rex-client
app-i18n/kde-l10n-scripts
media-plugins/xbmc-addon-xvdr
net-analyzer/nagios-plugins-flameeyes
net-libs/libosmo-abis
net-libs/libosmo-netif
net-misc/lcr
net-misc/srf-ip-conn-srv
net-wireless/dump978
net-wireless/openbsc
net-wireless/openggsn
net-wireless/osmobts
net-wireless/osmocom-bb

# Lars Wendler <polynomial-c@gentoo.org> (2020-10-30)
# Removed public macro definitions for TRUE and FALSE which breaks lots of
# revdeps. See tacker bug at https://bugs.gentoo.org/751919
=dev-libs/icu-68.1
=dev-libs/icu-layoutex-68.1

# 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-10-29)
# Dev channel releases are only for people who
# are developers or want more experimental features
# and accept a more unstable release.
>=www-client/chromium-88

# 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

# Michał Górny <mgorny@gentoo.org> (2020-10-26)
# This packages makes little sense without sci-geosciences/mapnik.
# It has not been updated in 11 years, so it has been useless anyway.
# Removal in 14 days.  Bug #559060.
sci-geosciences/mapnik-world-boundaries

# Michał Górny <mgorny@gentoo.org> (2020-10-24)
# Last release in 2004, next release 'Soon(tm)'.  Fails to build
# due to horrible code hacks.
# Removal in 30 days.  Bug #638088.
games-rpg/twclone

# Michał Górny <mgorny@gentoo.org> (2020-10-24)
# Deprecated GNOME2 era libraries with no reverse dependencies left.
# Removal in 30 days.  Bug #751004.
gnome-base/libbonobo
gnome-base/libgnome-keyring
gnome-base/orbit

# Michał Górny <mgorny@gentoo.org> (2020-10-23)
# Fails to build.  Needs a dedicated maintainer and a version bump.
# Removal in 30 days.  Bug #635592.
games-strategy/asc

# David Seifert <soap@gentoo.org> (2020-10-21)
# No releases in over 3 years, no more revdeps in tree
# upstream mostly unresponsive to requests for proper
# tarballs. Removed from Fedora and Ubuntu already.
# Bug #708700, Removal in 30 days.
dev-python/PythonQt

# Marek Szuba <marecki@gentoo.org> (2020-10-13)
# Not compatible with >=dev-libs/openssl-1.1.0, no maintainer in Gentoo,
# no new commits to the upstream Git repository since September 2013.
# No reverse dependencies. Removal in 30 days (Bug #736190).
dev-lua/luacrypto

# Marek Szuba <marecki@gentoo.org> (2020-10-13)
# Ulrich Müller <ulm@gentoo.org> (2020-11-06)
# Robin H. Johnson <robbat2@gentoo.org> (2020-11-28)
# ...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-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-misc/worker-3.8.3-r100
=dev-games/openscenegraph-openmw-3.4_p20200425-r100
=dev-libs/efl-1.25.1-r10
>=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/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-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/luadbi-0.7.2-r100
>=dev-lua/luaevent-0.4.6-r100
=dev-lua/luaexpat-1.3.0-r101
=dev-lua/luaexpat-1.3.3-r101
>=dev-lua/luafilesystem-1.8.0-r100
>=dev-lua/luajson-1.3.4
>=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.3.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
=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-roguelike/stone-soup-0.25.1-r100
>=mail-filter/imapfilter-2.6.16-r100
>=media-gfx/geeqie-1.5.1-r1
>=media-sound/aqualung-1.1-r100
>=net-analyzer/suricata-6.0.0-r100
>=net-im/swift-4.0.2-r100
>=net-p2p/eiskaltdcpp-2.2.10-r100
>=sci-astronomy/celestia-1.7.0_pre20200316-r100
>=sci-libs/plplot-5.15.0-r100
>=sci-visualization/gnuplot-5.4.0-r100
>=sci-visualization/fityk-1.3.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
>=x11-misc/devilspie2-0.43-r100

# 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

# Piotr Karbowski <slashbeast@gentoo.org> (2020-08-28)
# Temporary mask due to multiple reports of segfaults at startup, bug #739056
=x11-base/xorg-server-1.20.9

# 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
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

# Robin H. Johnson <robbat2@gentoo.org> (2019-03-25)
# Requires >=dev-lang/lua-5.3 which is masked
sys-apps/likwid

# Thomas Deutschmann <whissi@gentoo.org> (2018-12-10)
# Requires >=dev-lang/lua-5.2 which is masked
>=app-admin/lsyncd-2.2.3

# 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

# Andreas K. Hüttel <dilfridge@gentoo.org> (2016-04-03)
# Can exhaust all available memory depending on task
# but is made available for experts who heed this warning
# as newer versions produce different output. Contact
# the proxied maintainer Matthew Brewer <tomboy64@sina.cn>
# for questions.
<=media-gfx/slic3r-1.1.9999

# 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