Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/autotools/
Date: Tue, 01 Mar 2022 09:59:12
Message-Id: 1646128736.6756801c7f1d3b8a6326567a164891333b1f10d3.sam@gentoo
1 commit: 6756801c7f1d3b8a6326567a164891333b1f10d3
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Thu Jan 27 09:39:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 09:58:56 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6756801c
7
8 general-concepts/autotools: Remove comment re einfo
9
10 In commit d9e28f40be32f76224ef0dbe2f3163e0615896f1, einfo lines were
11 removed from the examples but a paragraph still still referenced it.
12 Delete the paragraph.
13
14 Closes: https://bugs.gentoo.org/832156
15 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 general-concepts/autotools/text.xml | 7 -------
19 1 file changed, 7 deletions(-)
20
21 diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
22 index 11cacf3..c4abdd4 100644
23 --- a/general-concepts/autotools/text.xml
24 +++ b/general-concepts/autotools/text.xml
25 @@ -141,13 +141,6 @@ src_configure() {
26 }
27 </codesample>
28
29 -<p>
30 -The <c>einfo</c> message before running autotools is not mandatory. However, these
31 -steps can sometimes take a while and may produce no output, so it may make sense
32 -to let the user know that something is still happening. See
33 -<uri link="::ebuild-writing/messages"/>.
34 -</p>
35 -
36 </body>
37 </section>