public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/
Date: Tue, 09 Sep 2025 01:48:20 +0000 (UTC)	[thread overview]
Message-ID: <1757382458.247c48d6111de76f40e16b057b78af60a9fc4e9e.zmedico@gentoo> (raw)

commit:     247c48d6111de76f40e16b057b78af60a9fc4e9e
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Sep  5 18:25:26 2025 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 01:47:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247c48d6

app-shells/nushell: drop 0.104.1

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

 app-shells/nushell/Manifest               |   2 -
 app-shells/nushell/nushell-0.104.1.ebuild | 104 ------------------------------
 2 files changed, 106 deletions(-)

diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest
index 548437356cbf..8705406d34a8 100644
--- a/app-shells/nushell/Manifest
+++ b/app-shells/nushell/Manifest
@@ -1,7 +1,5 @@
 DIST nushell-0.103.0-crates.tar.xz 65126568 BLAKE2B 28005d82c254dfc4ff599acf15cf8bfc6dc248ff96fe39fb1d0e99e31ca4eb758f0d7bfeea3b59e7194354e3343cc327d09a5257f4d8103576867219cf5003d6 SHA512 e8e33b90021a7263f429acf87ba3abd6c04817bbc0051d4852c9984bf4428a7629c4b8a6cd4aac1ef24a5d09e35793bad0c66f3d0fdddc66cc26e190d9a82d3f
 DIST nushell-0.103.0.tar.gz 3435849 BLAKE2B 5907214eb362dbb3edcda29b47cf3f34159ed5fb71af47dea0f27df5857b22662f7e73463f4648f3eb32e26376fbefd9c1a72860cb387d6e36ec200b05d7a135 SHA512 9570f2f92ea158b4604a2b19e0141d804b48d2b0a105214558e61d97c247d9cddbf7023e9539f01258c31650fcdb37aa10a593ab4671f2d4ee4a84c697fe2150
-DIST nushell-0.104.1-crates.tar.xz 65912192 BLAKE2B b96b2e4b705f9082696ad0b8401ca0f2a90585accdc69489e3d5cf9b46af98afedcf4f1d09a37e1aa464c6edecb300f03d1e92c0bf956685e679b16acb1f6265 SHA512 ffeecdd630f53b7987992bef247f398418d3deb6f6119c0d9ee3d41f1fa5b8746b79f812a209766f9f9ff0c8a70b92b727c09c3668929cb12ac58b82e34f272e
-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

diff --git a/app-shells/nushell/nushell-0.104.1.ebuild b/app-shells/nushell/nushell-0.104.1.ebuild
deleted file mode 100644
index 17d60590029f..000000000000
--- a/app-shells/nushell/nushell-0.104.1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-
-RUST_MIN_VER="1.84.1"
-
-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
-"
-DEPS_URI="https://github.com/freijon/${PN}/releases/download/${PV}/${P}-crates.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-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/libgit2-0.99:=
-	dev-libs/oniguruma:=
-	dev-libs/openssl:0=
-	net-libs/libssh2:=
-	net-libs/nghttp2:=
-	net-misc/curl
-	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.patch"
-	default
-}
-
-src_configure() {
-	# high magic to allow system-libs
-	export OPENSSL_NO_VENDOR=true
-	export RUSTONIG_SYSTEM_LIBONIG=1
-	export LIBGIT2_SYS_USE_PKG_CONFIG=1
-	export LIBSSH2_SYS_USE_PKG_CONFIG=1
-	export PKG_CONFIG_ALLOW_CROSS=1
-
-	local myfeatures=(
-	$(usev system-clipboard)
-	)
-
-	cargo_src_configure
-}
-
-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	other threads:[~2025-09-09  1:48 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-09  1:48 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-09 20:27 [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/ Arthur Zamarin
2025-09-09  1:48 Zac Medico
2025-09-07 21:25 Sam James
2025-08-27 18:41 Zac Medico
2025-08-05  3:15 Zac Medico
2025-07-31 21:16 Zac Medico
2025-06-15 16:50 Zac Medico
2025-06-15 16:50 Zac Medico
2025-05-29  3:06 Zac Medico
2025-05-29  3:06 Zac Medico
2025-05-02  3:12 Zac Medico
2025-05-02  3:12 Zac Medico
2025-04-24 14:31 Sam James
2025-03-22  4:34 Sam James
2025-03-19 22:26 Zac Medico
2025-03-19 22:26 Zac Medico
2025-02-07 17:50 Sam James
2025-02-07  4:21 Zac Medico
2025-02-07  4:21 Zac Medico
2025-01-11 18:22 Zac Medico
2024-12-31  4:57 Sam James
2024-12-29 19:40 Zac Medico
2024-11-17 19:19 Zac Medico
2024-11-16  2:36 Zac Medico
2024-11-16  2:36 Zac Medico
2024-11-10 17:40 Zac Medico
2024-11-10 17:40 Zac Medico
2024-09-22 18:38 Arthur Zamarin
2024-09-21  8:58 Michał Górny
2024-09-20 15:32 Arthur Zamarin
2024-09-20 14:50 Arthur Zamarin
2024-09-20 14:50 Arthur Zamarin
2024-08-07  2:26 Zac Medico
2024-08-07  2:26 Zac Medico
2024-08-06 10:59 Sam James
2024-06-04 16:27 Zac Medico
2024-05-25  5:05 Arthur Zamarin
2024-05-19  8:43 Zac Medico
2024-04-16  5:42 Joonas Niilola
2024-04-16  5:42 Joonas Niilola
2024-04-05 16:40 Arthur Zamarin
2024-03-15  3:40 Zac Medico
2024-03-15  3:40 Zac Medico
2024-02-28  9:12 Florian Schmaus
2024-01-17  5:05 Zac Medico
2024-01-17  5:05 Zac Medico
2023-12-18  9:23 Zac Medico
2023-12-18  9:23 Zac Medico
2023-12-18  9:23 Zac Medico
2023-11-18  3:21 Zac Medico
2023-11-17 12:07 Sam James
2023-10-10 18:38 Florian Schmaus
2023-10-10 18:38 Florian Schmaus
2023-08-28  4:06 Zac Medico
2023-08-28  4:06 Zac Medico
2023-08-16  5:15 Zac Medico
2023-08-16  5:15 Zac Medico
2023-07-27  6:35 Zac Medico
2023-07-27  6:35 Zac Medico
2023-07-13  6:03 Zac Medico
2023-07-13  6:03 Zac Medico
2023-07-13  6:03 Zac Medico
2023-04-15  2:40 Sam James
2023-02-01  2:44 Zac Medico
2023-01-31  2:10 Zac Medico
2023-01-31  2:10 Zac Medico
2022-11-16  2:49 Zac Medico
2022-10-20  4:16 Zac Medico
2022-10-20  4:15 Zac Medico
2022-10-18  3:50 Zac Medico
2022-08-06 18:42 Zac Medico
2022-08-06 17:38 Zac Medico
2022-07-10 22:31 Zac Medico
2022-06-18 21:50 Zac Medico
2022-06-18 21:50 Zac Medico
2022-05-22 15:09 Zac Medico
2022-05-04  3:18 Zac Medico
2022-04-13  3:58 Zac Medico
2022-03-24  3:34 Zac Medico
2022-03-24  2:35 Zac Medico
2022-01-24  3:52 Zac Medico
2021-12-28 21:13 Zac Medico
2021-12-28 21:13 Zac Medico
2021-12-12 14:23 Yixun Lan
2021-12-08  4:11 Zac Medico
2021-11-17  1:34 Zac Medico
2021-10-31  5:23 Zac Medico
2021-06-20 21:34 Georgy Yakovlev
2021-06-20 21:34 Georgy Yakovlev
2021-06-20  8:45 Georgy Yakovlev
2021-06-20  6:36 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1757382458.247c48d6111de76f40e16b057b78af60a9fc4e9e.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox