Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Tue, 30 Mar 2021 06:55:55
Message-Id: 1617087207.b6e8ea5beb6d8995f953d63910065dc91a9089bf.ulm@gentoo
1 commit: b6e8ea5beb6d8995f953d63910065dc91a9089bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 01:54:47 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 06:53:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b6e8ea5b
7
8 eclass-writing: add note re deprecation of eclasses
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 eclass-writing/text.xml | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
17 index e8b1474..094f939 100644
18 --- a/eclass-writing/text.xml
19 +++ b/eclass-writing/text.xml
20 @@ -130,6 +130,11 @@ adhere to the following process:</p>
21 </li>
22 </ol>
23
24 +<note>
25 +Before considering removal, please mark the eclass as <c># @DEPRECATED</c>
26 +to ensure consumers are warned if they are still using the eclass. Do this
27 +for a period before removing the eclass.
28 +</note>
29
30 </body>
31 </section>