diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml index 4720be4..2bb348a 100644 --- a/ebuild-writing/messages/text.xml +++ b/ebuild-writing/messages/text.xml @@ -95,6 +95,19 @@ is mainly used for displaying additional error details before bailing out.
+QA warnings + + +

+ The eqawarn function can be used by eclass authors to notify ebuild writers about + deprecated functionality. eqawarn is defined in eutils. 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. +

+ + +
+ +
Message function reference diff --git a/function-reference/message-functions/text.xml b/function-reference/message-functions/text.xml index 97c86e6..24f4b82 100644 --- a/function-reference/message-functions/text.xml +++ b/function-reference/message-functions/text.xml @@ -77,9 +77,9 @@ displaying informational messages.

- The following are available from eutils.eclass in EAPIs 0, 1 and 2. - They are deprecated in favor of GLEP 42 news items and package manager - message logging functionality. + The following are available from eutils.eclass . ebeep and epause + are deprecated in EAPIS 0, 1 and 2 in favor of GLEP 42 news items and + package manager message logging functionality.

@@ -108,6 +108,14 @@ displaying informational messages. Beep the specified number (must be a positive integer) of times. Defaults to a sane value. + + + eqawarn + + + Used by eclass authors to notify ebuild writers that they are using deprecated functionality. + +