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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B01C138334 for ; Wed, 24 Oct 2018 13:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE95E099B; Wed, 24 Oct 2018 13:01:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1338FE099B for ; Wed, 24 Oct 2018 13:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DFA8335CE4 for ; Wed, 24 Oct 2018 13:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2C144F for ; Wed, 24 Oct 2018 13:01:07 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1540385796.2c7b36df8e8f8909c05469c643c357cf2da2b41b.grknight@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/message-functions/, ebuild-writing/messages/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/messages/text.xml function-reference/message-functions/text.xml X-VCS-Directories: ebuild-writing/messages/ function-reference/message-functions/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2c7b36df8e8f8909c05469c643c357cf2da2b41b X-VCS-Branch: master Date: Wed, 24 Oct 2018 13:01:07 +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-Archives-Salt: d6c36013-0aaa-45d2-8760-8fb21f04d365 X-Archives-Hash: 23169868ea19e27af1520759d1d8a76c commit: 2c7b36df8e8f8909c05469c643c357cf2da2b41b Author: Brian Evans gentoo org> AuthorDate: Mon Sep 17 15:01:50 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Oct 24 12:56:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2c7b36df Update message-functions for EAPI=7 Drop mention of ebeep and epause Promote eqawarn leaving note about pre-EAPI=7 needing eutils Signed-off-by: Brian Evans gentoo.org> ebuild-writing/messages/text.xml | 2 +- function-reference/message-functions/text.xml | 35 +-------------------------- 2 files changed, 2 insertions(+), 35 deletions(-) diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml index f8b81d6..85afa40 100644 --- a/ebuild-writing/messages/text.xml +++ b/ebuild-writing/messages/text.xml @@ -100,7 +100,7 @@ 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. Portage doesn't log the qa message + 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.

diff --git a/function-reference/message-functions/text.xml b/function-reference/message-functions/text.xml index 24f4b82..af6771a 100644 --- a/function-reference/message-functions/text.xml +++ b/function-reference/message-functions/text.xml @@ -74,46 +74,13 @@ displaying informational messages. Display the end of an action block. - - -

- 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. -

- - - - - - - - - epause - - - Pause for the specified number (must be a positive integer) of seconds. - Defaults to a sane value. - - - - - ebeep - - - 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. + Before EAPI=7, the eutils eclass must be inherited.
- Function - - Details -