aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-24 16:09:50 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-24 16:09:50 +0200
commit064e969676cf9ce8774a347e05ba35e025952afa (patch)
tree2aca7a1c0dc5af2d8acbdf90d6633315e438ade7
parentebuild-writing/functions/src_prepare/eapply: Clarify eapply for dir (diff)
downloaddevmanual-064e969676cf9ce8774a347e05ba35e025952afa.tar.gz
devmanual-064e969676cf9ce8774a347e05ba35e025952afa.tar.bz2
devmanual-064e969676cf9ce8774a347e05ba35e025952afa.zip
Revert "eclass-writing: @DEAD must be the first tag"
eclass-to-manpages is now less strict about placement of the tag. This reverts commit cd392d0c6cd064ac3a1381111e678f4fe111afcc. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass-writing/text.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 23c7219..2a6203f 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -129,9 +129,7 @@ adhere to the following process:</p>
</li>
<li>
Add a one line comment to the eclass, saying exactly <c># @DEAD</c> so that
- the eclass-manpages package will not attempt to document it. <c>@DEAD</c>
- must be the first documentation tag in the eclass, i.e. it goes before
- the <c>@ECLASS</c> tag.
+ the eclass-manpages package will not attempt to document it.
</li>
<li>
Wait for the 30-day period to pass, then remove the eclass from the tree.