From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 56CAD1584AD for ; Wed, 07 May 2025 14:52:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3CECD3430B5 for ; Wed, 07 May 2025 14:52:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A067C1103C0; Wed, 07 May 2025 14:52:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9855A1103C0 for ; Wed, 07 May 2025 14:52:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 444C53430B2 for ; Wed, 07 May 2025 14:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D6C1F52 for ; Wed, 07 May 2025 14:52:00 +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: <1746629461.30d19b883b320cd72c8ea6ca73ac6f14bdc38106.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.3_rc1_p20250430-r1.ebuild app-shells/bash/bash-5.3_rc1_p20250430.ebuild app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild app-shells/bash/bash-5.3_rc1_p20250504.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: 30d19b883b320cd72c8ea6ca73ac6f14bdc38106 X-VCS-Branch: master Date: Wed, 07 May 2025 14:52:00 +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: cd22aabd-d9f3-46de-b1dc-d06aeadf7726 X-Archives-Hash: 0a9f0702325566a863f155f301a92f60 commit: 30d19b883b320cd72c8ea6ca73ac6f14bdc38106 Author: Kerin Millar plushkava net> AuthorDate: Tue May 6 18:05:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 7 14:51:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d19b88 app-shells/bash: have 20250430, 20250504 and 9999 use the latest bashrc.d drop-ins This sets the stage for eliminating 10-gentoo-color-r1.bash from FILESDIR. Signed-off-by: Kerin Millar plushkava.net> Signed-off-by: Sam James gentoo.org> .../{bash-5.3_rc1_p20250430.ebuild => bash-5.3_rc1_p20250430-r1.ebuild} | 2 +- .../{bash-5.3_rc1_p20250504.ebuild => bash-5.3_rc1_p20250504-r1.ebuild} | 2 +- app-shells/bash/bash-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-shells/bash/bash-5.3_rc1_p20250430.ebuild b/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild similarity index 99% rename from app-shells/bash/bash-5.3_rc1_p20250430.ebuild rename to app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild index a71d009bc5db..638ab9434adf 100644 --- a/app-shells/bash/bash-5.3_rc1_p20250430.ebuild +++ b/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild @@ -318,7 +318,7 @@ src_install() { my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc insinto /etc/bash/bashrc.d - my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r1.bash | newins - 10-gentoo-color.bash + my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r2.bash | newins - 10-gentoo-color.bash newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash if [[ ! ${EPREFIX} ]]; then doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash diff --git a/app-shells/bash/bash-5.3_rc1_p20250504.ebuild b/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild similarity index 99% rename from app-shells/bash/bash-5.3_rc1_p20250504.ebuild rename to app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild index 36988a5bab4d..62a7031a0d27 100644 --- a/app-shells/bash/bash-5.3_rc1_p20250504.ebuild +++ b/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild @@ -318,7 +318,7 @@ src_install() { my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc insinto /etc/bash/bashrc.d - my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r1.bash | newins - 10-gentoo-color.bash + my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r2.bash | newins - 10-gentoo-color.bash newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash if [[ ! ${EPREFIX} ]]; then doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 48dc6faddf97..6216b7884332 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -315,7 +315,7 @@ src_install() { my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc insinto /etc/bash/bashrc.d - my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r1.bash | newins - 10-gentoo-color.bash + my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r2.bash | newins - 10-gentoo-color.bash newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash if [[ ! ${EPREFIX} ]]; then doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash