summaryrefslogtreecommitdiff
blob: d84940cb554f83bed4e49ad35938b767cfdf9d40 (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
# Copyright 1999-2024 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 with a format of YYYY-MM-DD, 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 ---

# Viorel Munteanu <ceamac@gentoo.org> (2024-01-08)
# Masked for removal due to licensing issues and possible GPL infringement.
# Removal: 2024-02-07.  Bug #766129.
x11-misc/albert

# Michał Górny <mgorny@gentoo.org> (2024-01-07)
# A Gentoo fork of an abandoned library that was historically used
# by app-office/libreoffice.  No revdeps left.
# Removal on 2024-02-06.  Bug #921576.
sys-devel/ucpp

# John Helmert III <ajak@gentoo.org> (2024-01-06)
# Unmaintained in Gentoo, outdated, and vulnerable
# Removal on 2024-02-06. Bugs #856466, #865253
net-dns/totd

# John Helmert III <ajak@gentoo.org> (2024-01-06)
# Unmaintained in Gentoo, outdated, vulnerable
# Removal on 2024-02-06. Bug #918536
net-nds/tac_plus

# Andreas Sturmlechner <asturm@gentoo.org> (2024-01-03)
# Unmaintained upstream, no more revdeps.
# Removal on 2024-02-03.  Bug #877311
x11-libs/snorenotify

# Alfredo Tupone <tupone@gentoo.org> (2024-02-02)
# No more used by any package (bug #921167)
# remove in 30 days
net-mail/courier-makedat

# Michał Górny <mgorny@gentoo.org> (2024-01-01)
# The version seems to introduce an ABI breakage that causes
# incompatibility with extensions built using the previous version
# https://github.com/pypy/pypy/issues/4816
=dev-python/pypy3-7.3.14
=dev-python/pypy3_10-7.3.14-r1
=dev-python/pypy3_10-exe-7.3.14
=dev-python/pypy3_10-exe-bin-7.3.14

# Petr Vaněk <arkamar@gentoo.org> (2024-01-01)
# Mirror restricted package, but the source code is no longer available.
# Homepage gone. Moreover, there is multiple issues reported with modern
# compilers.
# Removal: 2024-01-31.  Bug #906645.
net-mail/courierpassd

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Unmaintained.  A number of serious bugs reported.  Homepage gone.
# No release since at least 2010.
# Removal on 2024-01-30.  Bug #915827.
app-misc/utimer

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Apparently broken on kernels > 5.15, with data loss potential.
# Last release in 2010.  sys-apps/hd-idle is a good replacement.
# Removal on 2024-01-30.  Bug #849077.
sys-block/noflushd

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Buggy code that carries local patches already.  Last release in 2011.
# Removal on 2024-01-30.  Bug #878629.
net-proxy/tayga

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Buggy code that carries local patches already.  The ebuild installs
# junk files.  No upstream activity since 2009.
# Removal on 2024-01-30.  Bug #874087.
app-admin/newsyslog

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Buggy code with a number of local patches already.  Last release
# in 2003.  media-sound/jack2 should be a good alternative.
# Removal on 2024-01-30.  Bug #875152.
media-sound/daudio

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# dev-python/pydocstyle does not work on Python 3.12 and it has been
# archived in 2023-11.  dev-python/pylama is its only reverse
# dependency, and did not have any activity since 2022-08.
# It has no reverse dependencies.
# Removal on 2024-01-30.  Bug #917008.
dev-python/pydocstyle
dev-python/pylama

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Homepage gone.  Last updated in 2005.  There are many alternatives
# available in net-firewall/*.
# Removal on 2024-01-30.  Bug #920658.
net-misc/monmotha

# Michał Górny <mgorny@gentoo.org> (2023-12-31)
# Discontinued fork of net-firewall/firehol.  Last updated in 2013.
# Unmaintained in Gentoo since 2015.  Use the original package instead.
# Removal on 2024-01-30.  Bug #920659.
net-firewall/sanewall

# Petr Vaněk <arkamar@gentoo.org> (2023-12-27)
# Unmaintained package with multiple open bugs. Upstream seems to be inactive.
# Version bumps are available for 7 years but nobody seems to care.
# Removal: 2024-01-26.  Bugs #303339, #712770, #732282, #782907, #870883, #898858.
www-apache/anyterm

# Michał Górny <mgorny@gentoo.org> (2023-12-27)
# Broken with all versions of dev-python/snakeoil.  Archived upstream.
# No revdeps.
# Removal on 2024-01-26.  Bug #920763.
dev-python/pychroot

# Hans de Graaff <graaff@gentoo.org> (2023-12-27)
# Obsolete slot that no longer has any reverse dependencies. Use the
# newer slot instead. Masked for removal on 2024-01-27.
dev-ruby/rubyzip:1

# Andreas Sturmlechner <asturm@gentoo.org> (2023-12-25)
# Masked until KF6 is unmasked.
~media-libs/mpvqt-1.0.0

# Michał Górny <mgorny@gentoo.org> (2023-12-25)
# libtinynotify-systemwide is not ported to procps-4.  It is only
# used to implement sw-notify-send which is used as an optional RDEP
# in sys-apps/uam to send notifications on mount.
# Removal on 2024-01-24.  Bug #913525.
x11-libs/libtinynotify-systemwide
x11-misc/sw-notify-send

# Patrick Lauer <patrick@gentoo.org> (2023-12-23)
# ROCm-6 builds but has runtime issues for me
>=dev-libs/roct-thunk-interface-6.0.0
>=dev-libs/rocr-runtime-6.0.0
>=dev-libs/rocm-comgr-6.0.0
>=dev-libs/rocm-device-libs-6.0.0
>=dev-libs/rocm-opencl-runtime-6.0.0
>=dev-util/hipcc-6.0.0
>=dev-util/hip-6.0.0
>=dev-util/rocminfo-6.0.0

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Unmaintained.  Last release in 2001.  media-gfx/xfig
# (that is still maintained) is recommended instead.
# Removal on 2024-01-21.  Bug #899790.
media-gfx/figurine

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Broken on Python 3.11+.  No revdeps.
# Removal on 2024-01-21.  Bug #896752.
dev-python/awxkit

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Crashes.  Discontinued upstream.  No revdeps.
# Removal on 2024-01-21.  Bug #907758.
media-sound/guayadeque

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Abandoned and archived upstream.  Known broken.  No revdeps.
# dev-go/lichen is the recommended replacement.
# Removal on 2024-01-21.  Bug #913755.
dev-go/golicense

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Unmaintained tool with NIH libraries that (optionally) depend
# on vulnerable media-gfx/transfig.  Homepage gone.  No other revdeps.
# Removal on 2024-01-21.  Bug #917248.
dev-libs/liblist
dev-libs/libstrl
dev-util/difffilter

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Ancient.  The website is gone.  No revdeps.
# Removal on 2024-01-21.  Bug #918622.
net-analyzer/lilac

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Unmaintained.  Unfetchable and mirror-restricted.  No revdeps.
# Removal on 2024-01-21.  Bug #918905.
sys-block/hpacucli

# Michał Górny <mgorny@gentoo.org> (2023-12-22)
# Unmaintained.  EAPI 6.  Last commit in 2017.  No revdeps.
# Removal on 2024-01-21.  Bug #919050.
app-containers/go-secbench

# Michał Górny <mgorny@gentoo.org> (2023-12-18)
# A broken package that used to be a test dependency
# of dev-python/ruamel-yaml.  No revdeps left.
# Removal on 2024-01-17.  Bug #920271.
dev-python/ruamel-std-pathlib

# Andreas Sturmlechner <asturm@gentoo.org> (2024-01-10)
# KDE Plasma 6 RC1 (5.92) and Frameworks 6 RC1 (5.248) mask
# *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME ***
# Do *not* attempt to mix with live ebuilds from kde overlay.
# To install alongside KDE Frameworks 5:
# - put '-kf6compat' into /etc/portage/profile/use.mask
# - enable USE=kf6compat globally
# - if you have the following packages installed, put the following into
#   /etc/portage/package.use in order to avoid conflicts:
#       dev-util/kdevelop:5 -gdbui -plasma
#       kde-apps/kget:5 -kde
#       kde-apps/krfb:5 -wayland
#       net-p2p/ktorrent:5 -shutdown
# If you encounter ...
# - build-time/packaging bugs:
#   - check kde overlay KF6 live ebuild first, it may have been addressed
#   - file a bug after making sure none exists yet for your issue
# - runtime bugs: https://community.kde.org/Plasma/Plasma_6#How_to_use/test_it
#   - work with upstream and help test patches using /etc/portage/patches
~kde-plasma/bluedevil-5.92.0
~kde-plasma/breeze-5.92.0
~kde-plasma/breeze-grub-5.92.0
~kde-plasma/breeze-gtk-5.92.0
~kde-plasma/breeze-plymouth-5.92.0
~kde-plasma/discover-5.92.0
~kde-plasma/drkonqi-5.92.0
~kde-plasma/flatpak-kcm-5.92.0
~kde-plasma/kactivitymanagerd-5.92.0
~kde-plasma/kde-cli-tools-5.92.0
~kde-plasma/kde-gtk-config-5.92.0
~kde-plasma/kdecoration-5.92.0
~kde-plasma/kdeplasma-addons-5.92.0
~kde-plasma/kgamma-5.92.0
~kde-plasma/kglobalacceld-5.92.0
~kde-plasma/kinfocenter-5.92.0
~kde-plasma/kmenuedit-5.92.0
~kde-plasma/kpipewire-5.92.0
~kde-plasma/kscreen-5.92.0
~kde-plasma/kscreenlocker-5.92.0
~kde-plasma/ksshaskpass-5.92.0
~kde-plasma/ksystemstats-5.92.0
~kde-plasma/kwallet-pam-5.92.0
~kde-plasma/kwayland-5.92.0
~kde-plasma/kwayland-integration-5.92.0
~kde-plasma/kwin-5.92.0
~kde-plasma/kwrited-5.92.0
~kde-plasma/layer-shell-qt-5.92.0
~kde-plasma/libkscreen-5.92.0
~kde-plasma/libksysguard-5.92.0
~kde-plasma/libplasma-5.92.0
~kde-plasma/milou-5.92.0
~kde-plasma/ocean-sound-theme-5.92.0
~kde-plasma/oxygen-5.92.0
~kde-plasma/oxygen-sounds-5.92.0
~kde-plasma/plasma-activities-5.92.0
~kde-plasma/plasma-activities-stats-5.92.0
~kde-plasma/plasma-browser-integration-5.92.0
~kde-plasma/plasma-desktop-5.92.0
~kde-plasma/plasma-disks-5.92.0
~kde-plasma/plasma-firewall-5.92.0
~kde-plasma/plasma-integration-5.92.0
~kde-plasma/plasma-meta-5.92.0
~kde-plasma/plasma-nm-5.92.0
~kde-plasma/plasma-pa-5.92.0
~kde-plasma/plasma-sdk-5.92.0
~kde-plasma/plasma-systemmonitor-5.92.0
~kde-plasma/plasma-thunderbolt-5.92.0
~kde-plasma/plasma-vault-5.92.0
~kde-plasma/plasma-welcome-5.92.0
~kde-plasma/plasma-workspace-5.92.0
~kde-plasma/plasma-workspace-wallpapers-5.92.0
~kde-plasma/plasma5support-5.92.0
~kde-plasma/plymouth-kcm-5.92.0
~kde-plasma/polkit-kde-agent-5.92.0
~kde-plasma/powerdevil-5.92.0
~kde-plasma/print-manager-5.92.0
~kde-plasma/sddm-kcm-5.92.0
~kde-plasma/systemsettings-5.92.0
~kde-plasma/wacomtablet-5.92.0
~kde-plasma/xdg-desktop-portal-kde-5.92.0
~kde-plasma/bluedevil-5.91.0
~kde-plasma/breeze-5.91.0
~kde-plasma/breeze-grub-5.91.0
~kde-plasma/breeze-gtk-5.91.0
~kde-plasma/breeze-plymouth-5.91.0
~kde-plasma/discover-5.91.0
~kde-plasma/drkonqi-5.91.0
~kde-plasma/flatpak-kcm-5.91.0
~kde-plasma/kactivitymanagerd-5.91.0
~kde-plasma/kde-cli-tools-5.91.0
~kde-plasma/kde-gtk-config-5.91.0
~kde-plasma/kdecoration-5.91.0
~kde-plasma/kdeplasma-addons-5.91.0
~kde-plasma/kgamma-5.91.0
~kde-plasma/kglobalacceld-5.91.0
~kde-plasma/kinfocenter-5.91.0
~kde-plasma/kmenuedit-5.91.0
~kde-plasma/kpipewire-5.91.0
~kde-plasma/kscreen-5.91.0
~kde-plasma/kscreenlocker-5.91.0
~kde-plasma/ksshaskpass-5.91.0
~kde-plasma/ksystemstats-5.91.0
~kde-plasma/kwallet-pam-5.91.0
~kde-plasma/kwayland-5.91.0
~kde-plasma/kwayland-integration-5.91.0
~kde-plasma/kwin-5.91.0
~kde-plasma/kwrited-5.91.0
~kde-plasma/layer-shell-qt-5.91.0
~kde-plasma/libkscreen-5.91.0
~kde-plasma/libksysguard-5.91.0
~kde-plasma/libplasma-5.91.0
~kde-plasma/milou-5.91.0
~kde-plasma/ocean-sound-theme-5.91.0
~kde-plasma/oxygen-5.91.0
~kde-plasma/oxygen-sounds-5.91.0
~kde-plasma/plasma-activities-5.91.0
~kde-plasma/plasma-activities-stats-5.91.0
~kde-plasma/plasma-browser-integration-5.91.0
~kde-plasma/plasma-desktop-5.91.0
~kde-plasma/plasma-disks-5.91.0
~kde-plasma/plasma-firewall-5.91.0
~kde-plasma/plasma-integration-5.91.0
~kde-plasma/plasma-meta-5.91.0
~kde-plasma/plasma-nm-5.91.0
~kde-plasma/plasma-pa-5.91.0
~kde-plasma/plasma-sdk-5.91.0
~kde-plasma/plasma-systemmonitor-5.91.0
~kde-plasma/plasma-thunderbolt-5.91.0
~kde-plasma/plasma-vault-5.91.0
~kde-plasma/plasma-welcome-5.91.0
~kde-plasma/plasma-workspace-5.91.0
~kde-plasma/plasma-workspace-wallpapers-5.91.0
~kde-plasma/plasma5support-5.91.0
~kde-plasma/plymouth-kcm-5.91.0
~kde-plasma/polkit-kde-agent-5.91.0
~kde-plasma/powerdevil-5.91.0
~kde-plasma/print-manager-5.91.0
=kde-plasma/print-manager-23.08.5-r100
~kde-plasma/sddm-kcm-5.91.0
~kde-plasma/systemsettings-5.91.0
~kde-plasma/wacomtablet-5.91.0
~kde-plasma/xdg-desktop-portal-kde-5.91.0
~kde-frameworks/frameworkintegration-5.248.0
~kde-frameworks/attica-5.248.0
~kde-frameworks/bluez-qt-5.248.0
~kde-frameworks/breeze-icons-5.248.0
~kde-frameworks/extra-cmake-modules-5.248.0
~kde-frameworks/karchive-5.248.0
~kde-frameworks/kcalendarcore-5.248.0
~kde-frameworks/kcodecs-5.248.0
~kde-frameworks/kconfig-5.248.0
~kde-frameworks/kcoreaddons-5.248.0
~kde-frameworks/kdbusaddons-5.248.0
~kde-frameworks/kdnssd-5.248.0
~kde-frameworks/kguiaddons-5.248.0
~kde-frameworks/kholidays-5.248.0
~kde-frameworks/ki18n-5.248.0
~kde-frameworks/kidletime-5.248.0
~kde-frameworks/kirigami-5.248.0
~kde-frameworks/kitemmodels-5.248.0
~kde-frameworks/kitemviews-5.248.0
~kde-frameworks/kplotting-5.248.0
~kde-frameworks/kquickcharts-5.248.0
~kde-frameworks/ktexttemplate-5.248.0
~kde-frameworks/kuserfeedback-5.248.0
~kde-frameworks/kwidgetsaddons-5.248.0
~kde-frameworks/kwindowsystem-5.248.0
~kde-frameworks/modemmanager-qt-5.248.0
~kde-frameworks/networkmanager-qt-5.248.0
~kde-frameworks/prison-5.248.0
~kde-frameworks/solid-5.248.0
~kde-frameworks/sonnet-5.248.0
~kde-frameworks/syntax-highlighting-5.248.0
~kde-frameworks/threadweaver-5.248.0
~kde-frameworks/kauth-5.248.0
~kde-frameworks/kcolorscheme-5.248.0
~kde-frameworks/kcompletion-5.248.0
~kde-frameworks/kcontacts-5.248.0
~kde-frameworks/kcrash-5.248.0
~kde-frameworks/kdoctools-5.248.0
~kde-frameworks/kfilemetadata-5.248.0
~kde-frameworks/kimageformats-5.248.0
~kde-frameworks/kjobwidgets-5.248.0
~kde-frameworks/knotifications-5.248.0
~kde-frameworks/kpackage-5.248.0
~kde-frameworks/kpeople-5.248.0
~kde-frameworks/kpty-5.248.0
~kde-frameworks/kstatusnotifieritem-5.248.0
~kde-frameworks/ksvg-5.248.0
~kde-frameworks/kunitconversion-5.248.0
~kde-frameworks/syndication-5.248.0
~kde-frameworks/baloo-5.248.0
~kde-frameworks/kbookmarks-5.248.0
~kde-frameworks/kcmutils-5.248.0
~kde-frameworks/kconfigwidgets-5.248.0
~kde-frameworks/kdav-5.248.0
~kde-frameworks/kdeclarative-5.248.0
~kde-frameworks/kded-5.248.0
~kde-frameworks/kdesu-5.248.0
~kde-frameworks/kglobalaccel-5.248.0
~kde-frameworks/kiconthemes-5.248.0
~kde-frameworks/kio-5.248.0
~kde-frameworks/knewstuff-5.248.0
~kde-frameworks/knotifyconfig-5.248.0
~kde-frameworks/kparts-5.248.0
~kde-frameworks/krunner-5.248.0
~kde-frameworks/kservice-5.248.0
~kde-frameworks/ktexteditor-5.248.0
~kde-frameworks/ktextwidgets-5.248.0
~kde-frameworks/kwallet-5.248.0
~kde-frameworks/kxmlgui-5.248.0
~kde-frameworks/purpose-5.248.0
~kde-frameworks/qqc2-desktop-style-5.248.0
~kde-frameworks/frameworkintegration-5.247.0
~kde-frameworks/attica-5.247.0
~kde-frameworks/bluez-qt-5.247.0
~kde-frameworks/breeze-icons-5.247.0
~kde-frameworks/breeze-icons-rcc-5.247.0
~kde-frameworks/extra-cmake-modules-5.247.0
~kde-frameworks/karchive-5.247.0
~kde-frameworks/kcalendarcore-5.247.0
~kde-frameworks/kcodecs-5.247.0
~kde-frameworks/kconfig-5.247.0
~kde-frameworks/kcoreaddons-5.247.0
~kde-frameworks/kdbusaddons-5.247.0
~kde-frameworks/kdnssd-5.247.0
~kde-frameworks/kguiaddons-5.247.0
~kde-frameworks/kholidays-5.247.0
~kde-frameworks/ki18n-5.247.0
~kde-frameworks/kidletime-5.247.0
~kde-frameworks/kirigami-5.247.0
~kde-frameworks/kitemmodels-5.247.0
~kde-frameworks/kitemviews-5.247.0
~kde-frameworks/kplotting-5.247.0
~kde-frameworks/kquickcharts-5.247.0
~kde-frameworks/ktexttemplate-5.247.0
~kde-frameworks/kwidgetsaddons-5.247.0
~kde-frameworks/kwindowsystem-5.247.0
~kde-frameworks/modemmanager-qt-5.247.0
~kde-frameworks/networkmanager-qt-5.247.0
~kde-frameworks/prison-5.247.0
~kde-frameworks/solid-5.247.0
~kde-frameworks/sonnet-5.247.0
~kde-frameworks/syntax-highlighting-5.247.0
~kde-frameworks/threadweaver-5.247.0
~kde-frameworks/kauth-5.247.0
~kde-frameworks/kcolorscheme-5.247.0
~kde-frameworks/kcompletion-5.247.0
~kde-frameworks/kcontacts-5.247.0
~kde-frameworks/kcrash-5.247.0
~kde-frameworks/kdoctools-5.247.0
~kde-frameworks/kfilemetadata-5.247.0
~kde-frameworks/kimageformats-5.247.0
~kde-frameworks/kjobwidgets-5.247.0
~kde-frameworks/knotifications-5.247.0
~kde-frameworks/kpackage-5.247.0
~kde-frameworks/kpeople-5.247.0
~kde-frameworks/kpty-5.247.0
~kde-frameworks/kstatusnotifieritem-5.247.0
~kde-frameworks/ksvg-5.247.0
~kde-frameworks/kunitconversion-5.247.0
~kde-frameworks/syndication-5.247.0
~kde-frameworks/baloo-5.247.0
~kde-frameworks/kbookmarks-5.247.0
~kde-frameworks/kcmutils-5.247.0
~kde-frameworks/kconfigwidgets-5.247.0
~kde-frameworks/kdav-5.247.0
~kde-frameworks/kdeclarative-5.247.0
~kde-frameworks/kded-5.247.0
~kde-frameworks/kdesu-5.247.0
~kde-frameworks/kglobalaccel-5.247.0
~kde-frameworks/kiconthemes-5.247.0
~kde-frameworks/kio-5.247.0
~kde-frameworks/knewstuff-5.247.0
~kde-frameworks/knotifyconfig-5.247.0
~kde-frameworks/kparts-5.247.0
~kde-frameworks/krunner-5.247.0
~kde-frameworks/kservice-5.247.0
~kde-frameworks/ktexteditor-5.247.0
~kde-frameworks/ktextwidgets-5.247.0
~kde-frameworks/kuserfeedback-5.247.0
~kde-frameworks/kwallet-5.247.0
~kde-frameworks/kxmlgui-5.247.0
~kde-frameworks/purpose-5.247.0
~kde-frameworks/qqc2-desktop-style-5.247.0
~kde-apps/kdegraphics-mobipocket-24.01.85
=kde-apps/kio-extras-23.08.5-r100
~kde-apps/kio-extras-24.01.85
~kde-apps/kio-extras-kf5-24.01.85
~kde-apps/libkexiv2-24.01.85
~kde-apps/spectacle-24.01.85
~kde-misc/kio-fuse-5.1.0
~dev-libs/appstream-1.0.1
~dev-libs/kdiagram-3.0.1
~dev-libs/kirigami-addons-0.11.90
~dev-libs/ktextaddons-1.5.2_p20240108
~dev-libs/kweathercore-0.8.0
~media-libs/libqaccessibilityclient-0.6.0
~media-libs/phonon-4.12.0
~media-libs/phonon-vlc-0.12.0
~media-libs/pulseaudio-qt-1.4.0
~sys-auth/polkit-qt-0.175.0

# Hans de Graaff <graaff@gentoo.org> (2023-12-17)
# Subslots added by accident. Please use the normal "7" or "8" slots
# instead. Masked for removal on 2024-01-17.
dev-ruby/elasticsearch:7.17.7
dev-ruby/elasticsearch:8.8.0

# Michał Górny <mgorny@gentoo.org> (2023-12-17)
# Broken due to invalid use of tzdata.
# https://github.com/sdispater/pendulum/issues/769
=dev-python/pendulum-3.0.0

# Michał Górny <mgorny@gentoo.org> (2023-12-15)
# Superseded by dev-python/pypy3_10-exe{,-bin}.
# Removal on 2024-01-14.  Bug #920036.
dev-python/pypy3-exe
dev-python/pypy3-exe-bin

# Hans de Graaff <graaff@gentoo.org> (2023-12-15)
# Last release in 2020. Does not work with current activesupport
# versions. No reverse dependencies. Masked for removal on 2024-01-15.
dev-ruby/gh

# Hans de Graaff <graaff@gentoo.org> (2023-12-15)
# Old slot without any remaining reverse dependencies. Does not work
# with ruby32. Use the newer slot instead. Masked for removal on
# 2024-01-15.
dev-ruby/http:4

# Sam James <sam@gentoo.org> (2023-12-14)
# Gentoo's kernel maintainers have decided to discontinue gentoo-sources and
# gentoo-kernel for old kernel LTS branches because of the resources to require
# testing and patching them, combined with changing kernel lifecycles.
#
# The new policy is to support kernels with genpatches for 3 years after their
# release.
#
# Specifically, 4.14/4.19/5.4 have been dropped. See https://www.mpagano.com/blog/?p=315
# and http://www.kroah.com/log/blog/2018/08/24/what-stable-kernel-should-i-use/.
#
# sys-kernel/vanilla-sources will continue to be provided for all branches
# until they reach formal upstream EOL.
#
<sys-kernel/gentoo-sources-5.10
<sys-kernel/gentoo-kernel-5.10
<virtual/dist-kernel-5.10

# Michał Górny <mgorny@gentoo.org> (2023-12-12)
# Merged into dev-python/blake3[-rust].  Please use that instead.
# Removal on 2024-01-11.  Bug #919771.
dev-python/blake3-py-c

# Hans de Graaff <graaff@gentoo.org> (2023-12-10)
# Test failures that seem to indicate this package no longer works
# correctly. Last release 6 years ago. No reverse dependencies.
# Masked for removal on 2024-01-10.
dev-ruby/sinatra-partial

# Sam James <sam@gentoo.org> (2023-12-09)
# ext4 corruption bug: https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/ (bug #919675)
# Please update immediately to the latest versions in each series.
=sys-kernel/gentoo-sources-6.1.64
=sys-kernel/gentoo-sources-6.1.64-r1
=sys-kernel/gentoo-sources-6.1.65
=sys-kernel/gentoo-kernel-6.1.64
=sys-kernel/gentoo-kernel-6.1.64-r1
=sys-kernel/gentoo-kernel-6.1.65
=sys-kernel/vanilla-sources-6.1.64
=sys-kernel/vanilla-sources-6.1.65
=sys-kernel/vanilla-kernel-6.1.64
=sys-kernel/vanilla-kernel-6.1.65

# Hans de Graaff <graaff@gentoo.org> (2023-12-09)
# Old slots that are not ruby32-compatible. No reverse dependencies
# left. Please use the newer slot instead. Masked for removal on
# 2024-01-09.
dev-ruby/gettext-setup:0
dev-ruby/fast_gettext:0

# Michał Górny <mgorny@gentoo.org> (2023-12-08)
# The both remaining virtuals are deprecated in favor of using
# python_gen_cond_dep directly, and no longer used in any packages
# in ::gentoo.
# Removal on 2024-01-07.  Bug #919467.
virtual/python-cffi
virtual/python-greenlet

# Sam James <sam@gentoo.org> (2023-12-08)
# Broken build system:
# https://github.com/iovisor/bcc/issues/4823
# https://github.com/iovisor/bcc/issues/4830
=dev-util/bcc-0.29.0

# Eli Schwartz <eschwartz93@gmail.com> (2023-12-02)
# Has a bug that breaks sys-apps/portage. Upgrade to 1.3.0-r1 instead.
# Bug #919072.
=dev-util/meson-1.3.0

# Michał Górny <mgorny@gentoo.org> (2023-11-30)
# Last commit in 2020.  It was used exclusively by dev-python/ipython,
# and it is used no more.
# Removal on 2023-12-30.  Bug #916535.
dev-python/backcall

# Sam James <sam@gentoo.org> (2023-11-25)
# Breaks desktop icon rendering, see bug #904468.
# Upstream bug: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/242
=xfce-base/xfdesktop-4.19.1

# Sam James <sam@gentoo.org> (2023-11-22)
# Further bugs with CoW via copy_file_range (bug #917224, https://github.com/openzfs/zfs/issues/15526).
# The issue is very similar to bug #815469.
# ZFS 2.2.1 has a workaround but if you haven't already upgraded your pool to
# use the new block cloning feature, consider using <zfs-2.2 for now.
=sys-fs/zfs-2.2.0
=sys-fs/zfs-kmod-2.2.0

# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 11.
<sys-devel/gcc-11
<sys-devel/kgcc64-11

# Sam James <sam@gentoo.org> (2023-11-18)
# Lots of applications need porting, bug #917537.
>=dev-libs/libxml2-2.12.0

# Sam James <sam@gentoo.org> (2023-11-05)
# Mask broken versions:
# - sys-fs/btrfs-progs-6.6(-r0) was respun upstream.
# - sys-fs/btrfs-progs-6.6-r1 had the fixed tarball, but contained an upstream
# bug in the ioctl numbers.
# Please use sys-fs/btrfs-progs-6.6-r2 or, better, sys-fs/btrfs-progs-6.6.1
# (identical in functional contents).
=sys-fs/btrfs-progs-6.6
=sys-fs/btrfs-progs-6.6-r1
=sys-fs/btrfs-progs-6.6-r2

# Tomáš Mózes <hydrapolic@gmail.com> (2023-11-02)
# Performance regression. Bug #916713.
=dev-db/mydumper-0.15.1.3

# Ulrich Müller <ulm@gentoo.org> (2023-10-19)
# Pretest versions, masked for testing.
<app-editors/emacs-29.1.9999:29-vcs

# Sam James <sam@gentoo.org> (2023-10-06)
# Breaks building scipy: https://github.com/cython/cython/issues/5748
=dev-python/cython-3.0.3

# Jaco Kroon <jaco@uls.co.za> (2023-09-19)
# Joonas Niilola <juippis@gentoo.org> (2023-09-21)
# DAHDI is not suited for a rolling-release distribution. Upstream releases new
# versions sporadically and it may take multiple years between them. Old
# versions are constantly broken with newer kernels, requiring heavy patching
# downstream. Has no active maintainer in Gentoo. If you use DAHDI and have
# some ideas how to help, please see bug #914477.
# Removal on 2024-03-01.
net-libs/libpri
net-misc/dahdi
net-misc/dahdi-tools
net-misc/openr2

# Sam James <sam@gentoo.org> (2023-09-09)
# OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= OpenSSL 3.
# https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/
# https://www.openssl.org/blog/blog/2023/06/15/1.1.1-EOL-Reminder/
# Please run a full world upgrade, especially checking /etc/portage and your world file
# for old PHP or Ruby references.
<dev-libs/openssl-3

# Andreas K. Hüttel <dilfridge@gentoo.org> (2023-07-12)
# The catalyst-3 branch is outdated and not used by Gentoo
# Release Engineering anymore. Please either use git master
# (9999) as all Release Engineering build machines or wait
# for catalyst-4. Questions or bug reports about catalyst-3
# may or may not lead to useful results.
<dev-util/catalyst-4

# Matt Turner <mattst88@gentoo.org> (2023-07-06)
# GNOME 45 mask
>=gnome-extra/gnome-logs-45_alpha

# Sam James <sam@gentoo.org> (2023-07-05)
# Doesn't install all needed files by e.g. kernelshark.
# Need to either split into libtracecmd for the libraries or revert to Makefiles.
# See bug #909439.
=dev-util/trace-cmd-3.2

# Michał Górny <mgorny@gentoo.org> (2023-06-21)
# suitesparseconfig-7.0.0 fails to build with multilib enabled
# because of dependencies that cannot be satisfied.  All the other
# packages require it.  Bug #908851.
=sci-libs/amd-3.0.3
=sci-libs/btf-2.0.3
=sci-libs/camd-3.0.3
=sci-libs/ccolamd-3.0.3
=sci-libs/cholmod-4.0.3
=sci-libs/colamd-3.0.3
=sci-libs/cxsparse-4.0.3
=sci-libs/klu-2.0.3
=sci-libs/ldl-3.0.3
=sci-libs/spqr-3.0.3
=sci-libs/suitesparseconfig-7.0.0
=sci-libs/umfpack-6.1.0

# Sam James <sam@gentoo.org> (2023-05-10)
# Lots of package breakage as usual for new versions. Masked until most/all
# reverse dependencies are fixed. Tracker bug is bug #906077.
=dev-libs/libfmt-10*

# Sam James <sam@gentoo.org> (2023-04-13)
# Leads to broken terminal output in e.g. vim and openrc and other applications
# like joe crashing.
# Bugs:
# - reported at bottom of bug #904247 and bug #904263
# - app-misc/tmux: https://github.com/tmux/tmux/issues/3531
# - sys-apps/openrc: https://github.com/OpenRC/openrc/issues/619
=sys-libs/ncurses-6.4_p20230424
=sys-libs/ncurses-6.4_p20230506
=sys-libs/ncurses-6.4_p20230527

# Eray Aslan <eras@gentoo.org> (2023-04-12)
# Mask experimental software
=mail-mta/postfix-3.9*

# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
#
# Users are free to unmask and keep using, but be warned it is very
# likely to be affected by security issues as NVIDIA does not track
# nor fix these for this branch anymore.
#
# Gentoo will keep it packaged for as long as reasonably possible
# (albeit masked) but no true support will be given nor patches
# for newer kernels. It is recommended to use 6.1.x LTS kernels or
# older (6.1.x will be supported until at least December 2026).
#
# Major issues will lead to removal without further warning, e.g.
# if no usable kernels left in tree, or if broken with a newer Xorg.
#
# >> It is recommended to switch to nouveau[2] drivers (regardless
#    of its worse performance), or ideally replace the hardware.
#
# [1] https://nvidia.custhelp.com/app/answers/detail/a_id/3142
# [2] https://wiki.gentoo.org/wiki/Nouveau
x11-drivers/nvidia-drivers:0/390

# Ben Kohler <bkohler@gentoo.org> (2023-01-30)
# Breaks too many revdeps for now
=app-text/discount-3*

# John Helmert III <ajak@gentoo.org> (2022-10-16)
# <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
# migrate to a newer branch.
<dev-libs/openssl-1.1.1

# John Helmert III <ajak@gentoo.org> (2022-09-18)
# Unfixed root privilege escalation, bug #631552
sys-cluster/slurm

# Joonas Niilola <juippis@gentoo.org> (2022-04-29)
# Apparently the "b" in version means "beta". 3.24 is available, we
# should update to that. #841437
~sci-physics/bullet-3.22b

# Brian Evans <grknight@gentoo.org> (2022-01-07)
# The main consumer, phpunit, does not initiate the new timer correctly
# This is likely to cause issues in tests; Unmask if using for other purposes
>=dev-php/PHP_Timer-5.0

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
# Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
dev-tex/pdfannotextractor

# Ionen Wolkens <ionen@gentoo.org> (2021-10-09)
# Vulkan beta driver branch aimed at Vulkan developers for testing
# new features. Beside vulkan, it is typically behind the main branch
# and may be buggier or less secure. Only unmask if really wanted.
x11-drivers/nvidia-drivers:0/vulkan

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-09-18)
# sys-devel/automake version 1.11 is EOL and is only useful for testing
# old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall.
sys-devel/automake:1.11

# Joonas Niilola <juippis@gentoo.org> (2021-07-29)
# Upstream provided migration instructions from 2. -> 3. update,
# breaks if not all at least many revdeps. #805011 for tracker bug.
>=net-libs/mbedtls-3.0.0

# Michał Górny <mgorny@gentoo.org> (2021-07-06)
# Upstream changed license to GPL-3+ in order to deliberately cause
# incompatiblity with revdep licenses.  Mask until the situation
# is resolved.  Bug #791259.
>=media-libs/libopenaptx-0.2.1

# 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

# 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

# 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

# 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

# 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

# Andreas Sturmlechner <asturm@gentoo.org> (2018-10-07)
# Masked for more testing especially of reverse-deps.
# ogre 1.11/1.12 breakage: bug #834468
# ogre 2.x breakage: bug #740424
>=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

# 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.37-r3
<sys-libs/binutils-libs-2.40
<sys-devel/binutils-2.40
<sys-devel/binutils-hppa64-2.40

# 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

# 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
sys-devel/nvptx-tools
sys-devel/clang-crossdev-wrappers