commit: 3f2ce4891bfdb363bbc28c615643c844e10dd0f4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 20:45:52 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 22:24:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=3f2ce489
deprecation: Eclass deprecation is now indicated in eclassdoc Closes: https://github.com/gentoo/policy-guide/pull/19 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> deprecation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deprecation.rst b/deprecation.rst index c0badd0..83284f5 100644 --- a/deprecation.rst +++ b/deprecation.rst @@ -32,6 +32,5 @@ 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``. +Deprecations are indicated using the ``@DEPRECATED`` eclassdoc tag +inside the eclass files.
