commit: fc6953a7c315b99a5a02594a8f79aca89119cfdf Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Mon Jul 28 04:26:55 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Jul 31 21:14:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6953a7
app-shells/nushell: add 0.106.1 Signed-off-by: Jonas Frei <freijon <AT> pm.me> From: https://github.com/gentoo/gentoo/pull/43202 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-shells/nushell/Manifest | 2 + .../nushell-dont-build-plugins-from-106.patch | 17 ++++ app-shells/nushell/nushell-0.106.1.ebuild | 94 ++++++++++++++++++++++ 3 files changed, 113 insertions(+) diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest index aff4f05b95b0..f6f63781e6d5 100644 --- a/app-shells/nushell/Manifest +++ b/app-shells/nushell/Manifest @@ -4,3 +4,5 @@ DIST nushell-0.104.1-crates.tar.xz 65912192 BLAKE2B b96b2e4b705f9082696ad0b8401c DIST nushell-0.104.1.tar.gz 3486074 BLAKE2B 2278b8a862f0a2ece0824028fc8e00e48ee027552441f78d112fecff111ffa8875c9b48a44def5864e792e256f16ab35c700a13cd2cf1707b1dd14bcb5a36c84 SHA512 963efb959385d28839a1505111a3841c08cad7c1941c7c5a3dfc941d34cbd0d2a46d1602cd72f8b5920d86a03b2c157da9893f8ea2b25bbab81c12651a2e91c9 DIST nushell-0.105.1-crates.tar.xz 65131560 BLAKE2B ee3ba245cd6cfe75d80411ddfbea4def29c6c1839e3542010f13107766cadec9e2a9c4b334555eeb4c5023cd85028f68be5e16db9733d41b21d263cf1ab44d3e SHA512 428fe75c79ac3e8ae003d6609242dae79cab507de9b935e5b6cefc9d4054a767861b9d0d4329d7689614ada5859f37623d1d902288da4b09caf4199d2ca03b9c DIST nushell-0.105.1.tar.gz 3527094 BLAKE2B ea2ca2d6d090ab1a0fbfb64b19ac90fb26330e5e4cfea23dad381f79465cdef42211b94c1b647c9f1a7a898247d61e677fff7be6a28aa4a97f638819cb9380bb SHA512 5027c8997524be6514460fb72f164e3609deb6abecc1302c5dd6b824e8c47334b56ca8c612bc7c5556075973e209935b09a07fb19ad96aa8aa7e2d6de9c6c7c2 +DIST nushell-0.106.1-crates.tar.xz 65545620 BLAKE2B eac1413af9183e7cdeddf4981f04961be76321cb676b7d5e2ef6b910316b0f7adff520ef72c628905a8cd336cc10334933d319f37134a99c83f95389cfef54aa SHA512 106a064be69f99cbb7e9c4e4393adc7630ba5e3f6b9a8c2e724b6152ea38cebfee4ca23685fab85cbeddf39be85b137295b7514831a9b5b153d6419513010bbf +DIST nushell-0.106.1.tar.gz 3554709 BLAKE2B add4c1baaf9965e45832852ddf9764d2002f896a0e4a2746da75170cf49238433481f7e258e04d141ef968082605745022ad4ee4882eae1be70b06818495d6b7 SHA512 8ef9d2d1a18a627d15973cd5e73c96ee905c3534e818414d0cf42ddb3027571078de3857fd6898b5ff70ac38af732f14eba1af17ad541c1d6352eec21c9a6190 diff --git a/app-shells/nushell/files/nushell-dont-build-plugins-from-106.patch b/app-shells/nushell/files/nushell-dont-build-plugins-from-106.patch new file mode 100644 index 000000000000..96f77d15ba7e --- /dev/null +++ b/app-shells/nushell/files/nushell-dont-build-plugins-from-106.patch @@ -0,0 +1,17 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -24,14 +24,6 @@ + + [workspace] + members = [ +- "crates/nu_plugin_custom_values", +- "crates/nu_plugin_example", +- "crates/nu_plugin_formats", +- "crates/nu_plugin_gstat", +- "crates/nu_plugin_inc", +- "crates/nu_plugin_polars", +- "crates/nu_plugin_query", +- "crates/nu_plugin_stress_internals", + "crates/nu-cli", + "crates/nu-cmd-base", + "crates/nu-cmd-extra", diff --git a/app-shells/nushell/nushell-0.106.1.ebuild b/app-shells/nushell/nushell-0.106.1.ebuild new file mode 100644 index 000000000000..fdcbb71dc78c --- /dev/null +++ b/app-shells/nushell/nushell-0.106.1.ebuild @@ -0,0 +1,94 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RUST_MIN_VER="1.86.0" + +inherit cargo + +DESCRIPTION="A new type of shell, written in Rust" +HOMEPAGE="https://www.nushell.sh" +SRC_URI="https://github.com/nushell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-crate-dist/nushell/releases/download/${PV}/${P}-crates.tar.xz" + +LICENSE="MIT" +# Dependent crate licenses +LICENSE+=" + 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 +" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" +IUSE="plugins system-clipboard X" + +DEPEND=" + dev-libs/openssl:0= + dev-db/sqlite:3= + system-clipboard? ( + X? ( + x11-libs/libX11 + x11-libs/libxcb + ) + ) +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +RESTRICT+=" test" + +QA_FLAGS_IGNORED="usr/bin/nu.*" + +src_prepare() { + use plugins || eapply "${FILESDIR}/${PN}-dont-build-plugins-from-106.patch" + default +} + +src_configure() { + # high magic to allow system-libs + export LIBSQLITE3_SYS_USE_PKG_CONFIG=1 + export OPENSSL_NO_VENDOR=true + export PKG_CONFIG_ALLOW_CROSS=1 + + local myfeatures=( + plugin + native-tls + sqlite + $(usev system-clipboard) + trash-support + ) + + cargo_src_configure --no-default-features +} + +src_compile() { + cargo_src_compile --workspace +} + +src_install() { + cargo_src_install + if use plugins ; then + # Clear features to compile plugins + local myfeatures=() + cargo_src_configure + + cargo_src_install --path crates/nu_plugin_custom_values + cargo_src_install --path crates/nu_plugin_example + cargo_src_install --path crates/nu_plugin_formats + cargo_src_install --path crates/nu_plugin_gstat + cargo_src_install --path crates/nu_plugin_inc + cargo_src_install --path crates/nu_plugin_polars + cargo_src_install --path crates/nu_plugin_query + cargo_src_install --path crates/nu_plugin_stress_internals + fi + local DOCS=( README.md ) + einstalldocs +} + +pkg_postinst() { + if use plugins ; then + einfo "The plugins are installed alongside the main 'nu' binary." + einfo "Visit https://www.nushell.sh/book/plugins.html#adding-a-plugin" + einfo "for more information on how to use plugins." + fi +}
