From 589aee44fc22bbdd43ddc8708d1f00cb0c990533 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 2 Mar 2020 07:51:46 +0100 Subject: deprecation: Include deprecated eclasses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/policy-guide/pull/16 Signed-off-by: Michał Górny --- 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``. -- cgit v1.2.3-65-gdbad