summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/atuin: Use new cargo_target_dir helperJames Le Cuirot2024-06-172-2/+2
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-shells/atuin: add protobuf to BDEPENDFlorian Schmaus2024-06-161-1/+6
| | | | | Closes: https://bugs.gentoo.org/934405 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: drop 18.0.1, 18.1.0Arthur Zamarin2024-06-153-1298/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/atuin: add 18.3.0Jonas Frei2024-06-152-0/+714
| | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37169 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/atuin: Stabilize 18.2.0 amd64, #934327Joonas Niilola2024-06-151-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/starship: Stabilize 1.18.2 amd64, #934319Joonas Niilola2024-06-151-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/starship: Stabilize 1.18.2 arm64, #934319Sam James2024-06-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: declare the genfun_set_win_title function unconditionallyKerin Millar2024-06-154-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Presently, revisions 5.1_p16-r10, 5.2_p26-r3 and bash-5.3_alpha-r2 refrain from declaring the genfun_set_win_title function at all in the case that the tty belongs to sshd(8). This is to avoid cluttering the shell's operating environment in situations where the decision is made not to append 'genfun_set_win_title' to the PROMPT_COMMANDS array. One might ask why it should not always be appended to the array. The explanation for this is that Gentoo Linux does not exist in a vacuum; not all operating systems default to initialising bash in such a way that it can be assumed that the title will be set at each prompt (or at all). Where SSH is involved, the server has no knowledge whatsoever of the particulars of the client OS or its operating environment. This would previously give rise to the following scenario. 1. User runs ssh(1) from non-Gentoo to connect to sshd(8) on Gentoo 2. The remote shell alters the window title 3. The user eventually exits the remote shell. 4. The window title is never restored to its prior value Put simply, there is no way for the remote side to know what the existing window title is, much less guarantee that it be restored on the client side. All that being said - and rather unsurprisingly - some Gentoo users will care nothing for these considerations or are simply operating in a homogenous environment where they are not an immediate concern. Try to accommodate the wishes of such users more effectively by declaring the function unconditionally. Consequently, they will have the option of restoring Gentoo's historical behaviour in a somewhat straightforward manner. That is, by setting PROMPT_COMMAND in ~/.bashrc or in an /etc/bash/bashrc.d/ drop-in to the effect of the following. PROMPT_COMMAND=(genfun_set_win_title) Signed-off-by: Kerin Millar <kfm@plushkava.net> Bug: https://bugs.gentoo.org/934309 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: upgrade einfo->ewarn for bashrc changesSam James2024-06-144-48/+48
| | | | | | Stands out more and gets repeated by Portage. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 amd64, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 x86, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 arm, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 arm64, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 ppc, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Stabilize 5.1_p16-r10 ppc64, #934174Sam James2024-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Drop old versionsMatt Turner2024-06-114-222/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/fzf: Version bump to 0.53.0Matt Turner2024-06-112-0/+74
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/dsh: drop 0.25.10-r1Arthur Zamarin2024-06-081-28/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: drop 2.11, 2.13.0-r1Arthur Zamarin2024-06-083-333/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 hppa, #933699Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: drop 20190211-r1, 20230313Arthur Zamarin2024-06-083-44/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: add github upstream metadataArthur Zamarin2024-06-081-0/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: mark ALLARCHESArthur Zamarin2024-06-081-0/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/dsh: Stabilize 0.25.10-r2 ppc, #933760Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/dsh: Stabilize 0.25.10-r2 amd64, #933760Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/dsh: Stabilize 0.25.10-r2 x86, #933760Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.2 amd64, #933734Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.2 arm, #933734Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.2 arm64, #933734Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 ppc64, #933699Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 ppc, #933699Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/fsh: bump DOTNET_PKG_COMPAT to 8.0Maciej Barć2024-06-071-2/+2
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 ppc, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 ppc64, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 hppa, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 arm, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 arm64, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: fix QA warnings for unusable completionsEli Schwartz2024-06-072-0/+197
| | | | | | | | Remove some more completions we don't have a good reason to ship. They are either solaris-specific or require packages we don't ship. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/bash-completion: sync liveEli Schwartz2024-06-071-4/+6
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 sparc, #933700Arthur Zamarin2024-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 sparc, #933699Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 arm64, #933699Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 arm, #933699Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 x86, #933699Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.14.0 amd64, #933699Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 x86, #933700Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/gentoo-bashcomp: Stabilize 20240511 amd64, #933700Arthur Zamarin2024-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/fzf: Stabilize 0.51.0 arm64, #933645Sam James2024-06-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Stabilize 0.51.0 x86, #933645Jakov Smolić2024-06-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-shells/fzf: Stabilize 0.51.0 amd64, #933645Sam James2024-06-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>