summaryrefslogtreecommitdiff
path: root/app-shells/starship
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-04 23:52:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-04 23:52:39 +0100
commit1b2c0d19f75523db182b267901484f87abf732cf (patch)
tree3c4832e97c3846189d07c64c2eba333bf33b8ab2 /app-shells/starship
parentdd851ab76c56a249df7a0ec052acd90940bc014f (diff)
gentoo auto-resync : 04:10:2023 - 23:52:39
Diffstat (limited to 'app-shells/starship')
-rw-r--r--app-shells/starship/Manifest1
-rw-r--r--app-shells/starship/files/starship-1.10.3-no-strip.patch27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
index 7fc257643e0f..9e83e8b631d1 100644
--- a/app-shells/starship/Manifest
+++ b/app-shells/starship/Manifest
@@ -1,4 +1,3 @@
-AUX starship-1.10.3-no-strip.patch 598 BLAKE2B 2e84b23eb32dd3aec915b2cd5da51936eaec4eaf2e61f462ff97e4141b28e8cc71bb985c0572b5742dee5dc33ab00dae0eb3855156849c236701de2a6fb591c7 SHA512 df9ebd14a8b9a65b685d5095b40c967725a14f36eae32ee9f7197ebdc57938c06f1e19e47336eb70ed7c00cd3e33b22ef47f912bb7b218a52f80d76c2ca72b37
AUX starship-1.15.0-no-strip.patch 609 BLAKE2B 9a2975dc765af7d4acd5cdd9df5dfd794f687556e48b87d078bfacb9cb04c97da81b778b7e6f887c80b3060d3ba32366131ee7443853574dceced1a78979eb87 SHA512 fc02a1366afad46a365a8307601ee199f842a58aecb7c170172a706c08beabfb015bb4a44da7266ea068c347761a5e7b11d48796aa18ddc84296d7dedef1fce8
DIST adler-1.0.2.crate 12778 BLAKE2B a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd SHA512 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
DIST ahash-0.8.3.crate 42416 BLAKE2B 84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6 SHA512 cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
diff --git a/app-shells/starship/files/starship-1.10.3-no-strip.patch b/app-shells/starship/files/starship-1.10.3-no-strip.patch
deleted file mode 100644
index f5a548f04a47..000000000000
--- a/app-shells/starship/files/starship-1.10.3-no-strip.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 637ef935b0a4f60524a0c0ce034317f2dee04b78 Mon Sep 17 00:00:00 2001
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Sat, 1 Oct 2022 13:52:53 -0400
-Subject: [PATCH] Do not strip executable
-
-This should be a choice for the user.
-
-Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
----
- Cargo.toml | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 2fccbe11..4595c33f 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -123,7 +123,6 @@ tempfile = "3.2.0"
- [profile.release]
- codegen-units = 1
- lto = true
--strip = true
-
- [[bin]]
- name = "starship"
---
-2.37.3
-