diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-02 07:51:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-05 08:59:21 +0100 |
commit | 589aee44fc22bbdd43ddc8708d1f00cb0c990533 (patch) | |
tree | 99f9b06b39f261f36469d54c072925edc7772c8b | |
parent | Sort Policy Index keys by PGxx identifiers (diff) | |
download | policy-guide-589aee44fc22bbdd43ddc8708d1f00cb0c990533.tar.gz policy-guide-589aee44fc22bbdd43ddc8708d1f00cb0c990533.tar.bz2 policy-guide-589aee44fc22bbdd43ddc8708d1f00cb0c990533.zip |
deprecation: Include deprecated eclasses
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/policy-guide/pull/16
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | deprecation.rst | 18 |
1 files changed, 18 insertions, 0 deletions
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``. |