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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DEDC15817D for ; Fri, 14 Jun 2024 06:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5DCE2A52; Fri, 14 Jun 2024 06:48:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB20EE2A52 for ; Fri, 14 Jun 2024 06:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F238333BF39 for ; Fri, 14 Jun 2024 06:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683111B94 for ; Fri, 14 Jun 2024 06:47:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718347651.ba1721b306e9fff7c648b092b9efea22d24f254a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-5.1_p16-r10.ebuild app-shells/bash/bash-5.2_p26-r3.ebuild app-shells/bash/bash-5.3_alpha-r2.ebuild app-shells/bash/bash-9999.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba1721b306e9fff7c648b092b9efea22d24f254a X-VCS-Branch: master Date: Fri, 14 Jun 2024 06:47:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b74896dd-8f85-4e43-812f-6b1d15f4031e X-Archives-Hash: 024d2404f5beed0159ec036aca41dadc commit: ba1721b306e9fff7c648b092b9efea22d24f254a Author: Sam James gentoo org> AuthorDate: Fri Jun 14 06:46:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 14 06:47:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1721b3 app-shells/bash: upgrade einfo->ewarn for bashrc changes Stands out more and gets repeated by Portage. Signed-off-by: Sam James gentoo.org> app-shells/bash/bash-5.1_p16-r10.ebuild | 24 ++++++++++++------------ app-shells/bash/bash-5.2_p26-r3.ebuild | 24 ++++++++++++------------ app-shells/bash/bash-5.3_alpha-r2.ebuild | 24 ++++++++++++------------ app-shells/bash/bash-9999.ebuild | 24 ++++++++++++------------ 4 files changed, 48 insertions(+), 48 deletions(-) diff --git a/app-shells/bash/bash-5.1_p16-r10.ebuild b/app-shells/bash/bash-5.1_p16-r10.ebuild index a594ffc59a3b..863a03b120bd 100644 --- a/app-shells/bash/bash-5.1_p16-r10.ebuild +++ b/app-shells/bash/bash-5.1_p16-r10.ebuild @@ -331,16 +331,16 @@ pkg_postinst() { return fi - einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." - einfo "" - einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" - einfo "characteristics of the operating environment, this array may contain commands" - einfo "to set the window and pane title. Users that choose to customise this variable" - einfo "in ~/.bashrc are advised to append their commands, using the following syntax." - einfo "" - einfo "PROMPT_COMMAND+=('custom command goes here')" - einfo "" - einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" - einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" - einfo "as desired. Previously, there was no formally supported method of opting out." + ewarn "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." + ewarn "" + ewarn "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" + ewarn "characteristics of the operating environment, this array may contain commands" + ewarn "to set the window and pane title. Users that choose to customise this variable" + ewarn "in ~/.bashrc are advised to append their commands, using the following syntax." + ewarn "" + ewarn "PROMPT_COMMAND+=('custom command goes here')" + ewarn "" + ewarn "Alternatively, users that wish to opt out of Gentoo's window title setting" + ewarn "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" + ewarn "as desired. Previously, there was no formally supported method of opting out." } diff --git a/app-shells/bash/bash-5.2_p26-r3.ebuild b/app-shells/bash/bash-5.2_p26-r3.ebuild index 3e1775504a62..980ea4fdba51 100644 --- a/app-shells/bash/bash-5.2_p26-r3.ebuild +++ b/app-shells/bash/bash-5.2_p26-r3.ebuild @@ -375,16 +375,16 @@ pkg_postinst() { return fi - einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." - einfo "" - einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" - einfo "characteristics of the operating environment, this array may contain commands" - einfo "to set the window and pane title. Users that choose to customise this variable" - einfo "in ~/.bashrc are advised to append their commands, using the following syntax." - einfo "" - einfo "PROMPT_COMMAND+=('custom command goes here')" - einfo "" - einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" - einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" - einfo "as desired. Previously, there was no formally supported method of opting out." + ewarn "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." + ewarn "" + ewarn "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" + ewarn "characteristics of the operating environment, this array may contain commands" + ewarn "to set the window and pane title. Users that choose to customise this variable" + ewarn "in ~/.bashrc are advised to append their commands, using the following syntax." + ewarn "" + ewarn "PROMPT_COMMAND+=('custom command goes here')" + ewarn "" + ewarn "Alternatively, users that wish to opt out of Gentoo's window title setting" + ewarn "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" + ewarn "as desired. Previously, there was no formally supported method of opting out." } diff --git a/app-shells/bash/bash-5.3_alpha-r2.ebuild b/app-shells/bash/bash-5.3_alpha-r2.ebuild index f33bf717eac6..248f30b7b4e1 100644 --- a/app-shells/bash/bash-5.3_alpha-r2.ebuild +++ b/app-shells/bash/bash-5.3_alpha-r2.ebuild @@ -374,16 +374,16 @@ pkg_postinst() { return fi - einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." - einfo "" - einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" - einfo "characteristics of the operating environment, this array may contain commands" - einfo "to set the window and pane title. Users that choose to customise this variable" - einfo "in ~/.bashrc are advised to append their commands, using the following syntax." - einfo "" - einfo "PROMPT_COMMAND+=('custom command goes here')" - einfo "" - einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" - einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" - einfo "as desired. Previously, there was no formally supported method of opting out." + ewarn "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." + ewarn "" + ewarn "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" + ewarn "characteristics of the operating environment, this array may contain commands" + ewarn "to set the window and pane title. Users that choose to customise this variable" + ewarn "in ~/.bashrc are advised to append their commands, using the following syntax." + ewarn "" + ewarn "PROMPT_COMMAND+=('custom command goes here')" + ewarn "" + ewarn "Alternatively, users that wish to opt out of Gentoo's window title setting" + ewarn "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" + ewarn "as desired. Previously, there was no formally supported method of opting out." } diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 5c1278219ddb..ae661e409da8 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -374,16 +374,16 @@ pkg_postinst() { return fi - einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." - einfo "" - einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" - einfo "characteristics of the operating environment, this array may contain commands" - einfo "to set the window and pane title. Users that choose to customise this variable" - einfo "in ~/.bashrc are advised to append their commands, using the following syntax." - einfo "" - einfo "PROMPT_COMMAND+=('custom command goes here')" - einfo "" - einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" - einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" - einfo "as desired. Previously, there was no formally supported method of opting out." + ewarn "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." + ewarn "" + ewarn "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" + ewarn "characteristics of the operating environment, this array may contain commands" + ewarn "to set the window and pane title. Users that choose to customise this variable" + ewarn "in ~/.bashrc are advised to append their commands, using the following syntax." + ewarn "" + ewarn "PROMPT_COMMAND+=('custom command goes here')" + ewarn "" + ewarn "Alternatively, users that wish to opt out of Gentoo's window title setting" + ewarn "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" + ewarn "as desired. Previously, there was no formally supported method of opting out." }