summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/zsh: fix configure tests with Clang 15Sam James2022-09-122-0/+784
| | | | | | | | | Note that in some cases, this may have caused either some files to not be installed, or hangs at runtime. Closes: https://bugs.gentoo.org/869539 Thanks-to: Nicholas Vinson <nvinson234@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: remove egrep/fgrep aliases from bashrcMike Gilbert2022-09-111-2/+0
| | | | | | | | | Upstream has declared these forms to be deprecated. Aliasing them to 'grep -E' and 'grep -F' prevents the deprecation warning from being displayed, which could lead to confusion. Bug: https://bugs.gentoo.org/869788 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/bash: add 5.2_rc4Sam James2022-09-102-0/+350
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/yash: new upstream releaseAkinori Hattori2022-09-072-0/+36
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-shells/peco: version bump to 0.5.10, fix #844379 (EGO_SUM)Vladimir Pavljuchenkov (SpiderX)2022-09-053-0/+68
| | | | | | | | Closes: https://bugs.gentoo.org/844379 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/26943 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/peco: drop old ebuildVladimir Pavljuchenkov (SpiderX)2022-09-053-95/+0
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/zsh: Fix failing tests on muslbrahmajit das2022-09-012-3/+35
| | | | | | | | | | | | | On musl the tests A03quoting.ztst, B03print.ztst, V09datetime.ztst, and E02xtrace.ztst were failing. This commit fixes all four (E02xtrace is removed for musl) of them. Closes: https://bugs.gentoo.org/833981 Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/27019 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: fix MY_GIT_REVSam James2022-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: add 0.33.0Sam James2022-08-292-0/+74
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash-completion: keyword 2.11 for ~loongWANG Xuerui2022-08-281-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-shells/gentoo-bashcomp: keyword 20190211-r1 for ~loongWANG Xuerui2022-08-281-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-shells/bash: drop use of 'eval' for newer versions for patch generationSam James2022-08-264-57/+404
| | | | | | | Use similar approach as dev-libs/mpfr and sys-libs/readline for generating SRC_URI & patch list. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: add 5.2_rc3Sam James2022-08-264-3/+340
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/starship: add 1.10.2Alexey Zapparov2022-08-232-0/+540
| | | | | | Signed-off-by: Alexey Zapparov <alexey@zapparov.com> Closes: https://github.com/gentoo/gentoo/pull/26871 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/liquidprompt: drop 2.0.3, 2.0.4Arthur Zamarin2022-08-183-82/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/liquidprompt: add 2.1.2Arthur Zamarin2022-08-182-0/+41
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/thefuck: drop 3.30John Helmert III2022-08-142-42/+0
| | | | | Bug: https://bugs.gentoo.org/795291 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-shells/thefuck: retire proxy maintainerJohn Helmert III2022-08-141-8/+1
| | | | | | Only seems to have 1 commit, from Jan 2019. Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-shells/bash: add pgoSam James2022-08-143-28/+65
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh-bin: drop old 7.2.1-r1Maciej Barć2022-08-132-54/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh-bin: bump to 7.2.6Maciej Barć2022-08-132-0/+54
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/fzf: add 0.32.1Sam James2022-08-122-0/+74
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fish: fix PythonAnyMismatchedDepHasVersionCheckSam James2022-08-114-4/+4
| | | | | | | has_version was checking DEPEND, not BDEPEND, so change to python_has_version for better defaults (defaults to BDEPEND) but also nicer output. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/nushell: remove unused patch(es)Michael Mair-Keimberger2022-08-071-73/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/26768 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: add 0.66.2Zac Medico2022-08-062-0/+759
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: drop 0.63.1, 0.64.0Zac Medico2022-08-063-1269/+0
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/starship: Stabilize 1.9.1 amd64, #863206Joonas Niilola2022-08-031-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/bash: rename builtins.1 to bash_builtins.1Mike Gilbert2022-07-313-3/+15
| | | | | | | | | | | This seems to be the intended name based on doc/Makefile.in. This also fixes a rendering issue when the man pages are viewed with mandoc. Closes: https://github.com/gentoo/gentoo/pull/26669 Closes: https://github.com/gentoo/gentoo/pull/26673 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/bash: add bugs-to, changelogSam James2022-07-311-15/+24
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/scsh: filter LTO (type mismatch)Maciej Barć2022-07-261-2/+5
| | | | | Closes: https://bugs.gentoo.org/854873 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/bash: add git repo to HOMEPAGESam James2022-07-262-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: drop 5.2_beta, 5.2_rc1Sam James2022-07-263-620/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: add 5.2_rc2Sam James2022-07-262-0/+316
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: add 0.31.0Sam James2022-07-222-0/+74
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh: x86 stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: sparc stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: ppc64 stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: ppc stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: arm64 stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: arm stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: amd64 stable wrt bug #859586Agostino Sarubbo2022-07-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/fzf: Drop old versionsMatt Turner2022-07-194-367/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/tcsh: drop 6.22.02-r1David Seifert2022-07-196-181/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-shells/rush: drop 2.1Sam James2022-07-172-29/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/rush: add 2.3Sam James2022-07-172-0/+33
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: x86 stable wrt bug #856742Agostino Sarubbo2022-07-121-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/fzf: amd64 stable wrt bug #856742Agostino Sarubbo2022-07-121-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/nushell: add 0.65.0Zac Medico2022-07-102-0/+633
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/gentoo-zsh-completions: drop 20200914Sam James2022-07-102-28/+0
| | | | | Bug: https://bugs.gentoo.org/857216 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/gentoo-zsh-completions: Stabilize 20220112 ppc, #857216Arthur Zamarin2022-07-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>