summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/zsh: unset ROOTPATHMike Gilbert2024-02-081-0/+2
| | | | | | This matches the behavior of /etc/profile from baselayout. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/zsh: zprofile: remove using ROOTPATH which is deprecatedYiyang Wu2024-02-082-0/+269
| | | | | | | | | | Now PATH also contains sbin paths, which make ROOTPATH unnecessary for root and uid=1000 user. Closes: https://bugs.gentoo.org/924032 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35229 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/tcsh-6.24.10: drop USE=doc add USE=manFabian Groffen2024-02-021-7/+7
| | | | | | | | | There is no documentation (html-version of the man-page) any more in this version. Install the manpage when USE=man only. Closes: https://bugs.gentoo.org/923475 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-shells/fzf: drop 0.45.0Sam James2024-02-022-74/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: add 0.46.1Sam James2024-02-022-0/+74
| | | | | Closes: https://bugs.gentoo.org/922932 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/tcsh-6.24.10: version bumpFabian Groffen2024-02-012-6/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-shells/fzf: Stabilize 0.44.0 arm64, #922776Sam James2024-01-281-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: drop to maintainer-neededJonas Stein2024-01-281-8/+1
| | | | | Bug: https://bugs.gentoo.org/747400 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* app-shells/platyps: new package; add 0.14.2Maciej Barć2024-01-254-0/+685
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh: drop old 7.3.9Maciej Barć2024-01-233-556/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh: bump to 7.4.1Maciej Barć2024-01-232-0/+421
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh: format pwsh-7.3.3-copy-ref.fsxMaciej Barć2024-01-231-27/+14
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/starship: Drop 1.15.0Randy Barlow2024-01-213-621/+0
| | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/34928 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/starship: Add 1.17.1Randy Barlow2024-01-213-0/+699
| | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh: just export desired locale on muslMaciej Barć2024-01-212-10/+36
| | | | | Closes: https://bugs.gentoo.org/922534 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/nushell: drop 0.87.0Jonas Frei2024-01-162-750/+0
| | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/34841 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: add 0.89.0Jonas Frei2024-01-162-0/+717
| | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* Move {dev-util → dev-build}/cmakeMichał Górny2024-01-142-4/+4
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash: add 5.2_p26Sam James2024-01-143-0/+521
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/smrsh: EAPI8 bump, fix bug #722438Michael Mair-Keimberger2024-01-131-3/+3
| | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/722438 Closes: https://github.com/gentoo/gentoo/pull/34766 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* Move {dev-util → dev-debug}/valgrindMichał Górny2024-01-132-4/+4
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/pwsh-bin: bump to 7.4.1Maciej Barć2024-01-132-0/+72
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/ksh: clean up flag handlingSam James2024-01-092-11/+9
| | | | | | | * Filter LTO instead of just -Wno-erroring things indicating it's unsafe * Try to respect CC/AR/NM more Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/ksh: add 1.0.8Sam James2024-01-093-1/+78
| | | | | | | Closes: https://bugs.gentoo.org/883085 Bug: https://bugs.gentoo.org/829457 Bug: https://bugs.gentoo.org/833964 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: backport memory leak fix for 5.2Sam James2024-01-082-0/+393
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/squirrelsh: remove oldMichael Mair-Keimberger2024-01-071-48/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34594 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/squirrelsh: use https, fix LICENSE, calling ar diretly, bug #722436Michael Mair-Keimberger2024-01-072-6/+8
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/722436 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/atuin: add 17.2.1Florian Schmaus2024-01-052-0/+610
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/fzf: drop 0.42.0-r1, 0.43.0Sam James2024-01-024-176/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: add 0.45.0Sam James2024-01-022-0/+74
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/atuin: install systemd service and shell initsFlorian Schmaus2024-01-012-2/+34
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: drop 15.0.0, 16.0.0Florian Schmaus2024-01-013-1038/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: stabilize 17.0.0 for amd64Florian Schmaus2024-01-011-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: add 17.1.0Florian Schmaus2024-01-012-0/+610
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/bash: remove unused patchMichael Mair-Keimberger2023-12-311-33/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34539 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/bash: drop 5.2_p15-r6, 5.2_p15-r7, 5.2_p21Sam James2023-12-283-1120/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: drop 0.5.11.5Sam James2023-12-283-105/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/linuxinfo: new package; add 0.0.8Maciej Barć2023-12-273-0/+46
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/invokebuild: new package; add 5.10.5Maciej Barć2023-12-273-0/+46
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.0 amd64, #920500Sam James2023-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/nushell: Bump rust dep to 1.72.1Zac Medico2023-12-181-1/+1
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: drop 0.84.0Jonas Frei2023-12-182-698/+0
| | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/34290 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: add 0.88.1Jonas Frei2023-12-182-0/+866
| | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/pwsh: no WarningLevel, switch to en_US, misc tweaksMaciej Barć2023-12-162-23/+69
| | | | | | Bug: https://bugs.gentoo.org/914292 Bug: https://github.com/PowerShell/PowerShell/issues/20941 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh: drop old 7.3.7-r1Maciej Barć2023-12-162-418/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/zsh: fix modern C configure issue, fix relro plugin issueSam James2023-12-163-0/+361
| | | | | | | | | * Fix configure issue with stricter C compilers which leads to build failure later on in the build * Fix plugin use w/ relro Closes: https://bugs.gentoo.org/919001 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Stabilize 0.44.0 x86, #920089Arthur Zamarin2023-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/fzf: Stabilize 0.44.0 amd64, #920089Sam James2023-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh-bin: drop old 7.3.8Maciej Barć2023-12-152-72/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.3.9 amd64, #919427Arthur Zamarin2023-12-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>