commit:     08cf343c6b949ddaf1a895b94775c15984b3c9b6
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Aug 18 04:00:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 15:50:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cf343c

app-shells/bash: move the skeleton files to ${FILESDIR}/skel

The top of FILESDIR has become a little unwieldy. In advance of
submitting a patch that will introduce yet more files to be tracked, I
thought that it would be a good opportunity to conduct a minor
re-organisation. To that end, this commit relocates the skeleton files
to a sub-directory.

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bash/bash-5.2_p37-r3.ebuild            | 2 +-
 app-shells/bash/bash-5.2_p37.ebuild               | 2 +-
 app-shells/bash/bash-5.3-r1.ebuild                | 2 +-
 app-shells/bash/bash-5.3-r2.ebuild                | 2 +-
 app-shells/bash/bash-5.3.ebuild                   | 2 +-
 app-shells/bash/bash-5.3_p3.ebuild                | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250711.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250718.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250801.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250804.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250808.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250814.ebuild | 2 +-
 app-shells/bash/bash-9999.ebuild                  | 2 +-
 app-shells/bash/files/{ => skel}/dot-bash_logout  | 0
 app-shells/bash/files/{ => skel}/dot-bash_profile | 0
 app-shells/bash/files/{ => skel}/dot-bashrc       | 0
 16 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/app-shells/bash/bash-5.2_p37-r3.ebuild 
b/app-shells/bash/bash-5.2_p37-r3.ebuild
index ffdcd70900c0..8d9d143fd609 100644
--- a/app-shells/bash/bash-5.2_p37-r3.ebuild
+++ b/app-shells/bash/bash-5.2_p37-r3.ebuild
@@ -328,7 +328,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.2_p37.ebuild 
b/app-shells/bash/bash-5.2_p37.ebuild
index 73d60fd1bc68..9797feecdcf2 100644
--- a/app-shells/bash/bash-5.2_p37.ebuild
+++ b/app-shells/bash/bash-5.2_p37.ebuild
@@ -326,7 +326,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.3-r1.ebuild 
b/app-shells/bash/bash-5.3-r1.ebuild
index bbbb8eab5d9a..d40b29374a91 100644
--- a/app-shells/bash/bash-5.3-r1.ebuild
+++ b/app-shells/bash/bash-5.3-r1.ebuild
@@ -321,7 +321,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.3-r2.ebuild 
b/app-shells/bash/bash-5.3-r2.ebuild
index b8564f5043c5..d83ded7d57e8 100644
--- a/app-shells/bash/bash-5.3-r2.ebuild
+++ b/app-shells/bash/bash-5.3-r2.ebuild
@@ -320,7 +320,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.3.ebuild b/app-shells/bash/bash-5.3.ebuild
index ba4de7b688b4..e025d4e56763 100644
--- a/app-shells/bash/bash-5.3.ebuild
+++ b/app-shells/bash/bash-5.3.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.3_p3.ebuild 
b/app-shells/bash/bash-5.3_p3.ebuild
index b8564f5043c5..d83ded7d57e8 100644
--- a/app-shells/bash/bash-5.3_p3.ebuild
+++ b/app-shells/bash/bash-5.3_p3.ebuild
@@ -320,7 +320,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
index 05df8469c54c..16e02d8fd2af 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
index 72ff370d4026..fe16279e000f 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
index 1300218c38d9..4291f369568e 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
index f27b9b18e931..f44c0275ac84 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
index 111048455dbc..8bb8c899d569 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
index c2cd9c076826..080336642fd4 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index ba4de7b688b4..e025d4e56763 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -319,7 +319,7 @@ src_install() {
 
        insinto /etc/skel
        for f in bash{_logout,_profile,rc}; do
-               newins "${FILESDIR}/dot-${f}" ".${f}"
+               newins "${FILESDIR}/skel/dot-${f}" ".${f}"
        done
 
        if use plugins; then

diff --git a/app-shells/bash/files/dot-bash_logout 
b/app-shells/bash/files/skel/dot-bash_logout
similarity index 100%
rename from app-shells/bash/files/dot-bash_logout
rename to app-shells/bash/files/skel/dot-bash_logout

diff --git a/app-shells/bash/files/dot-bash_profile 
b/app-shells/bash/files/skel/dot-bash_profile
similarity index 100%
rename from app-shells/bash/files/dot-bash_profile
rename to app-shells/bash/files/skel/dot-bash_profile

diff --git a/app-shells/bash/files/dot-bashrc 
b/app-shells/bash/files/skel/dot-bashrc
similarity index 100%
rename from app-shells/bash/files/dot-bashrc
rename to app-shells/bash/files/skel/dot-bashrc

Reply via email to