sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / profiles / package.deprecated
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 # This file specifies packages that are considered deprecated (but not
5 # masked yet).  This will cause QA tools to report dependencies on those
6 # packages as requiring replacement.
7 #
8 # When you add an entry to the top of this file, add your name, the date
9 # in the UTC timezone, and an explanation of why something is getting
10 # deprecated.
11 #
12 ## Example:
13 ##
14 ## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
15 ## # This is no longer supported upstream, please switch to dev-foo/bar.
16 ## dev-foo/foo
17
18 #--- END OF EXAMPLES ---
19
20 # Sergei Trofimovich <slyfox@gentoo.org> (2020-02-22)
21 # virtual/libstdc++ has only one sys-libs/libstdc++-v3 provider.
22 # Use that instead. Or even better use none of them. It's a
23 # library from 2005.
24 virtual/libstdc++
25
26 # Andreas Sturmlechner <asturm@gentoo.org> (2020-05-17)
27 # Abandoned upstream, countless bugs. Removal tracked in bug #659616
28 sys-power/pm-utils
29
30 # Andreas Sturmlechner <asturm@gentoo.org> (2020-05-03)
31 # Obsolete package gets in the way of unmasking >=x11-libs/pango-1.44
32 # Bug #698922
33 x11-libs/pangox-compat
34
35 # Kent Fredric <kentnl@gentoo.org> (2020-04-15)
36 # Functionality now provided by Net::SMTP 3.25+
37 # available with >=virtual/perl-libnet-1.28
38 # provided by >=dev-lang/perl-5.20.0
39 # Try patching/removing dependent code to utilize this.
40 # Bug #650320
41 dev-perl/Net-SMTP-SSL
42
43 # Michał Górny <mgorny@gentoo.org> (2020-03-28)
44 # Backport specific to Python 2.6.  No modern package should be using
45 # it.
46 dev-python/unittest2
47
48 # Michał Górny <mgorny@gentoo.org> (2020-03-25)
49 # Provides 'pytest' command to setup.py that is entirely redundant.
50 # Strip the dependency, run pytest directly (preferably
51 # via 'distutils_enable_tests pytest').
52 dev-python/pytest-runner
53
54 # Matt Turner <mattst88@gentoo.org> (2020-03-17)
55 # Deprecated GNOME 2 era packages
56 # Bugs #640022, #713010
57 dev-python/pygobject:2
58 gnome-base/gnome-vfs
59 gnome-base/libbonobo
60 gnome-base/libbonoboui
61 gnome-base/libgnome
62 gnome-base/libgnome-keyring
63 gnome-base/libgnomeui
64 gnome-base/orbit
65
66 # Michał Górny <mgorny@gentoo.org> (2020-03-16)
67 # Virtuals for Python 2 backports.  Mostly obsolete, and some of them
68 # are really confusing.  Use $(python_gen_cond_dep ...) instead
69 # if your package still needs to support Python 2 (or remove it
70 # for Python 3 only packages).
71 virtual/python-backports_abc
72 virtual/python-enum34
73 virtual/python-funcsigs
74 virtual/python-futures
75 virtual/python-ipaddress
76 virtual/python-pathlib
77 virtual/python-singledispatch
78 virtual/python-typing
79 virtual/python-unittest-mock
80
81 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
82 # dev-python/pygtk is in the process of being removed, tracker bug #706462
83 dev-python/pygtk
84
85 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
86 # x11-libs/gtkglext is in the process of being removed, tracker bug #698950
87 x11-libs/gtkglext
88
89 # Sergei Trofimovich <slyfox@gentoo.org> (2020-02-22)
90 # virtual/libffi has only one dev-libs/libffi provider. Use that instead.
91 # bug #699796.
92 virtual/libffi
93
94 # Jason A. Donenfeld <zx2c4@gentoo.org> (2019-12-30)
95 # Directly install net-vpn/wireguard-tools and net-vpn/wireguard-modules.
96 # This may be accomplished by running:
97 #     emerge -nO net-vpn/wireguard-tools net-vpn/wireguard-modules
98 #     emerge -C virtual/wireguard
99 virtual/wireguard
100
101 # Michał Górny <mgorny@gentoo.org> (2019-12-30)
102 # PyPy packages have been restructured, and the virtual is no longer
103 # necessary.  Depend on dev-python/pypy{,3} instead.
104 virtual/pypy
105 virtual/pypy3
106
107 # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-12-21)
108 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
109 # requires agreement to restrictive license
110 # Most things that still depend on oracle variants require javafx
111 # https://bugs.gentoo.org/681828
112 dev-java/oracle-jdk-bin
113 dev-java/oracle-jre-bin
114
115 # Ulrich Müller <ulm@gentoo.org> (2019-12-21)
116 # Live ebuilds for Emacs from Git have been consolidated into the
117 # app-editors/emacs package, which makes the virtual unnecessary.
118 # Packages should depend on >=app-editors/emacs-23.1:* instead.
119 # See the documentation of elisp-common.eclass for details.
120 # Removal (without prior masking) after the release of Emacs 27.1,
121 # but not later than 2020-06-18. Bug #291296.
122 virtual/emacs
123
124 # Michał Górny <mgorny@gentoo.org> (2019-12-09)
125 # Test coverage reporting is not useful for Gentoo ebuilds.  The deps
126 # against coverage plugins are either entirely spurious, or the build
127 # systems need to be fixed to work without them.
128 dev-python/nose-cover3
129 dev-python/nosexcover
130 dev-python/pytest-cov
131
132 # Zac Medico <zmedico@gentoo.org> (2019-12-06)
133 # These golang libraries should be vendored either by upstream or via
134 # the EGO_VENDOR variable.
135 dev-go/go-sqlite3