Commit Graph

3111 Commits

Author SHA1 Message Date
Sam James
008ae1fc77 app-shells/bash: Stabilize 5.2_p37-r3 sparc, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-04 20:02:09 +01:00
Sam James
517868e25b app-shells/bash: Stabilize 5.2_p37-r3 hppa, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-04 20:02:06 +01:00
Sam James
6f4ff7e432 app-shells/bash: add 5.3, drop 5.3_rc2*
I'm keywording it from the off because I've been running with this
for ages.

I've also dropped the removal of bundled readline -- we still use
the system copy, but the build was failing because builtins/ needs
rlconf.h for a few objects.

Signed-off-by: Sam James <sam@gentoo.org>
2025-07-04 19:12:08 +01:00
Matt Turner
cdba5400d9 app-shells/fzf: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2025-07-04 00:21:02 -04:00
Matt Turner
4f1a249103 app-shells/fzf: Version bump to 0.63.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2025-07-04 00:20:52 -04:00
Sam James
729c876f8d app-shells/fzf: Stabilize 0.62.0 arm64, #958781
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-03 09:49:03 +01:00
Sam James
c882135845 app-shells/bash-completion: Stabilize 2.16.0-r1 ALLARCHES, #959251
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-29 21:04:48 +01:00
Sam James
7c6e56f8a7 app-shells/bash: add 5.3_rc2_p20250627
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-29 04:16:07 +01:00
Maciej Barć
c4a8906d69 app-shells/loksh: bump to 7.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-06-27 02:52:37 +02:00
Akinori Hattori
5e89b52612 app-shells/yash: drop old
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
2025-06-26 22:04:36 +09:00
Akinori Hattori
752acc0046 app-shells/yash: amd64/x86 stable
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
2025-06-26 22:03:58 +09:00
Arthur Zamarin
4ae57b15cc app-shells/starship: drop 1.22.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-24 08:59:17 +03:00
Arthur Zamarin
ee3d4bfef4 app-shells/atuin: drop 18.4.0, 18.5.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-24 08:59:17 +03:00
Sam James
2aa67d7219 app-shells/fzf: Stabilize 0.62.0 x86, #958781
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23 01:16:29 +01:00
Sam James
7630d98b7c app-shells/fzf: Stabilize 0.62.0 amd64, #958781
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23 01:16:28 +01:00
Sam James
d36b9e79cf app-shells/bash: Stabilize 5.2_p37-r3 ppc, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-21 19:03:45 +01:00
Florian Schmaus
df88149252 app-shells/atuin: stabilize 18.6.1 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-06-21 09:07:27 +02:00
Sam James
6c544610b7 app-shells/pwsh-bin: Stabilize 7.5.1 arm, #958153
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-21 07:01:32 +01:00
Arthur Zamarin
ea731d6e4d app-shells/bash: Stabilize 5.2_p37-r3 arm, #958175
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-21 08:49:57 +03:00
Sam James
6f59c9d7c2 app-shells/gentoo-bashcomp: add 20250620
Allen-Kristjan Päll (1):
      completions/emaint: source gentoo-common.sh

Closes: https://bugs.gentoo.org/946806
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-20 07:03:56 +01:00
Sam James
24c0c2411d app-shells/bash: add 5.3_rc2_p20250616
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-16 21:42:39 +01:00
Jonas Frei
f593275829 app-shells/nushell: Using native TLS, using system-sqlite
As discussed in #42592, this revbump changes the following things:
- Unconditionally uses native-tls and links to libssl.so
- Unconditionally links to libsqlite3.so

Signed-off-by: Jonas Frei <freijon@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/42620
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-06-16 12:30:40 -07:00
Jonas Frei
316783fcb0 app-shells/nushell: drop 0.104.0
Signed-off-by: Jonas Frei <freijon@pm.me>
From: https://github.com/gentoo/gentoo/pull/42592
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-06-15 09:50:32 -07:00
Jonas Frei
9d6b06a7b2 app-shells/nushell: add 0.105.1
Also, removed most of the dependencies because they are not needed.
Specifically, OpenSSL was removed as a dependency by upstream, see
https://www.nushell.sh/blog/2025-06-10-nushell_0_105_0.html#no-more-openssl-toc

Signed-off-by: Jonas Frei <freijon@pm.me>
From: https://github.com/gentoo/gentoo/pull/42592
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-06-15 09:49:36 -07:00
Arthur Zamarin
4a0d16567f app-shells/bash: Stabilize 5.2_p37-r3 amd64, #958175
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-15 08:21:35 +03:00
Mike Gilbert
769e243b42 app-shells/zsh: drop umask from zprofile
Closes: https://bugs.gentoo.org/938572
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2025-06-14 22:23:57 -04:00
Sam James
b462bdf668 app-shells/pwsh-bin: Stabilize 7.5.1 amd64, #958153
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-15 03:22:04 +01:00
Sam James
a0d8b17233 app-shells/pwsh: Stabilize 7.5.1 amd64, #958152
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-15 03:07:11 +01:00
Sam James
91299bdf69 app-shells/bash: Stabilize 5.2_p37-r3 x86, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-15 01:33:12 +01:00
Sam James
0e98764926 app-shells/bash: Stabilize 5.2_p37-r3 arm64, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-15 01:33:11 +01:00
Sam James
3f55b7f25c app-shells/bash: Stabilize 5.2_p37-r3 ppc64, #958175
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-15 01:33:10 +01:00
Arthur Zamarin
0649627391 app-shells/pwsh: Stabilize 7.5.1 arm64, #958152
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-14 17:03:47 +03:00
Sam James
224d84f974 app-shells/pwsh-bin: Stabilize 7.5.1 arm64, #958153
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-14 14:55:22 +01:00
Arsen Arsenović
1bd1f7319f app-shells/zoxide: bump RUST_MIN_VER for 0.9.8
This version of zoxide uses the 2024 edition of Rust, which I missed
initially.  This means it needs a newer compiler version.

Closes: https://bugs.gentoo.org/957884
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
2025-06-11 20:26:33 +02:00
Arsen Arsenović
c3154202d8 app-shells/zoxide: add 0.9.8
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
2025-06-11 16:57:31 +02:00
Sam James
825fb0a8dd app-shells/bash-completion: drop conflicting libsecret completion
Bug: https://github.com/scop/bash-completion/issues/1317
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-09 04:25:00 +01:00
Sam James
e4cf466da6 app-shells/bash: add 5.3_rc2_p20250606
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-06 23:24:15 +01:00
Sam James
26a7448d96 app-shells/bash: drop old bash-5.3 snapshots
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-03 03:36:23 +01:00
Sam James
3145037d4a app-shells/bash: add 5.3_rc2
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-02 20:08:52 +01:00
Sam James
b66b0b8864 app-shells/bash: drop ftp from SRC_URI
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-06-02 19:38:57 +01:00
Sam James
8a902769e4 app-shells/starship: Stabilize 1.23.0 arm64, #956852
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-30 22:06:05 +01:00
Sam James
ca8b0411d2 app-shells/starship: Stabilize 1.23.0 amd64, #956852
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-30 21:55:53 +01:00
Michał Górny
83207a8f8b app-shells/quoter: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-30 20:56:05 +02:00
Michał Górny
4d2b116259 app-shells/push: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-30 20:56:04 +02:00
Sam James
42dd781567 app-shells/bash: add 5.3_rc1_p20250530
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-30 19:50:39 +01:00
Sam James
7009f1f4c3 app-shells/fzf: Stabilize 0.61.0 amd64, #956808
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-29 23:02:35 +01:00
Sam James
841cb7bbca app-shells/fzf: Stabilize 0.61.0 x86, #956808
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-29 16:39:05 +01:00
Sam James
d3e4bed110 app-shells/fzf: Stabilize 0.61.0 arm64, #956808
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-29 16:39:04 +01:00
Jonas Frei
48f4b3c509 app-shells/nushell: drop 0.102.0
Signed-off-by: Jonas Frei <freijon@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/42274
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-05-28 20:06:32 -07:00
Jonas Frei
1c2220d6c4 app-shells/nushell: add 0.104.1
Signed-off-by: Jonas Frei <freijon@pm.me>
From: https://github.com/gentoo/gentoo/pull/42274
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-05-28 20:06:01 -07:00