diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 01:54:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-30 08:53:27 +0200 |
commit | b6e8ea5beb6d8995f953d63910065dc91a9089bf (patch) | |
tree | 8195bec61f1375ae86eb41002768e569ec1412a7 /eclass-writing | |
parent | eclass-writing: add new eclass doc tags for Eclass Function Variables (diff) | |
download | devmanual-b6e8ea5beb6d8995f953d63910065dc91a9089bf.tar.gz devmanual-b6e8ea5beb6d8995f953d63910065dc91a9089bf.tar.bz2 devmanual-b6e8ea5beb6d8995f953d63910065dc91a9089bf.zip |
eclass-writing: add note re deprecation of eclasses
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r-- | eclass-writing/text.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |