commit:     b66b0b8864b90e3eb54aa631925c6015237510c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 18:38:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 18:38:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66b0b88

app-shells/bash: drop ftp from SRC_URI

It shouldn't be needed these days, as e.g. alphas and such appear
on the GNU mirrors too.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bash/bash-2.05b_p13.ebuild            | 5 +----
 app-shells/bash/bash-3.0_p22.ebuild              | 5 +----
 app-shells/bash/bash-3.1_p23.ebuild              | 5 +----
 app-shells/bash/bash-3.2_p57.ebuild              | 5 +----
 app-shells/bash/bash-4.0_p44.ebuild              | 5 +----
 app-shells/bash/bash-4.1_p17.ebuild              | 5 +----
 app-shells/bash/bash-4.2_p53.ebuild              | 5 +----
 app-shells/bash/bash-4.3_p48-r2.ebuild           | 6 +-----
 app-shells/bash/bash-4.4_p23-r2.ebuild           | 7 +------
 app-shells/bash/bash-5.0_p18-r3.ebuild           | 7 +------
 app-shells/bash/bash-5.1_p16-r14.ebuild          | 4 ++--
 app-shells/bash/bash-5.2_p37-r3.ebuild           | 4 ++--
 app-shells/bash/bash-5.2_p37.ebuild              | 4 ++--
 app-shells/bash/bash-5.3_rc1.ebuild              | 4 ++--
 app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild | 4 ++--
 app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild | 4 ++--
 app-shells/bash/bash-5.3_rc1_p20250519.ebuild    | 4 ++--
 app-shells/bash/bash-5.3_rc1_p20250530.ebuild    | 4 ++--
 app-shells/bash/bash-9999.ebuild                 | 4 ++--
 19 files changed, 28 insertions(+), 63 deletions(-)

diff --git a/app-shells/bash/bash-2.05b_p13.ebuild 
b/app-shells/bash/bash-2.05b_p13.ebuild
index bb0392ca2a3c..b9f975061243 100644
--- a/app-shells/bash/bash-2.05b_p13.ebuild
+++ b/app-shells/bash/bash-2.05b_p13.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-3.0_p22.ebuild 
b/app-shells/bash/bash-3.0_p22.ebuild
index 6a9d1dc0e02a..255cc1a142c1 100644
--- a/app-shells/bash/bash-3.0_p22.ebuild
+++ b/app-shells/bash/bash-3.0_p22.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-3.1_p23.ebuild 
b/app-shells/bash/bash-3.1_p23.ebuild
index de9635116e93..3e199434c7e7 100644
--- a/app-shells/bash/bash-3.1_p23.ebuild
+++ b/app-shells/bash/bash-3.1_p23.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-3.2_p57.ebuild 
b/app-shells/bash/bash-3.2_p57.ebuild
index 6e2c01156a99..b899e1599678 100644
--- a/app-shells/bash/bash-3.2_p57.ebuild
+++ b/app-shells/bash/bash-3.2_p57.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-4.0_p44.ebuild 
b/app-shells/bash/bash-4.0_p44.ebuild
index 0e4b7dc36654..73eed8f83b55 100644
--- a/app-shells/bash/bash-4.0_p44.ebuild
+++ b/app-shells/bash/bash-4.0_p44.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-4.1_p17.ebuild 
b/app-shells/bash/bash-4.1_p17.ebuild
index ef525196a304..f9c68efe3bc2 100644
--- a/app-shells/bash/bash-4.1_p17.ebuild
+++ b/app-shells/bash/bash-4.1_p17.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-4.2_p53.ebuild 
b/app-shells/bash/bash-4.2_p53.ebuild
index 0ec99efcdaf0..3933c300adb9 100644
--- a/app-shells/bash/bash-4.2_p53.ebuild
+++ b/app-shells/bash/bash-4.2_p53.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 

diff --git a/app-shells/bash/bash-4.3_p48-r2.ebuild 
b/app-shells/bash/bash-4.3_p48-r2.ebuild
index dce3f7fbff7b..91c5b5af3535 100644
--- a/app-shells/bash/bash-4.3_p48-r2.ebuild
+++ b/app-shells/bash/bash-4.3_p48-r2.ebuild
@@ -24,10 +24,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 
@@ -37,7 +34,6 @@ READLINE_VER="6.3"
 DESCRIPTION="The standard GNU Bourne again shell"
 HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html";
 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
-[[ ${PV} == *_rc* ]] && SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz";
 
 if [[ -n ${GENTOO_PATCH_VER} ]] ; then
        SRC_URI+=" 
https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz";

diff --git a/app-shells/bash/bash-4.4_p23-r2.ebuild 
b/app-shells/bash/bash-4.4_p23-r2.ebuild
index 0c4d3c66f06e..ec1563be7798 100644
--- a/app-shells/bash/bash-4.4_p23-r2.ebuild
+++ b/app-shells/bash/bash-4.4_p23-r2.ebuild
@@ -30,10 +30,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 
@@ -44,8 +41,6 @@ DESCRIPTION="The standard GNU Bourne again shell"
 HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html";
 if is_release ; then
        SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
-else
-       SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz";
 fi
 
 if [[ -n ${GENTOO_PATCH_VER} ]] ; then

diff --git a/app-shells/bash/bash-5.0_p18-r3.ebuild 
b/app-shells/bash/bash-5.0_p18-r3.ebuild
index bde53d1bb063..70ea14d9754a 100644
--- a/app-shells/bash/bash-5.0_p18-r3.ebuild
+++ b/app-shells/bash/bash-5.0_p18-r3.ebuild
@@ -30,10 +30,7 @@ patches() {
        if [[ ${opt} == -s ]] ; then
                echo "${@/#/${DISTDIR}/}"
        else
-               local u
-               for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-                       printf "${u}/${pn}-${pv}-patches/%s " "$@"
-               done
+               printf "mirror://gnu/${pn}/${pn}-${pv}-patches/%s " "$@"
        fi
 }
 
@@ -44,8 +41,6 @@ DESCRIPTION="The standard GNU Bourne again shell"
 HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html";
 if is_release ; then
        SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
-else
-       SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz";
 fi
 
 if [[ -n ${GENTOO_PATCH_VER} ]] ; then

diff --git a/app-shells/bash/bash-5.1_p16-r14.ebuild 
b/app-shells/bash/bash-5.1_p16-r14.ebuild
index aeb350668eca..b1a75ff93c38 100644
--- a/app-shells/bash/bash-5.1_p16-r14.ebuild
+++ b/app-shells/bash/bash-5.1_p16-r14.ebuild
@@ -40,14 +40,14 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_BRANCH=devel
        inherit git-r3
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.2_p37-r3.ebuild 
b/app-shells/bash/bash-5.2_p37-r3.ebuild
index cf762c50b566..ed834a5925f4 100644
--- a/app-shells/bash/bash-5.2_p37-r3.ebuild
+++ b/app-shells/bash/bash-5.2_p37-r3.ebuild
@@ -40,14 +40,14 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_BRANCH=devel
        inherit git-r3
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.2_p37.ebuild 
b/app-shells/bash/bash-5.2_p37.ebuild
index 80d3c5dc0708..73d60fd1bc68 100644
--- a/app-shells/bash/bash-5.2_p37.ebuild
+++ b/app-shells/bash/bash-5.2_p37.ebuild
@@ -40,14 +40,14 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_BRANCH=devel
        inherit git-r3
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.3_rc1.ebuild 
b/app-shells/bash/bash-5.3_rc1.ebuild
index 03ff453715b7..e42c8695f1c2 100644
--- a/app-shells/bash/bash-5.3_rc1.ebuild
+++ b/app-shells/bash/bash-5.3_rc1.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild 
b/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild
index 3c991f38eba4..b92500cb995a 100644
--- a/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild
+++ b/app-shells/bash/bash-5.3_rc1_p20250430-r1.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild 
b/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild
index de539bc422a0..3d5c11da478c 100644
--- a/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild
+++ b/app-shells/bash/bash-5.3_rc1_p20250504-r1.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.3_rc1_p20250519.ebuild 
b/app-shells/bash/bash-5.3_rc1_p20250519.ebuild
index 3e090ec7abfc..89bfa9277549 100644
--- a/app-shells/bash/bash-5.3_rc1_p20250519.ebuild
+++ b/app-shells/bash/bash-5.3_rc1_p20250519.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-5.3_rc1_p20250530.ebuild 
b/app-shells/bash/bash-5.3_rc1_p20250530.ebuild
index 83edb4e93602..1efdb19b50b5 100644
--- a/app-shells/bash/bash-5.3_rc1_p20250530.ebuild
+++ b/app-shells/bash/bash-5.3_rc1_p20250530.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index de539bc422a0..3d5c11da478c 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -50,14 +50,14 @@ elif (( PLEVEL < 0 )) && [[ ${PV} == *_p* ]] ; then
        
SRC_URI="https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-${BASH_COMMIT}.tar.gz
 -> ${P}-${BASH_COMMIT}.tar.gz"
        S=${WORKDIR}/${PN}-${BASH_COMMIT}
 else
-       my_urls=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" )
+       my_urls=( "mirror://gnu/bash/${MY_P}.tar.gz" )
 
        # bash-5.1 -> bash51
        my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.}
 
        for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do
                printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}"
-               my_urls+=( 
{'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}"
 )
+               my_urls+=( "mirror://gnu/bash/${MY_P}-patches/${my_patch_ver}" )
                MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" )
        done
 

Reply via email to