summaryrefslogtreecommitdiff
path: root/app-shells/starship
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-15 00:19:47 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-15 00:19:47 +0000
commit1f048d9b860b8c7b69ac8dd085edc9ee3191b2d5 (patch)
treeaffee530d130802d01350609c1e0705a3902e46d /app-shells/starship
parent9ecdcfa46d8257a208dac1edc65aea2ccf11a799 (diff)
gentoo auto-resync : 15:03:2023 - 00:19:47
Diffstat (limited to 'app-shells/starship')
-rw-r--r--app-shells/starship/Manifest2
-rw-r--r--app-shells/starship/files/starship-1.10.3-no-old-time.patch109
-rw-r--r--app-shells/starship/files/starship-1.11.0-no-old-time.patch109
3 files changed, 0 insertions, 220 deletions
diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
index 299e207a44b1..693623b8a423 100644
--- a/app-shells/starship/Manifest
+++ b/app-shells/starship/Manifest
@@ -1,6 +1,4 @@
-AUX starship-1.10.3-no-old-time.patch 2812 BLAKE2B 2ac260a5d387b045d09470621d1849272fef7f41b92ac0bdcb308bccdc5e06cbb7e7dab9d3e9ed3534bcf15aeb924c4272b7a347339ef4fbacfc5666ea793570 SHA512 72ceac2eae53457ba12af534e2fbd5129121139c407f09e787887cbf798e5a37383f5cef4e83aa2753ad338856542c1eb6c1b9e1b56d636a652205d90370c798
AUX starship-1.10.3-no-strip.patch 598 BLAKE2B 2e84b23eb32dd3aec915b2cd5da51936eaec4eaf2e61f462ff97e4141b28e8cc71bb985c0572b5742dee5dc33ab00dae0eb3855156849c236701de2a6fb591c7 SHA512 df9ebd14a8b9a65b685d5095b40c967725a14f36eae32ee9f7197ebdc57938c06f1e19e47336eb70ed7c00cd3e33b22ef47f912bb7b218a52f80d76c2ca72b37
-AUX starship-1.11.0-no-old-time.patch 2845 BLAKE2B df5fa355768fd18f572b2114061b0f72ee66bef9d95b3652e407d34fd82ab28bd1643b4b3d5f91f77aa657b41ae6cc96c503ad09a7c9ad2c9c0e7bbe63d4e1d5 SHA512 33820faa187bfafdbdfef4a6ac7c18d3d640f40ab0f4d5687f5fdf186144989a5342ad8f107e203ae4f24adcecc9093214236336f7134efd321d1583985926af
AUX starship-1.12.0-no-old-time.patch 2839 BLAKE2B 1256e672aa0eb1e684d764264676da15bd88307960fa901965388790384651e618e0e3dd78de087153dc1da0cad43de5a1efd3c4cfd553752b656a16ce20b9b4 SHA512 16cbc23295fd6e14b07cb42026325dc2c45487e227f363ed0449eed5c27ecbc8c77d11b5d27b1b9215b9c7e4a7a31f848a7aba4a67112f93cdaba32a9dbc515d
DIST adler-1.0.2.crate 12778 BLAKE2B a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd SHA512 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
DIST ahash-0.7.6.crate 38030 BLAKE2B aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9 SHA512 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
diff --git a/app-shells/starship/files/starship-1.10.3-no-old-time.patch b/app-shells/starship/files/starship-1.10.3-no-old-time.patch
deleted file mode 100644
index bbeca72ae24a..000000000000
--- a/app-shells/starship/files/starship-1.10.3-no-old-time.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 17dfab50cf27e0023286dcee58810b91906cf1aa Mon Sep 17 00:00:00 2001
-From: Alexey Zapparov <alexey@zapparov.com>
-Date: Wed, 21 Dec 2022 23:31:59 +0100
-Subject: [PATCH] Remove time-0.1.x dependency
-
-Bug: https://bugs.gentoo.org/864034
-See: RUSTSEC-2020-0071 <https://rustsec.org/advisories/RUSTSEC-2020-0071>
-See: Upstream Fix Proposal <https://github.com/starship/starship/pull/4750>
-Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
----
- Cargo.lock | 26 ++++----------------------
- Cargo.toml | 2 +-
- 2 files changed, 5 insertions(+), 23 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index 010862b3..60b965c0 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -306,7 +306,6 @@ dependencies = [
- "js-sys",
- "num-integer",
- "num-traits",
-- "time 0.1.44",
- "wasm-bindgen",
- "winapi",
- ]
-@@ -981,7 +980,7 @@ checksum = "1d58ccaaf783384a6ad68a6abf84942a3f88e34970ced3b34dc68183be50996d"
- dependencies = [
- "bstr",
- "itoa",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -1584,7 +1583,7 @@ dependencies = [
- "dirs-next",
- "objc-foundation",
- "objc_id",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -2585,7 +2584,7 @@ checksum = "8c0ea0c68418544f725eba5401a5b965a2263254c92458d04aeae74e9d88ff4e"
- dependencies = [
- "const_format",
- "is_debug",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -2793,7 +2792,7 @@ dependencies = [
- "lazy_static",
- "libc",
- "nom 7.1.1",
-- "time 0.3.14",
-+ "time",
- "winapi",
- ]
-
-@@ -2919,17 +2918,6 @@ dependencies = [
- "syn",
- ]
-
--[[package]]
--name = "time"
--version = "0.1.44"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
--dependencies = [
-- "libc",
-- "wasi 0.10.0+wasi-snapshot-preview1",
-- "winapi",
--]
--
- [[package]]
- name = "time"
- version = "0.3.14"
-@@ -3195,12 +3183,6 @@ version = "0.9.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
-
--[[package]]
--name = "wasi"
--version = "0.10.0+wasi-snapshot-preview1"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
--
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
-diff --git a/Cargo.toml b/Cargo.toml
-index 2fccbe11..8af05383 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -35,7 +35,7 @@ config-schema = ["schemars"]
- notify = ["notify-rust"]
-
- [dependencies]
--chrono = { version = "0.4.22", features = ["clock", "std"] }
-+chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "wasmbind"] }
- clap = { version = "=3.2.20", features = ["derive", "cargo", "unicode", "unstable-v4"] }
- clap_complete = "3.2.4"
- dirs-next = "2.0.0"
---
-2.38.2
-
diff --git a/app-shells/starship/files/starship-1.11.0-no-old-time.patch b/app-shells/starship/files/starship-1.11.0-no-old-time.patch
deleted file mode 100644
index ce29faddc59d..000000000000
--- a/app-shells/starship/files/starship-1.11.0-no-old-time.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 2c8b7cc51f8f88b22f97d435be1c84cec48d89f2 Mon Sep 17 00:00:00 2001
-From: Alexey Zapparov <alexey@zapparov.com>
-Date: Wed, 21 Dec 2022 23:15:58 +0100
-Subject: [PATCH] Remove time-0.1.x dependency
-
-Bug: https://bugs.gentoo.org/864034
-See: RUSTSEC-2020-0071 <https://rustsec.org/advisories/RUSTSEC-2020-0071>
-See: Upstream Fix Proposal <https://github.com/starship/starship/pull/4750>
-Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
----
- Cargo.lock | 26 ++++----------------------
- Cargo.toml | 2 +-
- 2 files changed, 5 insertions(+), 23 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index db71a4ca..f03af8f7 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -316,7 +316,6 @@ dependencies = [
- "js-sys",
- "num-integer",
- "num-traits",
-- "time 0.1.44",
- "wasm-bindgen",
- "winapi",
- ]
-@@ -1006,7 +1005,7 @@ dependencies = [
- "bstr 1.0.1",
- "itoa",
- "thiserror",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -1635,7 +1634,7 @@ dependencies = [
- "dirs-next",
- "objc-foundation",
- "objc_id",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -2645,7 +2644,7 @@ checksum = "8c0ea0c68418544f725eba5401a5b965a2263254c92458d04aeae74e9d88ff4e"
- dependencies = [
- "const_format",
- "is_debug",
-- "time 0.3.14",
-+ "time",
- ]
-
- [[package]]
-@@ -2862,7 +2861,7 @@ dependencies = [
- "lazy_static",
- "libc",
- "nom 7.1.1",
-- "time 0.3.14",
-+ "time",
- "winapi",
- ]
-
-@@ -2990,17 +2989,6 @@ dependencies = [
- "syn",
- ]
-
--[[package]]
--name = "time"
--version = "0.1.44"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
--dependencies = [
-- "libc",
-- "wasi 0.10.0+wasi-snapshot-preview1",
-- "winapi",
--]
--
- [[package]]
- name = "time"
- version = "0.3.14"
-@@ -3266,12 +3254,6 @@ version = "0.9.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
-
--[[package]]
--name = "wasi"
--version = "0.10.0+wasi-snapshot-preview1"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
--
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
-diff --git a/Cargo.toml b/Cargo.toml
-index 25202824..c9123cae 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -42,7 +42,7 @@ git-repository-max-perf = ["git-features/zlib-ng", "git-repository/fast-sha1"]
- git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"]
-
- [dependencies]
--chrono = { version = "0.4.22", features = ["clock", "std"] }
-+chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "wasmbind"] }
- clap = { version = "4.0.15", features = ["derive", "cargo", "unicode"] }
- clap_complete = "4.0.2"
- dirs-next = "2.0.0"
---
-2.38.2
-