aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2010-07-11 20:29:19 +0300
committerPetteri Räty <betelgeuse@gentoo.org>2010-07-11 20:29:19 +0300
commitf5634d61a36ebdecb06fd9feadc05ccff5ce8e86 (patch)
tree105557891b207ff232bedf8f5d474da9d86fa4e3 /function-reference
parentMark epause and ebeep as deprecated (diff)
downloaddevmanual-f5634d61a36ebdecb06fd9feadc05ccff5ce8e86.tar.gz
devmanual-f5634d61a36ebdecb06fd9feadc05ccff5ce8e86.tar.bz2
devmanual-f5634d61a36ebdecb06fd9feadc05ccff5ce8e86.zip
Document eqawarn
Document eqawarn available in eutils.eclass for showing QA warnings about eclass usage.
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/message-functions/text.xml14
1 files changed, 11 insertions, 3 deletions
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.
</table>
<p>
- The following are available from <c>eutils.eclass</c> 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 <c>eutils.eclass</c> . ebeep and epause
+ are deprecated in EAPIS 0, 1 and 2 in favor of GLEP 42 news items and
+ package manager message logging functionality.
</p>
<table>
@@ -108,6 +108,14 @@ displaying informational messages.
Beep the specified number (must be a positive integer) of times. Defaults to a sane value.
</ti>
</tr>
+ <tr>
+ <ti>
+ <c>eqawarn</c>
+ </ti>
+ <ti>
+ Used by eclass authors to notify ebuild writers that they are using deprecated functionality.
+ </ti>
+ </tr>
</table>
<p>