aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-24 18:09:52 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-24 18:09:52 +0200
commit67a5bddbd0f99a6e82871738368d6f917ed7c017 (patch)
tree28d52a5988d1a9b8879054705d08a506a360563a
parenteclass-writing: Formatting fixes (diff)
downloaddevmanual-67a5bddbd0f99a6e82871738368d6f917ed7c017.tar.gz
devmanual-67a5bddbd0f99a6e82871738368d6f917ed7c017.tar.bz2
devmanual-67a5bddbd0f99a6e82871738368d6f917ed7c017.zip
eclass-writing: Some updates from patch review
Suggested by mjo and sam. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass-writing/text.xml8
1 files 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>