summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/dash: Stabilize 0.5.12-r1 ppc, #947959Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: Stabilize 0.5.12-r1 ppc64, #947959Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: Stabilize 0.5.12-r1 arm, #947959Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: Stabilize 0.5.12-r1 x86, #947959Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: Stabilize 0.5.12-r1 amd64, #947959Sam James3 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/dash: Stabilize 0.5.12-r1 arm64, #947959Sam James3 days1-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/nushell: Created dependency tarballs for all versionsJonas Frei4 days4-3182/+21
| | | | | | | | | | Emptied CRATES (needs to be there for cargo.eclass). Modified SRC_URI to include dependency tarball. Closes: https://bugs.gentoo.org/947899 Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/40098 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/starship: Stabilize 1.21.1-r1 arm64, #947823Sam James5 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/starship: Stabilize 1.21.1-r1 amd64, #947823Sam James5 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash-completion: Stabilize 2.15.0 ALLARCHES, #947735Arthur Zamarin6 days1-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash: add 5.3_beta_p20250109Sam James6 days2-0/+412
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: avoid BASH_* var nameSam James6 days1-7/+7
| | | | | | | It gets stripped from the environment. Closes: https://bugs.gentoo.org/947766 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: adjust ebuild for future bash-5.2 / non-slottedSam James7 days1-2/+15
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: add 5.1_pre20240617Sam James7 days2-0/+53
| | | | | | | bashdb for newer bash versions doesn't (yet?) have tags, so we take snapshots. Make sure to pick the right branch. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: add github upstream metadataSam James7 days1-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: EAPI 8, adapt to slotted bashSam James7 days1-11/+12
| | | | | | | | | | | | | bashdb releases tend to lag (significantly) behind bash releases, so the previous approach from bug #316611 where blockers were added on newer bash isn't really sustainable. Not least as configure aborts on any other bash version. Depend on slotted bash and pass --with-bash with the appropriate version. Bug: https://bugs.gentoo.org/316611 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: slot old (5.1)Sam James7 days1-110/+10
| | | | | | | | | | | | 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>
* app-shells/bash: slot old (5.0)Sam James7 days1-76/+11
| | | | | | | | | | | | | 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`. This will also let us get app-shells/bashdb installable again. Also, while here, build with -std=gnu89 as a configure test gets confused otherwise with GCC 15 at least. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bashdb: run configure w/ bashSam James7 days1-4/+6
| | | | | | Bashisms in there. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.6 amd64, #947537Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.6 arm64, #947537Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh-bin: Stabilize 7.4.6 arm, #947537Sam James10 days1-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: remove unused patchMichael Mair-Keimberger11 days1-32/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/starship: Use optfeature for fontsRandy Barlow12 days1-2/+6
| | | | | | | | | | | | | | | These fonts seem to work decently well with starship in my experience, but they are not the only suitable fonts. The user can install any nerdfont they wish as described by uptsream's documentation. starship doesn't require fonts to be installed on the same machine it is running on necessarily. For example, if starship is installed on a remote system accessed via ssh, the fonts should be installed on the client machine. Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/39636 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/bash: add 5.3_beta_p20241230Sam James2024-12-312-0/+412
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/nushell: Stabilize 0.100.0 amd64, #947212Sam James2024-12-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/nushell: drop 0.98.0-r1Jonas Frei2024-12-292-796/+0
| | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39892 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/nushell: add 0.101.0Jonas Frei2024-12-292-0/+1160
| | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/39892 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-shells/atuin: install atuin-daemon systemd user unitsFlorian Schmaus2024-12-293-0/+24
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: use dobin instead of doexeFlorian Schmaus2024-12-291-2/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/atuin: add 18.4.0Jonas Frei2024-12-292-0/+807
| | | | | | | | | Removed BDEPEND = dev-libs/protobuf, since upstream switched to protox. See https://github.com/atuinsh/atuin/pull/2122 Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39891 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-shells/loksh: Stabilize 7.6 amd64, #947122Sam James2024-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/loksh: Stabilize 7.6 arm, #947122Sam James2024-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/loksh: Stabilize 7.6 arm64, #947122Sam James2024-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pwsh: remove unused patchMichael Mair-Keimberger2024-12-231-36/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39684 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/bash: drop old 5.3 alpha + snapshotsSam James2024-12-235-1639/+0
| | | | | | Cleanup now that we have 5.3_beta. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Version bump to 0.57.0Matt Turner2024-12-182-0/+74
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/bash: add 5.3_betaSam James2024-12-172-0/+413
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Drop old versionsMatt Turner2024-12-134-222/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/bash: add 5.3_alpha_p20241213Sam James2024-12-132-0/+412
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: Stabilize 0.56.3 arm64, #946331Arthur Zamarin2024-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/fzf: Stabilize 0.56.3 x86, #946331Joonas Niilola2024-12-131-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/fzf: Stabilize 0.56.3 amd64, #946331Joonas Niilola2024-12-131-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/bash: add 5.3_alpha_p20241210Sam James2024-12-102-0/+412
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/autojump: enable py3.13Matt Jolly2024-12-081-1/+1
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-shells/bash: drop unused patchSam James2024-12-071-136/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Revert "app-shells/bash: remove unused patches"Sam James2024-12-072-0/+149
| | | | | | | | | | | | | | | | | | This reverts commit 92328f4b82f4d1c6c48a6507ee5a81e13cbb660f. A user reported in #gentoo: ``` [ ok ] * Applying bash-5.2_p21-wpointer-to-int.patch ... /var/tmp/portage/app-shells/bash-5.2_p37/temp/environment: line 702: /var/tmp/portage/app-shells/bash-5.2_p37/files/bash-5.2_p21-wpointer-to-int.patch: No such file or directory /var/tmp/portage/app-shells/bash-5.2_p37/temp/environment: line 705: /var/tmp/portage/app-shells/bash-5.2_p37/files/bash-5.2_p21-wpointer-to-int.patch: No such file or directory [ !! ] * ERROR: app-shells/bash-5.2_p37::gentoo failed (prepare phase): * patch -p1 -p0 failed with /var/tmp/portage/app-shells/bash-5.2_p37/files/bash-5.2_p21-wpointer-to-int.patch * ``` Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: drop 5.3_alpha_p20241115, 5.3_alpha_p20241121Sam James2024-12-073-824/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: remove unused patchesMichael Mair-Keimberger2024-12-072-149/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-shells/bash-completion: enable py3.13Arthur Zamarin2024-12-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>