summaryrefslogtreecommitdiff
blob: cce75cd674cbdafa296d7d6625266cb303a1e229 (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
# 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 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 ---

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-23)
# No maintainer, dead upstream, EAPI 5, no revdeps.
# Removal on 2021-11-22. Bug #819693.
app-admin/swatchdog

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-23)
# EAPI 5 java package, no revdeps.
# Removal on 2021-11-22. Bug #819684.
dev-db/henplus

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-23)
# Dead upstream, stuck on EAPI 5, multiple open bugs, not updated in years.
# Removal on 2021-11-22. Bug #819624.
dev-lang/nwcc

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

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-22)
# EAPI=5, no revdeps, dead upstream. As documentation only package,
# upstream isn't even closely updated to latest API by cheetah.
# Removal on 2021-11-21.  Bug #819504.
dev-python/cheetah-docs

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-22)
# The following packages are still using EAPI 5 and
# have no reverse dependencies. If you need or are
# using any package from the list please update it
# to newer EAPI and unmask it.
# Removal on 2021-11-21. Bug #819507
dev-java/absolutelayout
dev-java/backport-util-concurrent
dev-java/beansbinding
dev-java/blowfishj
dev-java/btf
dev-java/commons-chain
dev-java/commons-dbcp
dev-java/commons-dbutils
dev-java/commons-discovery
dev-java/commons-email
dev-java/commons-graph
dev-java/commons-launcher
dev-java/commons-primitives
dev-java/constantine
dev-java/disruptor
dev-java/dynalang
dev-java/ecs
dev-java/fastutil
dev-java/forehead
dev-java/freehep-graphicsio-emf
dev-java/freehep-graphicsio-svg
dev-java/geoip-java
dev-java/glassfish-deployment-api
dev-java/gnu-crypto
dev-java/gnu-hylafax
dev-java/hessian
dev-java/hoteqn
dev-java/htmlparser
dev-java/htmlparser-org
dev-java/istack-commons-runtime
dev-java/istack-commons-soimp
dev-java/jade
dev-java/jamvm
dev-java/jarjar
dev-java/javacsv
dev-java/jazzy
dev-java/jetty-alpn-api
dev-java/jetty-npn-api
dev-java/jexcelapi
dev-java/jfreechart
dev-java/jlex
dev-java/jlfgr
dev-java/jmi-interface
dev-java/jrexx
dev-java/jsr181
dev-java/jssc
dev-java/jtreemap
dev-java/jts-core
dev-java/juel
dev-java/jump
dev-java/jupidator
dev-java/jutils
dev-java/jvyaml
dev-java/metadata-extractor
dev-java/nachocalendar
dev-java/netty-tcnative
dev-java/offo-hyphenation
dev-java/opencsv
dev-java/pat
dev-java/piccolo2d
dev-java/reflectasm
dev-java/rngom
dev-java/rundoc
dev-java/sablecc
dev-java/sablecc-anttask
dev-java/shared-objects
dev-java/simplyhtml
dev-java/sjsxp
dev-java/snip
dev-java/spice-jndikit
dev-java/super-csv
dev-java/tablelayout
dev-java/telnetd
dev-java/texhyphj
dev-java/tomcat-jstl-compat
dev-java/tomcat-jstl-el
dev-java/toolbar
dev-java/trident
dev-java/txw2-runtime
dev-java/vecmath
dev-java/xml-writer
dev-java/xsom

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-22)
# No maintainer, EAPI 5, no revdeps, dead upstream.
# Removal on 2021-11-21. Bug #819498
dev-vcs/git-deploy

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-22)
# No maintainer, EAPI 5, no revdeps, dead upstream.
# Removal on 2021-11-21. Bug #819495
dev-vcs/cvsspam

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-22)
# No maintainer, EAPI 5, no revdeps.
# Removal on 2021-11-21. Bug #819492
media-gfx/esci-interpreter-gt-s80

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-22)
# No maintainer, EAPI 5, no revdeps.
# Removal on 2021-11-21. Bug #819489
media-gfx/iscan-plugin-perfection-v370

# Sergey Popov <pinkbyte@gentoo.org> (2021-10-22)
# Upstream support discontinued, see https://bw.org/2019/03/19/bw-whois/
# Suggested replacement - net-misc/whois
# Masked for removal on 2021-11-22
net-misc/bwwhois

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# Dead upstream, EAPI 5, broken build system, no revdeps.
# Removal on 2021-11-20. Bug #819366
net-analyzer/quidscor

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, no revdeps, dead upstream, EAPI 5.
# No other distro is packaging this.
# Removal on 2021-11-20. Bug #819363
net-dialup/cistronradius

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, no revdeps, dead upstream, EAPI 5.
# No other distro is packaging this.
# Removal on 2021-11-20. Bug #819354
net-dialup/fbgetty

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# Legacy package, no revdeps, EAPI 5.
# Removal on 2021-11-20. Bug #819345
net-fs/openafs-legacy

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, dead upstream, EAPI 5.
# No other distro is packaging this. Bug #819339
# Removal on 2021-11-20.
net-ftp/profxp

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, dead upstream, EAPI 5.
# No other distro is packaging this. Bug #819231
# Removal on 2021-11-20.
sys-auth/ykneo-ccid-tools

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, dead upstream, EAPI 5.
# No other distro is packaging this. Bug #819171
# Removal on 2021-11-20.
x11-apps/xwarppointer

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, EAPI 5, no other distro is packaging this.
# Removal on 2021-11-20. Bug #819165
x11-misc/3dfb

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# Unmaintained, stuck on EAPI 5, full of hacks and patches.
# No other distro is packaging this. Bug #819141
# Removal on 2021-11-20.
x11-themes/redhat-artwork

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, EAPI 5, no other distro is packaging this.
# Removal on 2021-11-20. Bug #819126
sci-geosciences/swmm

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# No maintainer, EAPI 5, no other distro is packaging this.
# Removal on 2021-11-20. Bug #819123
sci-geosciences/harmonics-dwf-free-noncomm

# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
# Stuck on EAPI 5, no other distro is packaging this. Bug #575684
# Removal on 2021-11-20.
sci-electronics/quartus-prime-lite

# David Seifert <soap@gentoo.org> (2021-10-17)
# Broken since pretty much forever, last release 17 years ago, already
# removed by Fedora. Bug #386275, #731042, #762346, removal in 30 days.
media-sound/cdcd

# Hans de Graaff <graaff@gentoo.org> (2021-10-17)
# Obsolete package, replaced by dev-ruby/minitar.
# No reverse dependencies left. Masked for removal in 30 days.
dev-ruby/archive-tar-minitar

# Sam James <sam@gentoo.org> (2021-10-17)
# Fails to build with glibc 2.34 and no reverse dependencies.
# bug #806508
# Removal on 2021-11-17.
dev-cpp/rttr

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-10-16)
# Binary-only package, cannot be distributed, download
# is an unversioned URL which changes content. In brief,
# a pain. Unmaintained from now on. If you pick it up,
# you'll have to watch it closely. Removal in 30 days
# otherwise. Bug 794700.
net-im/webex

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-10-16)
# Outdated virtual; the respective module was removed
# from core Perl with Perl 5.32. Use dev-perl/Pod-Parser
# instead. Removal in 30days.
virtual/perl-Pod-Parser

# David Seifert <soap@gentoo.org> (2021-10-16)
# EAPI 5, open bugs, practically maintainer-needed,
# abandoned upstream, no other distro carries this.
# Bug #632237, bug #656818, removal in 30 days.
x11-themes/gtk-engines-flat

# David Seifert <soap@gentoo.org> (2021-10-16)
# EAPI 5, fails to compile with OpenSSL 1.1, bug #719974.
# Removal in 30 days.
mail-filter/spamdyke

# David Seifert <soap@gentoo.org> (2021-10-16)
# EAPI 5, fails to compile with OpenSSL 1.1, bug #674242.
# Removal in 30 days.
dev-java/netty-tcnative

# David Seifert <soap@gentoo.org> (2021-10-16)
# EAPI 5, fails to compile, QA issues, .NET team is
# abandoned, bug #643452, bug #688404.
# Removal in 30 days.
dev-dotnet/dbus-sharp
dev-dotnet/dbus-sharp-glib

# Sam James <sam@gentoo.org> (2021-10-16)
# Fails to compile with modern OCaml
# bug #704464, bug #780090
# Removal on 2021-11-16.
app-text/htmlc

# Sam James <sam@gentoo.org> (2021-10-15)
# Drop broken packages with no reverse dependencies
# Removal on 2021-11-15. bug #817965, bug #771756, bug #767196
dev-ml/async_ssl
dev-ml/ppx_tools_versioned

# Andreas K. Huettel <dilfridge@gentoo.org> (2021-10-14)
# Unused and outdated packages; the version in core Perl is
# newer. Removal in 30 days.
perl-core/Locale-Maketext-Simple
perl-core/Math-BigInt
perl-core/Math-Complex
perl-core/Memoize
perl-core/MIME-Base64

# Jaco Kroon <jaco@uls.co.za> (2021-10-05)
# Masked for removal in 30 days.
# Last upstream release in 2012.
# Looks to be broken (iax-config --libs references not installed libiax.so).
# No consumers in ::gentoo. Bug #817989
net-libs/iax

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Archived upstream, and no longer maintained. Has issues with
# python 3.9 and python 3.10.
# Extra bugs: #798348 #798351 #812908
# Removal on 2021-11-09.  Bug #817401.
dev-python/python-ceilometerclient

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Inactive upstream with reported bugs. Has issues with python 3.9
# and python 3.10.
# Extra bugs: #798252 #812734
# Removal on 2021-11-09.  Bug #817392.
dev-python/onkyo-eiscp

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Archived upstream repo, and deprecated by Microsoft. Doesn't work
# with the latest Visual Studio. Has issues with python 3.9 and
# python 3.10.
# Extra bugs: #798192 #723741 #727212 #730330
# Removal on 2021-11-09.  Bug #817389.
dev-python/ptvsd

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Inactive upstream with reported bugs. Has issues with python 3.9
# and python 3.10.
# Removal on 2021-11-09.  Bug #817386.
dev-python/pipfile

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Upstream lost to history. Web archive finds a very broken repo.
# Has issues with python 3.9 and python 3.10.
# Extra Bugs: Bug #696674, Bug #814572
# Removal on 2021-11-09.  Bug #817383.
dev-db/sadisplay

# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10)
# Old project, has problems with symlinks in repo. Fails for new
# GitHub projects.
# Removal on 2021-11-09.  Bug #817380.
dev-vcs/github-pages-publish

# Joonas Niilola <juippis@gentoo.org> (2021-10-10)
# Development stopped by upstream. Switch to its actively developed
# fork, x11-misc/picom. Bug #817338. Removal in ~30 days.
x11-misc/compton

# Joonas Niilola <juippis@gentoo.org> (2021-10-10)
# LiveOnlyPackage with no maintainer. Upstream has multiple releases.
# Bug #817320. Removal in ~30 days.
dev-vcs/gti

# Sam James <sam@gentoo.org> (2021-10-10)
# Needs upstream build system fixes (currently in progress).
# Python toggles don't work correctly right now.
# Masking this development release for now.
=media-libs/gexiv2-0.13.0

# Patrice Clement <monsieurp@gentoo.org> (2021-10-09)
# Obsolete and unmaintained. Please switch to app-text/htmltidy.
# Bug #564884. Masked for removal in 30 days.
app-text/tidy-html5

# 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

# Fabian Groffen <grobian@gentoo.org> (2021-10-03)
# Masked for erratic behaviour
# https://bugs.exim.org/show_bug.cgi?id=2813
=mail-mta/exim-4.95

# Hans de Graaff <graaff@gentoo.org> (2021-10-03)
# Old obsolete slots. Use a newer slot instead.
# Masked for removal in 30 days.
dev-ruby/hashie:0
dev-ruby/thor:0

# Joonas Niilola <juippis@gentoo.org> (2021-10-02)
# A library without revdeps. Last upstream release in 2009, huge amount
# of open bugs not fixed has led the project being forked already.
# Bug #776895. Removal in ~30 days.
dev-libs/rapidxml

# Alfredo Tupone <tupone@gentoo.org> (2021-09-30)
# Deprecated upstream
# bug #815466.
dev-ml/ppx_metaquot

# John Helmert III <ajak@gentoo.org> (2021-09-29)
# VM image data corruption bug, causing I/O errors in VMs. Bug #815379
=app-emulation/qemu-6.1.0

# Joonas Niilola <juippis@gentoo.org> (2021-09-26)
# A library without revdeps, EAPI-5. #776901
# Removal in ~30 days.
media-libs/libyami

# Brian Evans <grknight@gentoo.org> (2021-09-26)
# Mask for 8.1 RC
dev-lang/php:8.1
virtual/httpd-php:8.1

# Jakov Smolić <jsmolic@gentoo.org> (2021-09-25)
# Upstream renamed the Theano project and continued as dev-python/aesara.
# No reverse dependencies.
# Removal on 2021-10-25.
dev-python/theano
dev-python/theano-pymc

# Mart Raudsepp <leio@gentoo.org> (2021-09-24)
# Experimental split media-sound/pulseaudio packages, bug #536780.
media-libs/libpulse
media-sound/pulseaudio-daemon
>=media-sound/pulseaudio-15.0-r100

# Anthony G. Basile <blueness@gentoo.org> (2021-09-24)
# Masked for removal in 30 days.  Dead upstream.
dev-lang/bashforth

# Michał Górny <mgorny@gentoo.org> (2021-08-28)
# EOL kernel with known vulnerabilities.  Please move to 5.14 or one
# of the LTS branches.  Bug #814464.
=sys-kernel/gentoo-kernel-5.13*
=sys-kernel/gentoo-kernel-bin-5.13*
=sys-kernel/vanilla-kernel-5.13*
=virtual/dist-kernel-5.13*

# Mart Raudsepp <leio@gentoo.org> (2021-09-23)
# Incompatible with c++17 abseil-cpp, no in-tree consumers yet
media-libs/webrtc-audio-processing:1

# Michał Górny <mgorny@gentoo.org> (2021-09-23)
# Ancient version from 2016 that collides with dev-python/pyjwt.
# Never bumped by the maintainer.  The only revdep turned out to be
# false positive.
# Removal on 2021-10-23.  Bug #814449.
dev-python/python-jwt

# Alfredo Tupone <tupone@gentoo.org> (2021-09-19)
# Mask gnat-gpl-2018 and gnat-gpl-2019. Please switch
# to a fresher gnat-gpl branch.
<dev-lang/gnat-gpl-2019

# 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

# Alice Ferrazzi <alicef@gentoo.org> (2021-09-16)
# Regression in POSIX CPU timers.
# Please upgrade your gentoo-sources.
# Adding affected vanilla-sources
# https://www.spinics.net/lists/stable/msg499206.html
=sys-kernel/gentoo-sources-5.14.4
=sys-kernel/gentoo-sources-5.13.17
=sys-kernel/gentoo-sources-5.10.65
=sys-kernel/gentoo-sources-5.4.146
=sys-kernel/vanilla-sources-5.14.4
=sys-kernel/vanilla-sources-5.13.17
=sys-kernel/vanilla-sources-5.10.65
=sys-kernel/vanilla-sources-5.4.146

# Mart Raudsepp <leio@gentoo.org> (2021-09-15)
# New major parallel-installable release which needs special care to not
# end up loaded into the same process together with the earlier libsoup ABI.
# Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
net-libs/libsoup:3.0

# Anna Vyalkova <cyber+gentoo@sysrq.in> (2021-09-07)
# Mask backwards-incompatible version to avoid autodeletion of previous one.
# Data migration is not supported upstream and can't be done automatically.
# https://github.com/martinrotter/rssguard/releases/tag/4.0.0
# https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#migratt
>=net-news/rssguard-4.0.0

# Thomas Deutschmann <whissi@gentoo.org> (2021-09-07)
# Masked while being tested and reverse deps aren't fully compatible
# bug #797325.
=dev-libs/openssl-3.0*

# Craig Andrews <candrews@gentoo.org> (2021-09-20)
# Requires OpenSSL >= 3.0.0
# Masked until dev-libs/openssl-3.0* is unmasked
=dev-libs/gost-engine-3.0*

# Ionen Wolkens <ionen@gentoo.org> (2021-09-03)
# Known to break plasma, and several other applications on EGLStream
# wayland, and egl-wayland-1.1.7-r1 is still usable with newer drivers.
# While it does not prevent using wlroots-based compositors with GBM,
# it's needed to use some features with it (unmask if wanted).
# https://github.com/NVIDIA/egl-wayland/issues/40
# https://github.com/NVIDIA/egl-wayland/issues/41
>=gui-libs/egl-wayland-1.1.8

# Bernard Cafarelli <voyageur@gentoo.org> (2021-08-26)
# Preparing for final 5.0.0 release
>=app-text/tesseract-5.0.0_beta

# 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

# Lars Wendler <polynomial-c@gentoo.org> (2021-07-10)
# Masked for testing
# bug #802186
>=mail-client/claws-mail-4.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

# Conrad Kostecki <conikost@gentoo.org> (2021-06-20)
# New Minecraft server release needs at least Java 16,
# which is currently not available in Gentoo.
>=games-server/minecraft-server-1.17

# Sam James <sam@gentoo.org> (2021-06-12)
# Masked until all reverse dependencies support
# OCaml 4.13.
# bug #816498
>=dev-lang/ocaml-4.13
>=dev-ml/camlp4-4.13

# Bernard Cafarelli <voyageur@gentoo.org> (2021-06-04)
# Alpha versions of fetchmail 7
# Add support for OAUTH2 for those needing it
=net-mail/fetchmail-7.0.0_alpha*

# Sam James <sam@gentoo.org> (2021-06-01)
# Possible issues with new ALSA release
# See bug #793410
=media-libs/alsa-lib-1.2.5_p20210604
=media-libs/alsa-topology-conf-1.2.5
=media-libs/alsa-ucm-conf-1.2.5-r1
=media-plugins/alsa-plugins-1.2.5
=media-sound/alsa-utils-1.2.5-r1

# Michał Górny <mgorny@gentoo.org> (2021-05-31)
# Requires removed media-libs/opencv version.
<media-plugins/gst-plugins-opencv-1.18

# Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
# Mask gcc-7 branch (ended upstream support). Please switch
# to a fresher gcc branch.
<sys-devel/gcc-8

# Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
# Mask gcc-6 branch (ended upstream support). Please switch
# to a fresher gcc branch.
<sys-devel/gcc-7

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

# 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

# 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

# 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

# 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
>=sci-geosciences/qmapshack-1.16

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

# 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

# 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/scim-sunpinyin-3.0.0_rc1

# 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

# 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)
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-10-16)
# 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.
# bug #697014
virtual/jdk:11
virtual/jre:11
virtual/jdk:17
virtual/jre:17

# 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.33
<sys-devel/binutils-2.37_p1

# 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

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

# 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