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: ebuild-writing/file-format/
Date: Tue, 30 Mar 2021 16:10:11
Message-Id: 1617120052.1ab1fefd268081d28fe137ab50732634935b79c0.ulm@gentoo
1 commit: 1ab1fefd268081d28fe137ab50732634935b79c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 04:22:54 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ab1fefd
7
8 ebuild-writing/file-format: mention pkgdev
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/file-format/text.xml | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
17 index 8a8271e..65adca6 100644
18 --- a/ebuild-writing/file-format/text.xml
19 +++ b/ebuild-writing/file-format/text.xml
20 @@ -205,9 +205,9 @@ indenting, never inside strings.
21 </p>
22
23 <p>
24 -Avoid trailing whitespace: <c>repoman</c> will warn you about this if your
25 -ebuild contains trailing or leading whitespace (whitespace instead of
26 -tabs for indentation) when you commit.
27 +Avoid trailing whitespace: <c>repoman</c> or <c>pkgcheck</c> will warn you about
28 +this if your ebuild contains trailing or leading whitespace (whitespace instead
29 +of tabs for indentation) when you commit.
30 </p>
31
32 <p>