dev-libs/xmlsec: arm64 stable (bug #711892)
[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 # Matt Turner <mattst88@gentoo.org> (2020-03-17)
21 # Deprecated GNOME 2 era packages
22 # Bugs #640022, #713010
23 dev-python/gconf-python
24 dev-python/gnome-python-base
25 dev-python/gnome-python-desktop-base
26 dev-python/gnome-python-extras-base
27 dev-python/gnome-vfs-python
28 dev-python/libbonobo-python
29 dev-python/libgnomecanvas-python
30 dev-python/libgnome-python
31 dev-python/librsvg-python
32 dev-python/pygobject:2
33 dev-python/pygtksourceview
34 dev-python/pyorbit
35 gnome-base/gnome-desktop:2
36 gnome-base/gnome-vfs
37 gnome-base/libbonobo
38 gnome-base/libbonoboui
39 gnome-base/libgnome
40 gnome-base/libgnome-keyring
41 gnome-base/libgnomeui
42 gnome-base/orbit
43
44 # Michał Górny <mgorny@gentoo.org> (2020-03-16)
45 # Virtuals for Python 2 backports.  Mostly obsolete, and some of them
46 # are really confusing.  Use $(python_gen_cond_dep ...) instead
47 # if your package still needs to support Python 2 (or remove it
48 # for Python 3 only packages).
49 virtual/python-backports_abc
50 virtual/python-enum34
51 virtual/python-funcsigs
52 virtual/python-futures
53 virtual/python-ipaddress
54 virtual/python-pathlib
55 virtual/python-singledispatch
56 virtual/python-typing
57 virtual/python-unittest-mock
58
59 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
60 # dev-python/pygtk is in the process of being removed, tracker bug #706462
61 dev-python/pygtk
62
63 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
64 # x11-libs/gtkglext is in the process of being removed, tracker bug #698950
65 x11-libs/gtkglext
66
67 # Sergei Trofimovich <slyfox@gentoo.org> (2020-02-22)
68 # virtual/libffi has only one dev-libs/libffi provider. Use that instead.
69 # bug #699796.
70 virtual/libffi
71
72 # Jason A. Donenfeld <zx2c4@gentoo.org> (2019-12-30)
73 # Directly install net-vpn/wireguard-tools and net-vpn/wireguard-modules.
74 # This may be accomplished by running:
75 #     emerge -nO net-vpn/wireguard-tools net-vpn/wireguard-modules
76 #     emerge -C virtual/wireguard
77 virtual/wireguard
78
79 # Michał Górny <mgorny@gentoo.org> (2019-12-30)
80 # PyPy packages have been restructured, and the virtual is no longer
81 # necessary.  Depend on dev-python/pypy{,3} instead.
82 virtual/pypy
83 virtual/pypy3
84
85 # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-12-21)
86 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
87 # requires agreement to restrictive license
88 # Most things that still depend on oracle variants require javafx
89 # https://bugs.gentoo.org/681828
90 dev-java/oracle-jdk-bin
91 dev-java/oracle-jre-bin
92
93 # Ulrich Müller <ulm@gentoo.org> (2019-12-21)
94 # Live ebuilds for Emacs from Git have been consolidated into the
95 # app-editors/emacs package, which makes the virtual unnecessary.
96 # Packages should depend on >=app-editors/emacs-23.1:* instead.
97 # See the documentation of elisp-common.eclass for details.
98 # Removal (without prior masking) in 90 days, or after the release
99 # of Emacs 27.1, whatever will occur later. Bug #291296.
100 virtual/emacs
101
102 # Michał Górny <mgorny@gentoo.org> (2019-12-09)
103 # The pycrypto project is long dead, and has been forked into
104 # dev-python/pycryptodome that's not entirely API compatible.  Many
105 # upstreams prefer switching to dev-python/cryptography instead.
106 dev-python/pycrypto
107
108 # Michał Górny <mgorny@gentoo.org> (2019-12-09)
109 # Test coverage reporting is not useful for Gentoo ebuilds.  The deps
110 # against coverage plugins are either entirely spurious, or the build
111 # systems need to be fixed to work without them.
112 dev-python/nose-cover3
113 dev-python/nosexcover
114 dev-python/pytest-cov
115
116 # Zac Medico <zmedico@gentoo.org> (2019-12-06)
117 # These golang libraries should be vendored either by upstream or via
118 # the EGO_VENDOR variable.
119 dev-go/go-crypto
120 dev-go/go-net
121 dev-go/go-sys
122 dev-go/go-sqlite3