Versions
v0.101.0 :: 0 :: gentoo
- Modified
- License
- MIT 0BSD Apache-2.0 BSD Boost-1.0 CC-PD CC0-1.0 ISC MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016 ZLIB
- Keywords
- ~amd64 ~arm64 ~ppc64 ~riscv
- USE flags
- X debug plugins system-clipboard
v0.100.0 :: 0 :: gentoo
- Modified
- License
- MIT 0BSD Apache-2.0 BSD Boost-1.0 CC-PD CC0-1.0 ISC MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016 ZLIB
- Keywords
- amd64 ~arm64 ~ppc64 ~riscv
- USE flags
- X debug plugins system-clipboard
v0.99.1 :: 0 :: gentoo
- Modified
- License
- MIT 0BSD Apache-2.0 BSD Boost-1.0 CC-PD CC0-1.0 ISC MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016 ZLIB
- Keywords
- ~amd64 ~arm64 ~ppc64 ~riscv
- USE flags
- X debug plugins system-clipboard
USE flags
General
- X
- Add support for X11
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- plugins
- Build official plugins
- system-clipboard
- System clipboard support in `reedline`
Dependencies
dev-db / sqlite : SQL database engine
dev-libs / libgit2 : A linkable library for Git
dev-libs / oniguruma : Regular expression library for different character encodings
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / libssh2 : Library implementing the SSH2 protocol
net-libs / nghttp2 : HTTP/2 C Library
net-misc / curl : A Client that groks URLs
Runtime Dependencies
dev-db / sqlite : SQL database engine
dev-libs / libgit2 : A linkable library for Git
dev-libs / oniguruma : Regular expression library for different character encodings
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / libssh2 : Library implementing the SSH2 protocol
net-libs / nghttp2 : HTTP/2 C Library
net-misc / curl : A Client that groks URLs
Bugs
- 796827
- app-shells/nushell-0.32.0 does not respect CFLAGS/LDFLAGS
- 836607
- app-shells/nushell-0.60.0 fails test - test shell::pipeline::commands::external::stdin_evaluation::does_not_panic_with_no_newline_
- 855884
- app-shells/nushell-0.64.0 - rustc: .../APInt.h:1470: uint64_t llvm::APInt::getZExtValue() const: Assertion getActiveBits() <= 64 &
- 857561
- app-shells/nushell-0.70.0[extra] fails to compile: error: could not compile arrow2 (uint64_t llvm::APInt::getZExtValue() const: Assertion `getActiveBits() <= 64 && "Too many bits for uint64_t"' failed.)
- 864031
- app-shells/nushell: 'cargo audit' reports one or more bundled CRATES as vulnerable
- 917755
- app-shells/nushell-0.87.0 - ERROR: app-shells/nushell-0.87.0::gentoo failed (unpack phase):
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: Created dependency tarballs for all versions
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> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-shells/nushell: Stabilize 0.100.0 amd64, #947212
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.98.0-r1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39892 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.101.0
Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/39892 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: Fix plugin compilation
Plugins failed to compile when the USE flag 'system-clipboard' was enabled, because for the plugins this Cargo feature does not exist. This fix clears the 'myfeatures' variable and configures again before the plugins are compiled. Closes: https://bugs.gentoo.org/943627 Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39347 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.96.1-r1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39336 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.100.0
Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/39336 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: drop 0.95.0
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39064 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.99.1, new USE flag system-clipboard
The USE flag enables an optional feature that was previously a default feature and made optional due to OS compatibility issues. The existing 'X' USE flag is only needed for this new optional feature. Also: Updated for slotted Rust Closes: https://bugs.gentoo.org/939925 Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/39064 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-shells/nushell: Stabilize 0.96.1 arm64, #939953
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-shells/nushell: Stabilize 0.96.1 amd64, #939953
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-shells/nushell: Stabilize 0.95.0 arm64, #922330
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.91.0, 0.93.0, 0.94.2
Also: Removed USE flags dataframe + extra Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/38669 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.98.0
Also added >=dev-lang/rust-1.79.0 (stable) to BDEPEND. It's a requirement from upstream. Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-shells/nushell: Stabilize 0.95.0 amd64, #937422
Signed-off-by: Sam James <sam@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: drop 0.85.0
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37989 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.96.1
Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/37989 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: Add 0.95.0, renamed patch
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37379 Closes: https://bugs.gentoo.org/936307 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.92.1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/36909 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.94.2
Release 0.94.0 removes the 'dataframe' feature and moves it to a plugin. I therefore added a new USE flag 'plugins' which builds all official plugins. I think we should not install them unconditionally because we're talking about +63 MiB and much longer compile time when enabled. Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/36909 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: add 0.93.0
Added a small 'sed' command in prepare() to remove the minimal Rust version requirement. This requirement is needed for Windows only to fix a security issue. Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/36795 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christopher Bayliss · gentoo
app-shells/nushell: make X11 optional
Signed-off-by: Christopher Bayliss <cjbdev@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/36713 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-shells/nushell: Stabilize 0.91.0 amd64, #928596
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: drop 0.89.0
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/36108 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.92.1
Removed 'extra' USE flag, it was removed upstream as well. Also, bumped minimal required Rust version to 1.66.1 as per upstream documentation. Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.88.1, 0.90.1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/35756 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.91.0
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: add 0.90.1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/35449 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.87.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> - Jonas Frei · gentoo
app-shells/nushell: add 0.89.0
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump rust dep to 1.72.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: drop 0.84.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> - Jonas Frei · gentoo
app-shells/nushell: add 0.88.1
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-shells/nushell: Stabilize 0.85.0 amd64, #917467
Signed-off-by: Sam James <sam@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.87.0
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/33862 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.83.1
Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/32939 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.85.0
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.82.0
Closes: https://github.com/gentoo/gentoo/pull/32416 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.84.0
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.83.0
Closes: https://github.com/gentoo/gentoo/pull/32316 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.83.1
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: drop 0.78.0
Closes: https://github.com/gentoo/gentoo/pull/32040 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: add 0.83.0 Fixed src_prepare()
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: add 0.82.0, add USE flag 'extra'
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Jonas Frei · gentoo
app-shells/nushell: drop 0.74.0-r1
Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-shells/nushell: add 0.78.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Frei · gentoo
app-shells/nushell: app-shells/nushell Removed 'extra' USE flag, added 'dataframe' USE flag.
Closes: https://github.com/gentoo/gentoo/pull/29352 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Violet Purcell · gentoo
app-shells/nushell: drop 0.69.1, 0.70.0, 0.71.0
Closes: https://github.com/gentoo/gentoo/pull/29324 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Violet Purcell · gentoo
app-shells/nushell: add 0.74.0
Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Violet Purcell · gentoo
app-shells/nushell: add 0.71.0
Closes: https://github.com/gentoo/gentoo/pull/28273 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: drop 0.65.0, 0.66.2
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Zac Medico · gentoo
app-shells/nushell: add 0.70.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.69.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.66.2
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: drop 0.63.1, 0.64.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.65.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.64.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Zac Medico · gentoo
app-shells/nushell: drop 0.43.0, 0.60.0, 0.61.0, 0.62.0, 0.62.0-r1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Randy Barlow · gentoo
app-shells/nushell: Add 0.63.1
This commit also makes the following changes: * Drop the fix for https://github.com/nushell/nushell/issues/4900 as it is no longer necessary. * Add a patch to use reedline from crates.io. * Depend on virtual/rust-1.60 instead of dev-lang/rust-1.60. Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/25694 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Randy Barlow · gentoo
app-shells/nushell: Use Rust 1.60 to avoid nightly
This commit adjusts nushell to use a minimum Rust version of 1.60 so that we can drop the requirement on Rust nightly. Closes: https://github.com/gentoo/gentoo/pull/25583 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.62.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: add 0.61.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: drop 0.41.0, 0.42.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Randy Barlow · gentoo
app-shells/nushell: Add 0.60.0
https://www.nushell.sh/blog/2022-03-22-nushell_0_60.html Closes: https://github.com/gentoo/gentoo/pull/24719 Closes: https://bugs.gentoo.org/835826 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump to version 0.43.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump to version 0.42.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Zac Medico · gentoo
app-shells/nushell: Remove old versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yongxiang Liang · gentoo
app-shells/nushell: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump to version 0.41.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump to version 0.40.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Bump to version 0.39.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
app-shells/nushell: fix BDEPEND
at least rust-1.51.0 is required cmake is no longer needed Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
app-shells/nushell: revbump, add system deps
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-shells/nushell: Initial import
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>