summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-08 02:12:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-08 02:12:59 +0100
commitc30a3f925914edfc7c93158227b5eed3663e6efa (patch)
tree16c6f303cdf19ff0ad9ed0bcca01d3816fea4c00 /app-shells
parent1f45d596fc838ad34ca4c17b7db7882f5048cec2 (diff)
gentoo auto-resync : 08:08:2022 - 02:12:59
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/Manifest.gzbin8804 -> 8801 bytes
-rw-r--r--app-shells/nushell/Manifest1
-rw-r--r--app-shells/nushell/files/nushell-0.63.1-reedline-from-crates.io.patch73
3 files changed, 0 insertions, 74 deletions
diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz
index 216cbc7dd835..f0d214ebf19e 100644
--- a/app-shells/Manifest.gz
+++ b/app-shells/Manifest.gz
Binary files differ
diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest
index aa9b3f0efa3f..34ca8db4b8ab 100644
--- a/app-shells/nushell/Manifest
+++ b/app-shells/nushell/Manifest
@@ -1,4 +1,3 @@
-AUX nushell-0.63.1-reedline-from-crates.io.patch 3097 BLAKE2B 4a4533c280461c0d304b72c82931bf6be99a14867749a965c5f48ec86582d43a3d3701ab92d7085306814699d621a620777ba7f36faa4aa98658b2ed4592dca6 SHA512 7e36ed3ce8df9d8f2796cd606d11e38d59f4c3b97bb9a993dfe33369f1e57ee6ecc3738fb1e95ff768ae64852332543b5b66ff9c6c80a74be8ba455eaf0d662a
DIST Inflector-0.11.4.crate 17438 BLAKE2B eaf0c7f983b3186e9bc89353021a10592f2877e46585bd50b96db9b087343d1199c7b6cf3fa53cd274fb6d33de025a904b8aa31a7ac9599ae3689ecdbcec34cd SHA512 f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
DIST addr2line-0.17.0.crate 32260 BLAKE2B 23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c SHA512 ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
DIST adler-1.0.2.crate 12778 BLAKE2B a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd SHA512 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
diff --git a/app-shells/nushell/files/nushell-0.63.1-reedline-from-crates.io.patch b/app-shells/nushell/files/nushell-0.63.1-reedline-from-crates.io.patch
deleted file mode 100644
index 51f1f7705d2e..000000000000
--- a/app-shells/nushell/files/nushell-0.63.1-reedline-from-crates.io.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From f17582e6e7ce4fbed13a3b490f06041b56882cf4 Mon Sep 17 00:00:00 2001
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Mon, 30 May 2022 14:59:44 -0400
-Subject: [PATCH] Use reedline from crates.io instead of git
-
-I believe reedline was left on a git URL for a nushell release by
-mistake. For Gentoo, we need it to use a version from crates.io, so this
-patch makes that adjustment.
-
-Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
----
- Cargo.lock | 3 ++-
- Cargo.toml | 2 +-
- crates/nu-cli/Cargo.toml | 2 +-
- crates/nu-command/Cargo.toml | 2 +-
- 4 files changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index bed0c1c50..578c55b74 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -3794,7 +3794,8 @@ dependencies = [
- [[package]]
- name = "reedline"
- version = "0.6.0"
--source = "git+https://github.com/nushell/reedline?branch=main#fe795caabc5401d811006b93d5a6d4f220a049ff"
-+source = "registry+https://github.com/rust-lang/crates.io-index"
-+checksum = "422f144c06f679da4ab4f082a6d1d43e28bfabb68d009100e6e5520728f99fec"
- dependencies = [
- "chrono",
- "crossterm",
-diff --git a/Cargo.toml b/Cargo.toml
-index 26df23417..cbfb290b8 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -54,7 +54,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.63.1" }
- nu-utils = { path = "./crates/nu-utils", version = "0.63.1" }
- pretty_env_logger = "0.4.0"
- rayon = "1.5.1"
--reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
-+reedline = { version = "0.6.0", features = ["bashisms"]}
- is_executable = "1.0.1"
-
- [target.'cfg(not(target_os = "windows"))'.dependencies]
-diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 9c5dcb00c..fe4d5c263 100644
---- a/crates/nu-cli/Cargo.toml
-+++ b/crates/nu-cli/Cargo.toml
-@@ -17,7 +17,7 @@ nu-parser = { path = "../nu-parser", version = "0.63.1" }
- nu-protocol = { path = "../nu-protocol", version = "0.63.1" }
- nu-utils = { path = "../nu-utils", version = "0.63.1" }
- nu-ansi-term = "0.45.1"
--reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
-+reedline = { version = "0.6.0", features = ["bashisms"]}
- nu-color-config = { path = "../nu-color-config", version = "0.63.1" }
- crossterm = "0.23.0"
- miette = { version = "4.5.0", features = ["fancy"] }
-diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index 806772156..ac1283ab3 100644
---- a/crates/nu-command/Cargo.toml
-+++ b/crates/nu-command/Cargo.toml
-@@ -82,7 +82,7 @@ unicode-segmentation = "1.8.0"
- url = "2.2.1"
- uuid = { version = "0.8.2", features = ["v4"] }
- which = { version = "4.2.2", optional = true }
--reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
-+reedline = { version = "0.6.0", features = ["bashisms"]}
- wax = { version = "0.4.0", features = ["diagnostics"] }
- rusqlite = { version = "0.27.0", features = ["bundled"], optional = true }
- sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
---
-2.35.3
-