From 63daacc6d9af98707c0d5369c6b586fd75f0c87a Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 5 Jun 2024 20:25:17 +0200 Subject: ebuild-writing, function-reference: Update eqawarn documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer mention eutils.eclass for eqawarn. Signed-off-by: Ulrich Müller --- ebuild-writing/messages/text.xml | 7 ++++--- function-reference/message-functions/text.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml index fe05e6b..36daa14 100644 --- a/ebuild-writing/messages/text.xml +++ b/ebuild-writing/messages/text.xml @@ -99,9 +99,10 @@ is mainly used for displaying additional error details before bailing out.

- The eqawarn function can be used by eclass authors to notify ebuild writers about - deprecated functionality. eqawarn is defined in eutils prior to EAPI=7. Portage doesn't log the qa message - class by default so users don't get annoyed by seeing messages they can't do much about. +The eqawarn function can be used by eclass authors to notify ebuild +writers about deprecated functionality. Portage doesn't log the qa message +class by default so users don't get annoyed by seeing messages they can't do +much about.

diff --git a/function-reference/message-functions/text.xml b/function-reference/message-functions/text.xml index cde7eb6..2657dfb 100644 --- a/function-reference/message-functions/text.xml +++ b/function-reference/message-functions/text.xml @@ -79,8 +79,8 @@ displaying informational messages. eqawarn - Used by eclass authors to notify ebuild writers that they are using deprecated functionality. - Before EAPI=7, the eutils eclass must be inherited. + Used by eclass authors to notify ebuild writers that they are using + deprecated functionality. -- cgit v1.2.3-65-gdbad