commit: 589aee44fc22bbdd43ddc8708d1f00cb0c990533 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Mar 2 06:51:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 07:59:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=589aee44
deprecation: Include deprecated eclasses Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/policy-guide/pull/16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> deprecation.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deprecation.rst b/deprecation.rst index 7264fa1..c0badd0 100644 --- a/deprecation.rst +++ b/deprecation.rst @@ -17,3 +17,21 @@ no version bumps are expected. The current list of deprecated EAPIs is stored as ``eapis-deprecated`` in ``metadata/layout.conf``. + + +.. index:: eclass; deprecated + +Deprecated eclasses +------------------- +:PG: 1003 +:Source: individual eclass maintainers +:Reference: https://gitweb.gentoo.org/repo/gentoo.git/tree/metadata/qa-policy.conf +:Reported: by pkgcheck and repoman + +Deprecated eclasses should not be used in new ebuilds. Existing +packages should be updated not to use these eclasses on version bumps, +or proactively when no version bumps are expected. + +The current list of deprecated eclasses is stored along with suggested +replacements as ``deprecated-eclass`` section +of ``metadata/qa-policy.conf``.
