commit: 67a5bddbd0f99a6e82871738368d6f917ed7c017 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 24 16:09:52 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 24 16:09:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=67a5bddb
eclass-writing: Some updates from patch review Suggested by mjo and sam. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass-writing/text.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 6575fcb..a8d373a 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -114,8 +114,8 @@ batch push them at once where possible. <body> <p> -No longer used eclasses may be removed from the tree, but developers must -adhere to the following process: +Eclasses that are no longer in use may be removed from the tree, but developers +must adhere to the following process: </p> <ol> @@ -139,8 +139,8 @@ adhere to the following process: <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. +to ensure consumers are warned if they are still using the eclass. Do this at +least 30 days before removing the eclass. </note> </body>
