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 89D0E15808B for ; Sat, 26 Mar 2022 16:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B588E07D0; Sat, 26 Mar 2022 16:16:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15300E07D0 for ; Sat, 26 Mar 2022 16:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C3EE342ECE for ; Sat, 26 Mar 2022 16:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00AEB290 for ; Sat, 26 Mar 2022 16:16:39 +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: <1648311298.e45f656f8c5b18c258c14ff0da08ffc37f2c9c23.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: e45f656f8c5b18c258c14ff0da08ffc37f2c9c23 X-VCS-Branch: master Date: Sat, 26 Mar 2022 16:16:39 +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: ef851f45-3ac5-422f-a5d7-5a8e25b1e83d X-Archives-Hash: fbc9102c293da8953bd3063db1772628 commit: e45f656f8c5b18c258c14ff0da08ffc37f2c9c23 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 26 16:14:58 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 26 16:14:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e45f656f eclass-writing: @DEPRECATED must be followed by a colon 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 be57372..f0f03c0 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -138,7 +138,7 @@ adhere to the following process:

-Before considering removal, please mark the eclass as # @DEPRECATED +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. @@ -380,7 +380,7 @@ variables are as follows: Indicates that this variable must be set by the developer - @DEPRECATED + @DEPRECATED: No Optionally, the name of any replacement variable Declares that this variable should no longer be used in ebuilds @@ -474,7 +474,7 @@ documentation are: - @DEPRECATED + @DEPRECATED: No Optionally, the name of a replacement function Declares that this function should no longer be used in ebuilds @@ -559,7 +559,7 @@ using the following tags: Indicates that this variable must be set by the developer - @DEPRECATED + @DEPRECATED: No Optionally, the name of any replacement variable Declares that this variable should no longer be used in ebuilds