mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
chore(el10): remove packages (#3321)
* chore(el10): remove bazzite-specific packages * chore(el10): remove misc packages either in upstream or are not maintained in terra Ref: #2876 * revert: "chore(el10): remove bazzite-specific packages" Ref:d5d5b6958f* chore(el10): rm mesa-freeworld and packages in haskell and zig * rm: xyproto-{env,textoutput,vt100} (#3302) Close #3088. (cherry picked from commit1efece3) --------- Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
--- coreutils-*/Cargo.toml
|
||||
+++ coreutils-*/Cargo.toml
|
||||
@@ -18,6 +18,7 @@
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.79.0"
|
||||
edition = "2021"
|
||||
+autobins = false
|
||||
|
||||
build = "build.rs"
|
||||
|
||||
@@ -325,7 +326,7 @@
|
||||
rand_core = "0.6.4"
|
||||
rayon = "1.10"
|
||||
regex = "1.10.4"
|
||||
-rstest = "0.24.0"
|
||||
+rstest = ">=0.24"
|
||||
rust-ini = "0.21.0"
|
||||
same-file = "1.0.6"
|
||||
self_cell = "1.0.4"
|
||||
@@ -514,7 +515,7 @@
|
||||
rstest = { workspace = true }
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
|
||||
-procfs = { version = "0.17", default-features = false }
|
||||
+procfs = { version = ">=0.16, <0.18", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "user", "term"] }
|
||||
@@ -537,11 +538,6 @@
|
||||
name = "coreutils"
|
||||
path = "src/bin/coreutils.rs"
|
||||
-
|
||||
-[[bin]]
|
||||
-name = "uudoc"
|
||||
-path = "src/bin/uudoc.rs"
|
||||
-required-features = ["uudoc"]
|
||||
|
||||
# The default release profile. It contains all optimizations, without
|
||||
# sacrificing debug info. With this profile (like in the standard
|
||||
# release profile), the debug info and the stack traces will still be available.
|
||||
Reference in New Issue
Block a user