aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Engel <sighunter@gmx.de>2024-08-29 16:32:25 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-31 18:40:52 +0200
commit5ac5203cac1eac5178ed268350ba1c904eb2c023 (patch)
tree67e09a3bc57d84bc4e07eade7b0216530d20f826 /ebuild-writing
parenttools-reference/echo: Remove bash version history (diff)
downloaddevmanual-5ac5203cac1eac5178ed268350ba1c904eb2c023.tar.gz
devmanual-5ac5203cac1eac5178ed268350ba1c904eb2c023.tar.bz2
devmanual-5ac5203cac1eac5178ed268350ba1c904eb2c023.zip
ebuild-writing/messages: Remove history lesson
The mentioned versions are over 18 years old and the elog functionality has become common. There is no value in stating when it was implemented. Removed Paludis because it has no relevance for Gentoo. (unlike maybe for PMS) Signed-off-by: Sebastian Engel <sighunter@gmx.de> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/messages/text.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml
index 36daa14..830e3cf 100644
--- a/ebuild-writing/messages/text.xml
+++ b/ebuild-writing/messages/text.xml
@@ -38,9 +38,8 @@ internal is the simplest <d/> it simply displays its parameters as a message.
<p>
The <c>elog</c> function can be used to display an informational message which is
-meant to 'stand out' and is logged by the elog functionality in Portage 2.1 and
-Paludis 0.6 or newer. On a colour terminal, the message provided will be prefixed
-with a green asterisk. On earlier versions, elog behaves just like einfo.
+meant to 'stand out' and is logged by Portage's elog functionality. On a colour
+terminal, the message provided will be prefixed with a green asterisk.
</p>
<codesample lang="ebuild">