summaryrefslogtreecommitdiff
blob: 805817c647aa5b8322349c6e8ca9ce401816c848 (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
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
# Copyright 1999-2021 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 ---

# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-05-15)
# Dead upstream, homepage missing, EAPI=5, no systemd units.
# https://bugs.gentoo.org/790413 , #434900, #552760
# Use any of or combination of the following instead:
# sys-apps/rng-tools
# sys-apps/haveged
# app-crypt/jitterentropy-rngd
sys-apps/timer_entropyd

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-15)
# Dead upstream, dead downstream, GTK+2 based.  Bug #770898
# Removal on 2021-06-14.
app-editors/amyedit

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-15)
# Unmaintained, GTK+2-based, dubiously duplicating app-mobilephone/gnokii[X]
# Removal on 2021-06-14. Bug #769032
app-mobilephone/gnocky

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-15)
# Long-standing bugs, GTK+2-based, last revdep of media-libs/libexif-gtk.
# Alternative: media-gfx/shotwell
# Removal on 2021-06-14.  Bugs #560032, #740020, #769095
media-gfx/gtkam

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-15)
# Unmaintained, pending version bump request since 2014, no revdeps.
# Removal on 2021-06-14.  Bug #507760
media-libs/libexif-gtk

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-15)
# Unmaintained, dead upstream since 2004, no hope to port away from GTK+2.
# Removal on 2021-06-14.  Bug #769110
media-gfx/gimageview

# Michał Górny <mgorny@gentoo.org> (2021-05-15)
# Relies on dev-python/astunparse that is broken with Python 3.8+
# and abandoned upstream.  The current version is also broken
# w/ sphinx-4 but with Python 3.7 being removed in half a month, bumping
# makes little sense.  No reverse dependencies.
# Removal on 2021-06-14.  Bug #743889.
dev-python/sphinxcontrib-httpexample

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-09)
# Unmaintained, last revdep of dev-perl/gtk2-spell, bugs #724796, #769296
# Removal on 2021-06-08
app-misc/gcstar
dev-perl/gtk2-spell

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-05-09)
# Work in progress, do not use yet
=dev-lang/perl-5.34*

# David Seifert <soap@gentoo.org> (2021-05-09)
# All revdeps masked, last release in 1999, needs to do now.
# Bug #772815, removal in 30 days.
sci-libs/fftw:2.1

# David Seifert <soap@gentoo.org> (2021-05-09)
# Last consumer of sci-libs/fftw:2.1, last release over 20 years
# ago, dead upstream. Bug #779421, removal in 30 days.
media-sound/gramofile

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-05-09)
# PortageXS saw its last release in 2016 and would need
# a new upstream maintainer. Multiple bugs, e.g.,
# 688238, 625536, 613114, 473394, 332611, 289524, 264680
# Masked for removal in 30 days, including reverse deps.
dev-perl/PortageXS
app-portage/demerge
app-portage/perl-info

# Sam James <sam@gentoo.org> (2021-05-09)
# Not working properly with cmake.eclass port
# bug #788448
=app-arch/brotli-1.0.9-r3

# Sam James <sam@gentoo.org> (2021-05-07)
# Masked for testing. Two major releases ahead of last packaged version.
# Please report bugs but this is experimental for now.
# bug #731266
>=net-mail/cyrus-imapd-3.4.0

# Joonas Niilola <juippis@gentoo.org> (2021-05-06)
# sci-libs/cbflib: Doesn't compile with GCC-10 or GCC-11. Was never
# ported to work with GCC-10+. sci-chemistry/rasmol depends on cbflib.
# Both packages have updates ignored in Gentoo, and their ebuilds
# pretty much untouched during git-era. Both had their latest upstream
# version release in 2018. Removal in ~30 days. Bug #788508
sci-libs/cbflib
sci-chemistry/rasmol

# David Seifert <soap@gentoo.org> (2021-05-05)
# Causes unsolvable package conflicts, bug #788310
>=media-libs/openexr-3

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers, dead homepage
# removal in 30 days
# see bug: https://bugs.gentoo.org/787329
app-misc/jitac

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# last release in 2009
# removal in 30 days
# see bug: https://bugs.gentoo.org/787332
app-office/hourglass

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers, last release in 2005
# removal in 30 days
# see bug: https://bugs.gentoo.org/787368
dev-util/jarwizard

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers, last release in 2008
# removal in 30 days
# see bug: https://bugs.gentoo.org/787428
media-sound/entagged-tageditor

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers, last release in 2009
# removal in 30 days
# see bug: https://bugs.gentoo.org/787434
media-sound/protux

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers, last release in 2011
# removal in 30 days
# see bug: https://bugs.gentoo.org/787656
sci-physics/jaxodraw

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-05)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/785400
dev-java/cldc-api

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-01)
# nsplugin is dead, bug #771801
# Removal on 2021-05-31
www-plugins/google-talkplugin

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-01)
# Unmaintained, java depends on deprecated JDK-7, nsplugin is dead.
# Multiple bugs: #446508, #678776, #682600, #787407
# Removal on 2021-05-31
media-gfx/freewrl

# Michał Górny <mgorny@gentoo.org> (2021-05-01)
# The following packages have not been ported to Python 3.8, and are
# therefore going to be removed when support for Python 3.7 target is
# removed.  Please do not unmask them unless you port them both to
# Python 3.8 *and* Python 3.9 (that is becoming the default
# on 2021-06-01).
#
# Removal on 2021-05-31.  Relevant bugs found on tracker #701178.
gnome-extra/gnome-dvb-daemon
sci-chemistry/gmxapi
www-apps/netbox

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-04-30)
# Superceded by dev-perl/Image-Sane. Tests hang, bug 626594
# Removal in 30 days.
dev-perl/Sane

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-04-30)
# Outdated, not pulled in by any virtuals anymore, no
# keywords. Removal in 30 days.
perl-core/Devel-PPPort
perl-core/Time-Local
perl-core/Unicode-Normalize

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-30)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/787152
dev-java/tagsoup

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786888
dev-java/zeus-jscl

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786864
dev-java/sun-jmx
java-virtuals/jmx
dev-util/jconfig

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786843
dev-java/sun-httpserver-bin

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786840
dev-java/stax-ex
dev-java/xmlstreambuffer

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786831
dev-java/stax2-api

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786756
dev-java/nekohtml
dev-java/boilerpipe

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786786
dev-java/spymemcached

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786783
dev-java/skinlf

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786780
dev-java/sblim-cim-client

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786774
dev-java/radeox

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bugs: https://bugs.gentoo.org/786771
dev-java/prefuse

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786768
dev-java/picocontainer

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786753
dev-java/msv
dev-java/relaxngcc
dev-java/wstx
dev-java/jettison

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786744
dev-java/minlog

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786714
dev-java/libmatthew-java

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786711
dev-java/ldapsdk

# Michał Górny <mgorny@gentoo.org> (2021-04-29)
# The most recent release is still broken with current
# dev-python/coverage.  Inactive downstream maintainer.  No revdeps.
# Removal on 2021-05-29.  Bug #786666.
dev-python/pytest-testmon

# Eray Aslan <eras@gentoo.org> (2021-04-29)
# Mask experimental software
=mail-mta/postfix-3.7*

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# security issues, last release in 2004
# removal in 30 days
# see bug: https://bugs.gentoo.org/631394
media-sound/bladeenc

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786522
dev-java/netty-codec
dev-java/netty-codec-http
dev-java/netty-handler

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# obsolete, use dev-util/visualvm
# removal in 30 days
# see bug: https://bugs.gentoo.org/786513
dev-java/jvmstat

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786510
dev-java/junrar

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786507
dev-java/junit-addons

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786486
dev-java/jstun

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786483
dev-java/l2fprod-common
dev-java/jreleaseinfo

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786480
dev-java/jortho

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786441
dev-java/jlibeps

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786438
dev-java/jisp

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786435
dev-java/jinput

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786432
dev-java/jid3

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786426
dev-java/jebl

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# project abandoned
# removal in 30 days
# see bug: https://bugs.gentoo.org/786420
dev-java/jdbm

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786417
dev-java/jdbc2-stdext

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786414
dev-java/jcmdline

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786408
dev-java/jboss-logmanager
dev-java/jboss-logging

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# last release in 2017, website is offline
# removal in 30 days
# see bug: https://bugs.gentoo.org/786381
dev-java/javolution

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786237
dev-java/jarbundler

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-28)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786234
dev-java/j2ssh

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786117
dev-java/helpgui

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786120
dev-java/higlayout

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786096
dev-java/hamcrest-integration

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786090
dev-java/fscript

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786087
dev-java/fastinfoset

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785985
dev-java/ehcache

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785886
dev-java/easymock-classextension

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# libraries with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785883
dev-java/httpcomponents-client
dev-java/httpcomponents-core

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785877
dev-java/dtdparser

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-26)
# no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785847
dev-java/commons-fileupload

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-26)
# does not compile with java 1.8, no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785796
dev-java/commons-el

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-04-25)
# Broken, bug 616986; removal in 30 days
dev-perl/HTTPD-User-Manage

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-04-25)
# Broken, bug 663274; removal in 30 days
dev-perl/Text-Unaccent

# Jonas Stein <jstein@gentoo.org> (2021-04-25)
# Bad SRC_URI, dead upstream.
# Removal on 2021-06-01.  Bug #785736.
app-misc/logitech-applet

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-25)
# obsolete package, nothing depends on it
# removal in 30 days
# see bug: https://bugs.gentoo.org/785508
dev-java/velocity-dvsl

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-25)
# nothing depends on it
# removal in 30 days
# see bug: https://bugs.gentoo.org/785532
dev-java/cdegroot-db

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-25)
# uses depracated classes, not used by anything,
# removal in 30 days
# see bug: https://bugs.gentoo.org/785415
dev-java/codemodel

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-25)
# seems to be obsolete, nothing uses it
# removal in 30 days
dev-java/istack-commons-buildtools

# David Seifert <soap@gentoo.org> (2021-04-24)
# Doesn't build, live ebuild broken too, blocks wxwidgets.eclass
# modernization, unmaintained, requires unreleased changes in
# net-libs/liquid-dsp. Bug #777720, removal in 30 days.
net-wireless/cubicsdr

# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-24)
# dev-dotnet/gtk-sharp is effectively unmaintained. Last upstream release
# in 2016, version packaged in Gentoo from 2013. gtk-sharp-3 never made it
# out of beta state. An actively developed fork that targets GTK3 exists:
# https://github.com/GtkSharp/GtkSharp
# Removal on 2021-05-24. Tracker bug #769041
dev-dotnet/gtk-sharp

# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-24)
# Depends on deprecated dev-dotnet/gtk-sharp, bug #769077
# Removal on 2021-05-24
app-misc/gnutu

# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-24)
# Depends on deprecated dev-dotnet/gtk-sharp, bug #769083
# Alternatives (all in app-editors category): curses-hexedit, dhex, ghex,
# hexcurse, okteta, qhexedit2, shed, wxhexeditor
# Removal on 2021-05-24
dev-util/bless

# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-24)
# Unmaintained, depends on dev-dotnet/gtk-sharp which is dead upstream.
# Removal on 2021-05-24; bugs #769050, #769059
dev-dotnet/gkeyfile-sharp
dev-dotnet/notify-sharp

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

# Michał Górny <mgorny@gentoo.org> (2021-04-22)
# py3.7 backport with no revdeps left.
# Removal on 2021-05-22.  Bug #784983.
dev-python/idna-ssl

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-21)
# no consumers, last commit 2017
# see: https://bugs.gentoo.org/784836
# removal in 30 days
dev-java/apt-mirror

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-21)
# java library, no consumers
# see: https://bugs.gentoo.org/784830
# removal in 30 days
dev-java/ant-owanttask

# Ulrich Müller <ulm@gentoo.org> (2021-04-20)
# Version 3.15 is broken with Emacs 27.2.
=app-emacs/mic-paren-3.15-r0

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-21)
# java library, no consumers
# see: https://bugs.gentoo.org/784812
dev-java/ini4j

# Matt Turner <mattst88@gentoo.org> (2021-04-18)
# Pretty dead. Needs GTK+3 port. Doesn't build with glib-2.68.
# Removal on 2021-05-19.  Bug #784266.
net-nntp/pan

# Jonas Stein <jstein@gentoo.org> (2021-04-19)
# Bad SRC_URI, missing license files
# Removal on 2021-07-01.  Bug #784221.
x11-apps/amlc

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-18)
# our version is outdated with security issues, new version
# uses gradle to build which we don't support atm,
# also being a web framework deployable to application servers,
# we have no usage for it, and nothing depends on it
# removal in 30 days
dev-java/tapestry

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-18)
# the project has been abandoned and the developement
# is now under name SpotBugs
# see: https://github.com/findbugsproject/findbugs
dev-util/findbugs

# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-18)
# obsolete deps, not used by any package
# removal in 30 days
dev-java/classmate
dev-java/commons-configuration
dev-java/commons-jelly
dev-java/ezmorph
dev-java/ical4j

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-04-18)
# dev-java/xerces-2.12.1 depends on masked >=virtual/{jdk,jre}-11
# https://bugs.gentoo.org/782697
>=dev-java/xerces-2.12.1

# Michał Górny <mgorny@gentoo.org> (2021-04-17)
# Superseded by dev-python/pycodestyle.  Last revdep masked for removal.
# Removal on 2021-05-17.  Bug #783369.
dev-python/pep8

# Michał Górny <mgorny@gentoo.org> (2021-04-17)
# Dead.  Upstream repo gone.  Requires obsolete dev-python/pep8.
# No revdeps.
# Removal on 2021-05-17.  Bug #783366.
dev-python/pytest-pep8

# Bernard Cafarelli <voyageur@gentoo.org> (2021-04-15)
# Abandoned upstream, does not work with current API,
# does not compile with current mpv
# Removal on 2021-05-15, bug #782601
media-video/orion

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-04-15)
# dev-java/jcodings-1.0.55 depends on masked >=virtual/{jdk,jre}-11
# dev-java/joni-2.1.41 depends on masked >=virtual/{jdk,jre}-11
>=dev-java/jcodings-1.0.55
>=dev-java/joni-2.1.41

# Jonas Stein <jstein@gentoo.org> (2021-04-15)
# Depends on gtk2, which is EOL
# Removal on 2021-06-01.  Bug #782904.
x11-themes/gtk-engines-aurora

# Jonas Stein <jstein@gentoo.org> (2021-04-14)
# Open bugs, dead upstream.
# Removal on 2021-06-01.  Bug #782730.
x11-misc/superswitcher

# Jonas Stein <jstein@gentoo.org> (2021-04-14)
# dead upstream, no valid SRC_URI
# Removal on 2021-06-01.  Bug #782727.
x11-misc/xstroke

# Lars Wendler <polynomial-c@gentoo.org> (2021-04-08)
# Masked for testing
>=app-crypt/gnupg-2.3.0

# Sam James <sam@gentoo.org> (2021-03-30)
# Seems to break dev-tex/culmus-latex
# Masking until we can investigate & fix
# bug #737406
=media-fonts/culmus-0.133-r1

# Lars Wendler <polynomial-c@gentoo.org> (2021-03-22)
# Has unidentified race condition on very fast CPUs that causes maintainer-
# mode to be triggered.
# Most likely caused by the following upstream commit:
#   https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=aba75f6d4a9c875a9d5d90a07c6b3678db66a4bf
sys-devel/autoconf:2.71

# Göktürk Yüksek <gokturk@gentoo.org> (2021-03-14)
# Dead upstream. No revdeps.
# Removal in 60 days to allow people extra time
# for transitioning out. Bug #776262.
app-admin/lastpass-cli

# Sam James <sam@gentoo.org> (2021-03-03)
# Doesn't seem to sync clock correctly
# in some cases.
# bug #772998
~net-misc/openntpd-6.8_p1

# Sam James <sam@gentoo.org> (2021-03-01)
# Mask new proj 8.x as it removes deprecated
# API. Likely to break several consumers
# which haven't yet ported.
# bug #729098
>=sci-libs/proj-8.0.0

# Sam James <sam@gentoo.org> (2021-02-18)
# 0.9.27 included a regression wrt deletes
# bug #768948
=dev-db/lmdb-0.9.27

# Lars Wendler <polynomial-c@gentoo.org> (2021-02-15)
# Mask development versions now that they were bumped...
=net-misc/kea-1.9*

# Marek Szuba <marecki@gentoo.org> (2021-01-21)
# Masked for testing and further work - the golang-vcs-snapshot variant
# seems to be incompatible with revdeps using go-module, the variant
# using the latter is still broken.
dev-go/qt

# 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.
media-plugins/kodi-game-libretro-nestopia
media-plugins/kodi-game-libretro-dosbox

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

# 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

# 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

# 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

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

# 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

# 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

# Andrew Ammerlaan <andrewammerlaan@riseup.net> (2020-01-26)
# 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
# bug #700020
=app-arch/cpio-2.13

# 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

# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
# (and others, updated later)
# 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.32-r3
<sys-devel/binutils-2.35.2
<sys-devel/binutils-hppa64-2.35.2

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

# 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