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 52D901581E7 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 368D1E2A29; 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AD08E2A29 for ; Mon, 29 Apr 2024 06:31:58 +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 018AC343053 for ; Mon, 29 Apr 2024 06:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A4BF1769 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: <1713974992.67a5bddbd0f99a6e82871738368d6f917ed7c017.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: 67a5bddbd0f99a6e82871738368d6f917ed7c017 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: f1120442-8f34-4da8-917b-b1c6ab39b8dc X-Archives-Hash: 1542b0b3cb447dd4986638d5d6465965 commit: 67a5bddbd0f99a6e82871738368d6f917ed7c017 Author: Ulrich Müller gentoo org> AuthorDate: Wed Apr 24 16:09:52 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 24 16:09:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=67a5bddb eclass-writing: Some updates from patch review Suggested by mjo and sam. Signed-off-by: Ulrich Müller gentoo.org> eclass-writing/text.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 6575fcb..a8d373a 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -114,8 +114,8 @@ batch push them at once where possible.

-No longer used eclasses may be removed from the tree, but developers must -adhere to the following process: +Eclasses that are no longer in use may be removed from the tree, but developers +must adhere to the following process:

    @@ -139,8 +139,8 @@ adhere to the following process: Before considering removal, please mark the eclass as # @DEPRECATED: -to ensure consumers are warned if they are still using the eclass. Do this -for a period before removing the eclass. +to ensure consumers are warned if they are still using the eclass. Do this at +least 30 days before removing the eclass.