From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C75B1382C5 for ; Tue, 30 Mar 2021 16:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A61E0ADE; Tue, 30 Mar 2021 16:10:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5A52E0ADE for ; Tue, 30 Mar 2021 16:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8290D335CA3 for ; Tue, 30 Mar 2021 16:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9E96634 for ; Tue, 30 Mar 2021 16:10:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617120052.1ab1fefd268081d28fe137ab50732634935b79c0.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/file-format/text.xml X-VCS-Directories: ebuild-writing/file-format/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1ab1fefd268081d28fe137ab50732634935b79c0 X-VCS-Branch: master Date: Tue, 30 Mar 2021 16:10:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f65c2fd2-50b6-46dd-ab27-41ec7eb3bb2a X-Archives-Hash: 8cb8deb33502d40d654e0d914348c5e3 commit: 1ab1fefd268081d28fe137ab50732634935b79c0 Author: Sam James gentoo org> AuthorDate: Sun Mar 21 04:22:54 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 16:00:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ab1fefd ebuild-writing/file-format: mention pkgdev Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/file-format/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index 8a8271e..65adca6 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -205,9 +205,9 @@ indenting, never inside strings.

-Avoid trailing whitespace: repoman will warn you about this if your -ebuild contains trailing or leading whitespace (whitespace instead of -tabs for indentation) when you commit. +Avoid trailing whitespace: repoman or pkgcheck will warn you about +this if your ebuild contains trailing or leading whitespace (whitespace instead +of tabs for indentation) when you commit.