commit: b6e8ea5beb6d8995f953d63910065dc91a9089bf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 01:54:47 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 06:53:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b6e8ea5b
eclass-writing: add note re deprecation of eclasses Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass-writing/text.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index e8b1474..094f939 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -130,6 +130,11 @@ adhere to the following process:</p> </li> </ol> +<note> +Before considering removal, please mark the eclass as <c># @DEPRECATED</c> +to ensure consumers are warned if they are still using the eclass. Do this +for a period before removing the eclass. +</note> </body> </section>
