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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2208C1581E7 for ; Mon, 29 Apr 2024 06:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12891E2A0E; Mon, 29 Apr 2024 06:31:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7E15E2A0E for ; Mon, 29 Apr 2024 06:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB4F2343052 for ; Mon, 29 Apr 2024 06:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 275B71768 for ; Mon, 29 Apr 2024 06:31:55 +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: <1713967981.924469d9fa9cc1b84073e0cbcab6199cfb013730.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/ X-VCS-Repository: proj/devmanual X-VCS-Files: eclass-writing/text.xml X-VCS-Directories: eclass-writing/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 924469d9fa9cc1b84073e0cbcab6199cfb013730 X-VCS-Branch: master Date: Mon, 29 Apr 2024 06:31:55 +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: 41563c7d-175b-4fc5-941e-970f0d92b450 X-Archives-Hash: 0b59ad1a5da83887a176a2ec447bfc20 commit: 924469d9fa9cc1b84073e0cbcab6199cfb013730 Author: Ulrich Müller gentoo org> AuthorDate: Wed Apr 24 14:13:01 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 24 14:13:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=924469d9 eclass-writing: Formatting fixes Signed-off-by: Ulrich Müller gentoo.org> eclass-writing/text.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index cae3353..6575fcb 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -2,8 +2,8 @@ Eclass Writing Guide - +

This section provides a brief introduction to eclass authoring.

@@ -102,7 +102,6 @@ it is good etiquette to ping other developers in e.g. #gentoo-dev on IRC or informally determine if there are other similar changes (mainly documentation) which should be pushed at the same time in order to avoid unnecessary cache regeneration within a few hours or days of each other. - The same applies to your own work please prepare all of your commits and batch push them at once where possible. @@ -114,8 +113,10 @@ batch push them at once where possible. Removing Eclasses -

No longer used eclasses may be removed from the tree, but developers must -adhere to the following process:

+

+No longer used eclasses may be removed from the tree, but developers must +adhere to the following process: +