summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-5.1_p16-r14.ebuild
AgeCommit message (Collapse)Author
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-18app-shells/bash: refresh the comments containing patch URIsKerin Millar
As regards the (commented) URIs referring to the available patchlevels: - employ https:// rather than ftp:// - ensure that the URI request path consistently matches the version - remove the URI altogether for snapshot ebuilds Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
2025-06-02app-shells/bash: drop ftp from SRC_URISam James
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@gentoo.org>
2025-05-27app-shells/bash: pass -std=gnu17 to CFLAGS_FOR_BUILDSungjoon Moon
Essential for cross compile even for >=bash-5.3 Closes: https://bugs.gentoo.org/956318 Signed-off-by: Sungjoon Moon <sumoon@seoulsaram.org> Part-of: https://github.com/gentoo/gentoo/pull/42240 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-01-09app-shells/bash: slot old (5.1)Sam James
This is what we do for older bash slots once newer bash is stabled (or at least has been for a while). Done via looking at `diff -u bash-4.4_p23-r2.ebuild bash-5.0_p18-r2.ebuild` and then `diff -u bash-5.0_p18-r3.ebuild bash-5.1_p16-r14.ebuild`. Feels like the right time to do 5.1 as well given 5.2 has been stable for a fair while now and 5.3 is on its way. Signed-off-by: Sam James <sam@gentoo.org>