commit:     9e887914be14e9fcc77807f26724b4a8cf6fbcfd
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Wed Mar  4 04:43:38 2026 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 23:09:21 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e887914

app-shells/nushell: drop 0.108.0-r1

Signed-off-by: Jonas Frei <freijon <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/45888
Closes: https://github.com/gentoo/gentoo/pull/45888
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-shells/nushell/Manifest                  |  2 -
 app-shells/nushell/nushell-0.108.0-r1.ebuild | 96 ----------------------------
 2 files changed, 98 deletions(-)

diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest
index 5a1bc4d87159..df2f5eb51014 100644
--- a/app-shells/nushell/Manifest
+++ b/app-shells/nushell/Manifest
@@ -1,5 +1,3 @@
-DIST nushell-0.108.0-crates.tar.xz 74196744 BLAKE2B 
563ab1d8cebb210f30b7e21fb9ce6fe371a98fce9e222864473ab6189a417faab47742b0be16acbba7dd41da6c47fdb31d2951b13f9c397e29459e375fef85bc
 SHA512 
538bac24ed47e8d02c9fa7f6f749b4fafbf38c2bcdb63dfe81aecc46f137f4f5fb54f28d1bb64a6b414910f1e0b3463f68eabd750f4b38338654e9e5a8758e43
-DIST nushell-0.108.0.tar.gz 3632436 BLAKE2B 
0af8dcd1a9f5bd6cfc243efcbe17fa6611d6eebbc4defea1b0269e758e03756ca66f6f91ab6786d7b03091417c25792af937dca0280c30c543f36cfa820f1f03
 SHA512 
9b411b521f06ee5391ec7a7462e03cd4b85d815dff10879214c4fcc11625662143466d76efb6a9cb7fad6f5b46e2d5fdef31bdd28ab8befd42065b95bf795cc3
 DIST nushell-0.109.1-crates.tar.xz 75891132 BLAKE2B 
1fc61f47bdcc15ee624ecdc2e7f3d80289b160c17953bddaace898ec9856044086f123ef998be94297ffdb335cc2392bce3db24fa1af7128289cc552c53a56d9
 SHA512 
4b94e87db61fab2781f24e27989e8f55d47f238391ecb5be1680c00ea99488bdc884a00236d92f8b2959d3e1e6d7c5e0b3ece70e8b110afc56ac6bcfdd726c3d
 DIST nushell-0.109.1.tar.gz 3672021 BLAKE2B 
59d6d58b4a472283d6cdb4cf618152abb3cae978ab501a57075e10355c2a5d89228d7288fb0a446e1745e3caf68ff98451788930c2cca3fa8f55780bcbddceb0
 SHA512 
f625f882bdecad448a54a9e0e63d64178723524b04b794c4c366ed824993d136855f5b93d99ac72dce37f6385322ff941e41ee1b378c885b75e3d01372de6dc2
 DIST nushell-0.110.0-crates.tar.xz 74774668 BLAKE2B 
c18b384fd9b5f8a88f8ac3d376ca50158a022c65597790fc8b51160191ef41a8148213e3d4f96b8d4a1d79f941671bf95da8bc1eb3c8d883aa1c04406df2b7b9
 SHA512 
32a8bc1e882913c9e0bcf98ccd740b9f109d30fb45c65138d305c6f2179e6e2f2c13c69baffebabab493f172b7b3180d2bc5f04a587fdb75152550c1d96cc7db

diff --git a/app-shells/nushell/nushell-0.108.0-r1.ebuild 
b/app-shells/nushell/nushell-0.108.0-r1.ebuild
deleted file mode 100644
index cabe68763216..000000000000
--- a/app-shells/nushell/nushell-0.108.0-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-RUST_MIN_VER="1.88.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="mcp 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=(
-               $(usev mcp)
-               network
-               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
-}

Reply via email to