From d88834e7a12432c4e2d04ca7e938a66e25811f89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Feb 2023 09:04:22 +0000 Subject: gentoo auto-resync : 01:02:2023 - 09:04:21 --- app-shells/nushell/Manifest | 4 +- app-shells/nushell/metadata.xml | 2 +- app-shells/nushell/nushell-0.74.0-r1.ebuild | 637 +++++++++++++++++++++++++++ app-shells/nushell/nushell-0.74.0.ebuild | 639 ---------------------------- 4 files changed, 640 insertions(+), 642 deletions(-) create mode 100644 app-shells/nushell/nushell-0.74.0-r1.ebuild delete mode 100644 app-shells/nushell/nushell-0.74.0.ebuild (limited to 'app-shells/nushell') diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest index 29a158eb0702..f5f9c83770f0 100644 --- a/app-shells/nushell/Manifest +++ b/app-shells/nushell/Manifest @@ -560,5 +560,5 @@ DIST zip-0.6.3.crate 61785 BLAKE2B aa59cfa836cdac9cda7e5423cf7146a8fa2be74a4a2f7 DIST zstd-0.11.2+zstd.1.5.2.crate 28987 BLAKE2B e04fe25ec6661819efeca08698c207922c38447459aa291961d3512d7c30016c51ddf49a8dadac0b7b2bf677b6a89d22670ec1e214607b476584a7e1b2dbf36d SHA512 d3f053c4acbdb45f3dadc9590db56095c761f0ff8899d22461f664701de766dde2fac2960a4477cd05d0a9c7ec200caa02ff891eb1f04630734996e0c38d10dd DIST zstd-safe-5.0.2+zstd.1.5.2.crate 17273 BLAKE2B 74dc561046f9bc595c58b62bc6ff291325bc23fd06a1249148426bb853271393eab5121d2e1e29e433eff562c9eab72c1be265f3fe3bf14cc35d4a741db03c38 SHA512 03a6f07ada211fd6c364f03d06acff705fa5b08129aa09c29ad310f05b233553f8ea697e504470d4c104bd947f5d4102328c4df0df5e1da6d8e537f51451a014 DIST zstd-sys-2.0.1+zstd.1.5.2.crate 715552 BLAKE2B 497901ccaff7f92aa607797970c6beaaa3fcbeb08a48a2dffdfd465af999291e65024dfb7fc844802e5befa0e67dbe225310f72e6292bdcd22596b2614665d8e SHA512 a54ff4159640d31f898cbd374b9117d1e7ee4b54c5b4a8e1ed6286d9e954341e077088c52161e086ef0f28dfec13e03f64013712fa9bc59d471191cffd8e0e1e -EBUILD nushell-0.74.0.ebuild 11731 BLAKE2B 9692641469cedc09480205f61915cc570fdce339d70b610ddbd74f5076871664cdbeada15d7a615c55bd6196fad595ff2192403983cfaf191ef6e11daa596ab0 SHA512 504b1e938e2ed8354e655c846093f0cab68ab7cf94effaccc5527619c261fd06f3ddf0b08063c6630be2cdc960067f558c1b3dfa810143110eb7c87ecf0f70f7 -MISC metadata.xml 627 BLAKE2B 317bde74206813d5f2b255c04e6334fef912e3b800911bf927bef42256cf6333be0e90657538e6029d6c8bd2405ab64d2a2a02eaa755a69d73169fea31eb8c21 SHA512 d2fef5d42262505cdfa895783432f79aaa068823e49c8be97a09516d4487edd8bd682b02629bb3ef5f142c37fe23b264ebe45967cebe984057ab4b30fbe34299 +EBUILD nushell-0.74.0-r1.ebuild 11722 BLAKE2B 25f4aad7dd5093335358fb2864cdc12b35dba4431e55abe4a5543a431e7973dd6afea9519652c17d5559a7bb9cd166739fb7691fb43541f153a777efe1bc8d24 SHA512 825f951c0077952fbe5c305f418a3663c327d078dd1a6f1fa5810a3234f2b4d2c0c8f6a2878f670c23d477589a73ae62d338f576530984b2af10345e4f1e6184 +MISC metadata.xml 580 BLAKE2B a405ac3397c2c547537ab34ffacbfd98f3597f54d9fb5e8889bac8447ba5779b64337d813be07b92c389fd30dfb4c579ead9f3a250a854c06634fcbb90fdfda4 SHA512 676d65c63bd6953c1d4d6758818db0663c8669b6242893642b0f30d2cc8fbc7b49a2ca6a901602e711de42388e735a5d3cd432432e82b0c3369b8afb67a78ef8 diff --git a/app-shells/nushell/metadata.xml b/app-shells/nushell/metadata.xml index b45c411eda95..f8d129c053aa 100644 --- a/app-shells/nushell/metadata.xml +++ b/app-shells/nushell/metadata.xml @@ -12,6 +12,6 @@ nushell/nushell - Install extra plugins: binaryview, tree, clipboard-cli, trash-support and others + Dataframe feature for nushell diff --git a/app-shells/nushell/nushell-0.74.0-r1.ebuild b/app-shells/nushell/nushell-0.74.0-r1.ebuild new file mode 100644 index 000000000000..40331c6ff02f --- /dev/null +++ b/app-shells/nushell/nushell-0.74.0-r1.ebuild @@ -0,0 +1,637 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" + Inflector-0.11.4 + adler-1.0.2 + ahash-0.7.6 + ahash-0.8.1 + aho-corasick-0.7.19 + alloc-no-stdlib-2.0.4 + alloc-stdlib-0.2.2 + alphanumeric-sort-1.4.4 + android_system_properties-0.1.5 + anes-0.1.6 + ansi-str-0.5.0 + ansi-str-0.7.2 + ansitok-0.2.0 + anyhow-1.0.66 + array-init-cursor-0.2.0 + arrayvec-0.5.2 + arrayvec-0.7.2 + arrow-format-0.7.0 + arrow2-0.14.2 + assert_cmd-2.0.4 + async-stream-0.3.3 + async-stream-impl-0.3.3 + async-trait-0.1.57 + atomic-polyfill-0.1.10 + atty-0.2.14 + autocfg-1.1.0 + bare-metal-0.2.5 + bare-metal-1.0.0 + base64-0.13.0 + bincode-1.3.3 + bindgen-0.59.2 + bit-set-0.5.3 + bit-vec-0.6.3 + bit_field-0.10.1 + bitfield-0.13.2 + bitflags-1.3.2 + block-buffer-0.10.3 + brotli-3.3.4 + brotli-decompressor-2.3.2 + brownstone-3.0.0 + bstr-0.2.17 + bumpalo-3.11.0 + byte-unit-4.0.14 + bytecount-0.6.3 + bytemuck-1.12.1 + bytemuck_derive-1.2.1 + byteorder-1.4.3 + bytes-1.2.1 + bytesize-1.1.0 + calamine-0.19.1 + cassowary-0.3.0 + cast-0.3.0 + cc-1.0.73 + cexpr-0.6.0 + cfg-if-0.1.10 + cfg-if-1.0.0 + chrono-0.4.23 + chrono-humanize-0.2.2 + chrono-tz-0.6.3 + chrono-tz-build-0.0.3 + ciborium-0.2.0 + ciborium-io-0.2.0 + ciborium-ll-0.2.0 + clang-sys-1.4.0 + clap-3.2.23 + clap_lex-0.2.4 + codepage-0.1.1 + comfy-table-6.1.2 + console-0.15.2 + const_format-0.2.26 + const_format_proc_macros-0.2.22 + convert_case-0.4.0 + core-foundation-0.9.3 + core-foundation-sys-0.8.3 + cortex-m-0.7.6 + cpufeatures-0.2.5 + crc32fast-1.3.2 + criterion-0.4.0 + criterion-plot-0.5.0 + critical-section-0.2.7 + crossbeam-channel-0.5.6 + crossbeam-deque-0.8.2 + crossbeam-epoch-0.9.11 + crossbeam-utils-0.8.12 + crossterm-0.24.0 + crossterm-0.25.0 + crossterm_winapi-0.9.0 + crypto-common-0.1.6 + cssparser-0.27.2 + cssparser-macros-0.6.0 + cstr_core-0.2.6 + csv-1.1.6 + csv-core-0.1.10 + ctor-0.1.23 + ctrlc-3.2.3 + cty-0.2.2 + derive_more-0.99.17 + dialoguer-0.9.0 + diff-0.1.13 + difflib-0.4.0 + digest-0.10.5 + dirs-4.0.0 + dirs-next-2.0.0 + dirs-sys-0.3.7 + dirs-sys-next-0.1.2 + doc-comment-0.3.3 + dtoa-0.4.8 + dtoa-short-0.3.3 + dtparse-1.3.0 + dyn-clone-1.0.9 + ego-tree-0.6.2 + either-1.8.0 + embedded-hal-0.2.7 + eml-parser-0.1.3 + encode_unicode-0.3.6 + encoding_rs-0.8.31 + enum_dispatch-0.3.8 + env_logger-0.8.4 + erased-serde-0.3.23 + errno-0.2.8 + errno-dragonfly-0.1.2 + ethnum-1.3.0 + fallible-iterator-0.2.0 + fallible-streaming-iterator-0.1.9 + fancy-regex-0.10.0 + fastrand-1.8.0 + fd-lock-3.0.6 + filesize-0.2.0 + filetime-0.2.17 + flate2-1.0.24 + float-cmp-0.9.0 + fnv-1.0.7 + foreign-types-0.3.2 + foreign-types-shared-0.1.1 + foreign_vec-0.1.0 + form_urlencoded-1.1.0 + fs_extra-1.2.0 + fsevent-0.4.0 + fsevent-sys-2.0.1 + fuchsia-zircon-0.3.3 + fuchsia-zircon-sys-0.3.3 + futf-0.1.5 + futures-0.3.24 + futures-channel-0.3.24 + futures-core-0.3.24 + futures-executor-0.3.24 + futures-io-0.3.24 + futures-macro-0.3.24 + futures-sink-0.3.24 + futures-task-0.3.24 + futures-util-0.3.24 + fuzzy-matcher-0.3.7 + fxhash-0.2.1 + generic-array-0.14.6 + getrandom-0.1.16 + getrandom-0.2.7 + getset-0.1.2 + ghost-0.1.6 + git2-0.15.0 + gjson-0.8.1 + glob-0.3.0 + h2-0.3.14 + half-1.8.2 + halfbrown-0.1.15 + hamcrest2-0.3.0 + hash32-0.2.1 + hash_hasher-2.0.3 + hashbrown-0.12.3 + hashlink-0.8.1 + heapless-0.7.16 + heck-0.4.0 + hermit-abi-0.1.19 + hex-0.4.3 + html5ever-0.26.0 + htmlescape-0.3.1 + http-0.2.8 + http-body-0.4.5 + httparse-1.8.0 + httpdate-1.0.2 + hyper-0.14.20 + hyper-tls-0.5.0 + iana-time-zone-0.1.50 + ical-0.7.0 + idna-0.3.0 + indent_write-2.2.0 + indexmap-1.9.1 + inotify-0.7.1 + inotify-sys-0.1.5 + instant-0.1.12 + inventory-0.2.3 + io-lifetimes-0.7.3 + iovec-0.1.4 + ipnet-2.5.0 + is-root-0.1.2 + is_ci-1.1.1 + is_debug-1.0.1 + is_executable-1.0.1 + itertools-0.10.5 + itoa-0.4.8 + itoa-1.0.4 + jobserver-0.1.25 + joinery-2.1.0 + js-sys-0.3.60 + json-deserializer-0.4.2 + json_to_table-0.3.1 + kernel32-sys-0.2.2 + lazy_static-1.4.0 + lazycell-1.3.0 + lexical-6.1.1 + lexical-core-0.8.5 + lexical-parse-float-0.8.5 + lexical-parse-integer-0.8.6 + lexical-util-0.8.5 + lexical-write-float-0.8.5 + lexical-write-integer-0.8.5 + libc-0.2.135 + libgit2-sys-0.14.0+1.5.0 + libloading-0.7.3 + libm-0.2.5 + libproc-0.12.0 + libsqlite3-sys-0.25.1 + libssh2-sys-0.2.23 + libz-sys-1.1.8 + linked-hash-map-0.5.6 + linux-raw-sys-0.0.46 + lock_api-0.4.9 + log-0.4.17 + lru-0.8.1 + lscolors-0.12.0 + lz4-1.24.0 + lz4-sys-1.9.4 + mac-0.1.1 + mach2-0.4.1 + malloc_buf-0.0.6 + markup5ever-0.11.0 + matches-0.1.9 + md-5-0.10.5 + memchr-2.5.0 + memmap2-0.5.7 + memoffset-0.6.5 + miette-5.3.0 + miette-derive-5.3.0 + mime-0.3.16 + mime_guess-2.0.4 + minimal-lexical-0.2.1 + miniz_oxide-0.5.4 + mio-0.6.23 + mio-0.8.4 + mio-extras-2.0.6 + miow-0.2.2 + multiversion-0.6.1 + multiversion-macros-0.6.1 + native-tls-0.2.10 + nb-0.1.3 + nb-1.0.0 + net2-0.2.37 + new_debug_unreachable-1.0.4 + nix-0.25.0 + nodrop-0.1.14 + nom-7.1.1 + nom-supreme-0.8.0 + notify-4.0.17 + ntapi-0.4.0 + nu-ansi-term-0.46.0 + num-0.2.1 + num-0.4.0 + num-bigint-0.2.6 + num-bigint-0.4.3 + num-complex-0.2.4 + num-complex-0.4.2 + num-format-0.4.3 + num-integer-0.1.45 + num-iter-0.1.43 + num-rational-0.2.4 + num-rational-0.4.1 + num-traits-0.2.15 + num_cpus-1.13.1 + num_threads-0.1.6 + objc-0.2.7 + omnipath-0.1.1 + once_cell-1.16.0 + oorandom-11.1.3 + open-3.2.0 + openssl-0.10.42 + openssl-macros-0.1.0 + openssl-probe-0.1.5 + openssl-src-111.22.0+1.1.1q + openssl-sys-0.9.76 + os_str_bytes-6.4.1 + output_vt100-0.1.3 + overload-0.1.1 + owo-colors-3.5.0 + papergrid-0.7.1 + parking_lot-0.12.1 + parking_lot_core-0.9.3 + parquet-format-safe-0.2.4 + parquet2-0.16.3 + parse-zoneinfo-0.3.0 + paste-1.0.9 + pathdiff-0.2.1 + peeking_take_while-0.1.2 + percent-encoding-2.2.0 + peresil-0.3.0 + pest-2.3.1 + phf-0.8.0 + phf-0.10.1 + phf-0.11.1 + phf_codegen-0.8.0 + phf_codegen-0.10.0 + phf_codegen-0.11.1 + phf_generator-0.8.0 + phf_generator-0.10.0 + phf_generator-0.11.1 + phf_macros-0.8.0 + phf_shared-0.8.0 + phf_shared-0.10.0 + phf_shared-0.11.1 + pin-project-lite-0.2.9 + pin-utils-0.1.0 + pkg-config-0.3.25 + planus-0.3.1 + plotters-0.3.4 + plotters-backend-0.3.4 + plotters-svg-0.3.3 + polars-0.25.1 + polars-arrow-0.25.1 + polars-core-0.25.1 + polars-io-0.25.1 + polars-lazy-0.25.1 + polars-ops-0.25.1 + polars-pipe-0.25.1 + polars-plan-0.25.1 + polars-time-0.25.1 + polars-utils-0.25.1 + pori-0.0.0 + powierza-coefficient-1.0.2 + ppv-lite86-0.2.16 + precomputed-hash-0.1.1 + predicates-2.1.1 + predicates-core-1.0.3 + predicates-tree-1.0.5 + pretty_assertions-1.3.0 + proc-macro-error-1.0.4 + proc-macro-error-attr-1.0.4 + proc-macro-hack-0.5.19 + proc-macro2-1.0.46 + procfs-0.14.1 + proptest-1.0.0 + pure-rust-locales-0.5.6 + pwd-1.4.0 + quick-error-1.2.3 + quick-error-2.0.1 + quick-xml-0.25.0 + quickcheck-1.0.3 + quickcheck_macros-1.0.0 + quote-1.0.21 + rand-0.7.3 + rand-0.8.5 + rand_chacha-0.2.2 + rand_chacha-0.3.1 + rand_core-0.5.1 + rand_core-0.6.4 + rand_distr-0.4.3 + rand_hc-0.2.0 + rand_pcg-0.2.1 + rand_xorshift-0.3.0 + rayon-1.5.3 + rayon-core-1.9.3 + redox_syscall-0.2.16 + redox_users-0.4.3 + reedline-0.14.0 + regex-1.6.0 + regex-automata-0.1.10 + regex-syntax-0.6.27 + remove_dir_all-0.5.3 + reqwest-0.11.12 + result-1.0.0 + riscv-0.7.0 + riscv-target-0.1.2 + rmp-0.8.11 + rmp-serde-1.1.1 + roxmltree-0.16.0 + rstest-0.15.0 + rstest_macros-0.14.0 + rusqlite-0.28.0 + rust-embed-6.4.1 + rust-embed-impl-6.3.0 + rust-embed-utils-7.3.0 + rust_decimal-1.26.1 + rustc-hash-1.1.0 + rustc_version-0.2.3 + rustc_version-0.4.0 + rustix-0.35.11 + rustversion-1.0.9 + rusty-fork-0.3.0 + ryu-1.0.11 + same-file-1.0.6 + schannel-0.1.20 + scopeguard-1.1.0 + scraper-0.13.0 + security-framework-2.7.0 + security-framework-sys-2.6.1 + selectors-0.22.0 + semver-0.9.0 + semver-0.11.0 + semver-1.0.14 + semver-parser-0.7.0 + semver-parser-0.10.2 + seq-macro-0.3.1 + serde-1.0.145 + serde_derive-1.0.145 + serde_ini-0.2.0 + serde_json-1.0.85 + serde_urlencoded-0.7.1 + serde_yaml-0.9.13 + serial_test-0.8.0 + serial_test_derive-0.8.0 + servo_arc-0.1.1 + sha2-0.10.6 + shadow-rs-0.16.3 + shlex-1.1.0 + signal-hook-0.3.14 + signal-hook-mio-0.2.3 + signal-hook-registry-1.4.0 + simd-json-0.6.0 + simdutf8-0.1.4 + simplelog-0.12.0 + siphasher-0.3.10 + slab-0.4.7 + smallvec-1.9.0 + smartstring-1.0.1 + smawk-0.3.1 + snap-1.0.5 + socket2-0.4.7 + spin-0.9.4 + sqlparser-0.23.0 + stable_deref_trait-1.2.0 + static_assertions-1.1.0 + streaming-decompression-0.1.2 + streaming-iterator-0.1.7 + strength_reduce-0.2.3 + string_cache-0.8.4 + string_cache_codegen-0.5.2 + strip-ansi-escapes-0.1.1 + strum-0.24.1 + strum_macros-0.24.3 + supports-color-1.3.0 + supports-hyperlinks-1.2.0 + supports-unicode-1.0.2 + sxd-document-0.3.2 + sxd-xpath-0.4.2 + syn-1.0.101 + sys-locale-0.2.1 + sysinfo-0.26.4 + tabled-0.10.0 + tabled_derive-0.5.0 + tempfile-3.3.0 + tendril-0.4.3 + termcolor-1.1.3 + terminal_size-0.1.17 + terminal_size-0.2.1 + termtree-0.2.4 + textwrap-0.15.1 + textwrap-0.16.0 + thin-slice-0.1.1 + thiserror-1.0.37 + thiserror-impl-1.0.37 + thread_local-1.1.4 + time-0.1.44 + time-0.3.14 + time-macros-0.2.4 + tinytemplate-1.2.1 + tinyvec-1.6.0 + tinyvec_macros-0.1.0 + titlecase-2.2.0 + tokio-1.24.1 + tokio-native-tls-0.3.0 + tokio-util-0.7.4 + toml-0.5.9 + tower-service-0.3.2 + tracing-0.1.36 + tracing-core-0.1.29 + trash-3.0.0 + try-lock-0.2.3 + tui-0.19.0 + typed-arena-1.7.0 + typenum-1.15.0 + typetag-0.1.8 + typetag-impl-0.1.8 + ucd-trie-0.1.5 + umask-2.0.0 + uncased-0.9.7 + unicase-2.6.0 + unicode-bidi-0.3.8 + unicode-ident-1.0.4 + unicode-linebreak-0.1.4 + unicode-normalization-0.1.22 + unicode-segmentation-1.10.0 + unicode-width-0.1.10 + unicode-xid-0.2.4 + unsafe-libyaml-0.2.4 + url-2.3.1 + users-0.10.0 + users-0.11.0 + utf-8-0.7.6 + utf8-width-0.1.6 + utf8parse-0.2.0 + uuid-1.1.2 + value-trait-0.4.0 + vcell-0.1.3 + vcpkg-0.2.15 + version_check-0.9.4 + void-1.0.2 + volatile-register-0.2.1 + vte-0.10.1 + vte_generate_state_changes-0.1.1 + wait-timeout-0.2.0 + walkdir-2.3.2 + want-0.3.0 + wasi-0.9.0+wasi-snapshot-preview1 + wasi-0.10.0+wasi-snapshot-preview1 + wasi-0.11.0+wasi-snapshot-preview1 + wasm-bindgen-0.2.83 + wasm-bindgen-backend-0.2.83 + wasm-bindgen-futures-0.4.33 + wasm-bindgen-macro-0.2.83 + wasm-bindgen-macro-support-0.2.83 + wasm-bindgen-shared-0.2.83 + wax-0.5.0 + web-sys-0.3.60 + which-4.3.0 + winapi-0.2.8 + winapi-0.3.9 + winapi-build-0.1.1 + winapi-i686-pc-windows-gnu-0.4.0 + winapi-util-0.1.5 + winapi-x86_64-pc-windows-gnu-0.4.0 + windows-0.43.0 + windows-sys-0.36.1 + windows-sys-0.42.0 + windows_aarch64_gnullvm-0.42.0 + windows_aarch64_msvc-0.36.1 + windows_aarch64_msvc-0.42.0 + windows_i686_gnu-0.36.1 + windows_i686_gnu-0.42.0 + windows_i686_msvc-0.36.1 + windows_i686_msvc-0.42.0 + windows_x86_64_gnu-0.36.1 + windows_x86_64_gnu-0.42.0 + windows_x86_64_gnullvm-0.42.0 + windows_x86_64_msvc-0.36.1 + windows_x86_64_msvc-0.42.0 + winreg-0.10.1 + winres-0.1.12 + ws2_32-sys-0.2.1 + xmlparser-0.13.5 + yansi-0.5.1 + zip-0.6.3 + zstd-0.11.2+zstd.1.5.2 + zstd-safe-5.0.2+zstd.1.5.2 + zstd-sys-2.0.1+zstd.1.5.2 +" + +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 + $(cargo_crate_uris)" + +LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unlicense ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" +IUSE="dataframe" + +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= + x11-libs/libX11 + x11-libs/libxcb +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + >=virtual/rust-1.60 + virtual/pkgconfig +" + +RESTRICT+=" test" + +QA_FLAGS_IGNORED="usr/bin/nu.*" + +src_prepare() { + 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=( + stable + $(usev dataframe) + ) + + cargo_src_configure +} + +src_compile() { + cargo_src_compile --workspace +} + +src_test() { + cargo_src_test +} + +src_install() { + cargo_src_install + local DOCS=( README.md docs/. ) + einstalldocs +} diff --git a/app-shells/nushell/nushell-0.74.0.ebuild b/app-shells/nushell/nushell-0.74.0.ebuild deleted file mode 100644 index 51ade7423be1..000000000000 --- a/app-shells/nushell/nushell-0.74.0.ebuild +++ /dev/null @@ -1,639 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" - Inflector-0.11.4 - adler-1.0.2 - ahash-0.7.6 - ahash-0.8.1 - aho-corasick-0.7.19 - alloc-no-stdlib-2.0.4 - alloc-stdlib-0.2.2 - alphanumeric-sort-1.4.4 - android_system_properties-0.1.5 - anes-0.1.6 - ansi-str-0.5.0 - ansi-str-0.7.2 - ansitok-0.2.0 - anyhow-1.0.66 - array-init-cursor-0.2.0 - arrayvec-0.5.2 - arrayvec-0.7.2 - arrow-format-0.7.0 - arrow2-0.14.2 - assert_cmd-2.0.4 - async-stream-0.3.3 - async-stream-impl-0.3.3 - async-trait-0.1.57 - atomic-polyfill-0.1.10 - atty-0.2.14 - autocfg-1.1.0 - bare-metal-0.2.5 - bare-metal-1.0.0 - base64-0.13.0 - bincode-1.3.3 - bindgen-0.59.2 - bit-set-0.5.3 - bit-vec-0.6.3 - bit_field-0.10.1 - bitfield-0.13.2 - bitflags-1.3.2 - block-buffer-0.10.3 - brotli-3.3.4 - brotli-decompressor-2.3.2 - brownstone-3.0.0 - bstr-0.2.17 - bumpalo-3.11.0 - byte-unit-4.0.14 - bytecount-0.6.3 - bytemuck-1.12.1 - bytemuck_derive-1.2.1 - byteorder-1.4.3 - bytes-1.2.1 - bytesize-1.1.0 - calamine-0.19.1 - cassowary-0.3.0 - cast-0.3.0 - cc-1.0.73 - cexpr-0.6.0 - cfg-if-0.1.10 - cfg-if-1.0.0 - chrono-0.4.23 - chrono-humanize-0.2.2 - chrono-tz-0.6.3 - chrono-tz-build-0.0.3 - ciborium-0.2.0 - ciborium-io-0.2.0 - ciborium-ll-0.2.0 - clang-sys-1.4.0 - clap-3.2.23 - clap_lex-0.2.4 - codepage-0.1.1 - comfy-table-6.1.2 - console-0.15.2 - const_format-0.2.26 - const_format_proc_macros-0.2.22 - convert_case-0.4.0 - core-foundation-0.9.3 - core-foundation-sys-0.8.3 - cortex-m-0.7.6 - cpufeatures-0.2.5 - crc32fast-1.3.2 - criterion-0.4.0 - criterion-plot-0.5.0 - critical-section-0.2.7 - crossbeam-channel-0.5.6 - crossbeam-deque-0.8.2 - crossbeam-epoch-0.9.11 - crossbeam-utils-0.8.12 - crossterm-0.24.0 - crossterm-0.25.0 - crossterm_winapi-0.9.0 - crypto-common-0.1.6 - cssparser-0.27.2 - cssparser-macros-0.6.0 - cstr_core-0.2.6 - csv-1.1.6 - csv-core-0.1.10 - ctor-0.1.23 - ctrlc-3.2.3 - cty-0.2.2 - derive_more-0.99.17 - dialoguer-0.9.0 - diff-0.1.13 - difflib-0.4.0 - digest-0.10.5 - dirs-4.0.0 - dirs-next-2.0.0 - dirs-sys-0.3.7 - dirs-sys-next-0.1.2 - doc-comment-0.3.3 - dtoa-0.4.8 - dtoa-short-0.3.3 - dtparse-1.3.0 - dyn-clone-1.0.9 - ego-tree-0.6.2 - either-1.8.0 - embedded-hal-0.2.7 - eml-parser-0.1.3 - encode_unicode-0.3.6 - encoding_rs-0.8.31 - enum_dispatch-0.3.8 - env_logger-0.8.4 - erased-serde-0.3.23 - errno-0.2.8 - errno-dragonfly-0.1.2 - ethnum-1.3.0 - fallible-iterator-0.2.0 - fallible-streaming-iterator-0.1.9 - fancy-regex-0.10.0 - fastrand-1.8.0 - fd-lock-3.0.6 - filesize-0.2.0 - filetime-0.2.17 - flate2-1.0.24 - float-cmp-0.9.0 - fnv-1.0.7 - foreign-types-0.3.2 - foreign-types-shared-0.1.1 - foreign_vec-0.1.0 - form_urlencoded-1.1.0 - fs_extra-1.2.0 - fsevent-0.4.0 - fsevent-sys-2.0.1 - fuchsia-zircon-0.3.3 - fuchsia-zircon-sys-0.3.3 - futf-0.1.5 - futures-0.3.24 - futures-channel-0.3.24 - futures-core-0.3.24 - futures-executor-0.3.24 - futures-io-0.3.24 - futures-macro-0.3.24 - futures-sink-0.3.24 - futures-task-0.3.24 - futures-util-0.3.24 - fuzzy-matcher-0.3.7 - fxhash-0.2.1 - generic-array-0.14.6 - getrandom-0.1.16 - getrandom-0.2.7 - getset-0.1.2 - ghost-0.1.6 - git2-0.15.0 - gjson-0.8.1 - glob-0.3.0 - h2-0.3.14 - half-1.8.2 - halfbrown-0.1.15 - hamcrest2-0.3.0 - hash32-0.2.1 - hash_hasher-2.0.3 - hashbrown-0.12.3 - hashlink-0.8.1 - heapless-0.7.16 - heck-0.4.0 - hermit-abi-0.1.19 - hex-0.4.3 - html5ever-0.26.0 - htmlescape-0.3.1 - http-0.2.8 - http-body-0.4.5 - httparse-1.8.0 - httpdate-1.0.2 - hyper-0.14.20 - hyper-tls-0.5.0 - iana-time-zone-0.1.50 - ical-0.7.0 - idna-0.3.0 - indent_write-2.2.0 - indexmap-1.9.1 - inotify-0.7.1 - inotify-sys-0.1.5 - instant-0.1.12 - inventory-0.2.3 - io-lifetimes-0.7.3 - iovec-0.1.4 - ipnet-2.5.0 - is-root-0.1.2 - is_ci-1.1.1 - is_debug-1.0.1 - is_executable-1.0.1 - itertools-0.10.5 - itoa-0.4.8 - itoa-1.0.4 - jobserver-0.1.25 - joinery-2.1.0 - js-sys-0.3.60 - json-deserializer-0.4.2 - json_to_table-0.3.1 - kernel32-sys-0.2.2 - lazy_static-1.4.0 - lazycell-1.3.0 - lexical-6.1.1 - lexical-core-0.8.5 - lexical-parse-float-0.8.5 - lexical-parse-integer-0.8.6 - lexical-util-0.8.5 - lexical-write-float-0.8.5 - lexical-write-integer-0.8.5 - libc-0.2.135 - libgit2-sys-0.14.0+1.5.0 - libloading-0.7.3 - libm-0.2.5 - libproc-0.12.0 - libsqlite3-sys-0.25.1 - libssh2-sys-0.2.23 - libz-sys-1.1.8 - linked-hash-map-0.5.6 - linux-raw-sys-0.0.46 - lock_api-0.4.9 - log-0.4.17 - lru-0.8.1 - lscolors-0.12.0 - lz4-1.24.0 - lz4-sys-1.9.4 - mac-0.1.1 - mach2-0.4.1 - malloc_buf-0.0.6 - markup5ever-0.11.0 - matches-0.1.9 - md-5-0.10.5 - memchr-2.5.0 - memmap2-0.5.7 - memoffset-0.6.5 - miette-5.3.0 - miette-derive-5.3.0 - mime-0.3.16 - mime_guess-2.0.4 - minimal-lexical-0.2.1 - miniz_oxide-0.5.4 - mio-0.6.23 - mio-0.8.4 - mio-extras-2.0.6 - miow-0.2.2 - multiversion-0.6.1 - multiversion-macros-0.6.1 - native-tls-0.2.10 - nb-0.1.3 - nb-1.0.0 - net2-0.2.37 - new_debug_unreachable-1.0.4 - nix-0.25.0 - nodrop-0.1.14 - nom-7.1.1 - nom-supreme-0.8.0 - notify-4.0.17 - ntapi-0.4.0 - nu-ansi-term-0.46.0 - num-0.2.1 - num-0.4.0 - num-bigint-0.2.6 - num-bigint-0.4.3 - num-complex-0.2.4 - num-complex-0.4.2 - num-format-0.4.3 - num-integer-0.1.45 - num-iter-0.1.43 - num-rational-0.2.4 - num-rational-0.4.1 - num-traits-0.2.15 - num_cpus-1.13.1 - num_threads-0.1.6 - objc-0.2.7 - omnipath-0.1.1 - once_cell-1.16.0 - oorandom-11.1.3 - open-3.2.0 - openssl-0.10.42 - openssl-macros-0.1.0 - openssl-probe-0.1.5 - openssl-src-111.22.0+1.1.1q - openssl-sys-0.9.76 - os_str_bytes-6.4.1 - output_vt100-0.1.3 - overload-0.1.1 - owo-colors-3.5.0 - papergrid-0.7.1 - parking_lot-0.12.1 - parking_lot_core-0.9.3 - parquet-format-safe-0.2.4 - parquet2-0.16.3 - parse-zoneinfo-0.3.0 - paste-1.0.9 - pathdiff-0.2.1 - peeking_take_while-0.1.2 - percent-encoding-2.2.0 - peresil-0.3.0 - pest-2.3.1 - phf-0.8.0 - phf-0.10.1 - phf-0.11.1 - phf_codegen-0.8.0 - phf_codegen-0.10.0 - phf_codegen-0.11.1 - phf_generator-0.8.0 - phf_generator-0.10.0 - phf_generator-0.11.1 - phf_macros-0.8.0 - phf_shared-0.8.0 - phf_shared-0.10.0 - phf_shared-0.11.1 - pin-project-lite-0.2.9 - pin-utils-0.1.0 - pkg-config-0.3.25 - planus-0.3.1 - plotters-0.3.4 - plotters-backend-0.3.4 - plotters-svg-0.3.3 - polars-0.25.1 - polars-arrow-0.25.1 - polars-core-0.25.1 - polars-io-0.25.1 - polars-lazy-0.25.1 - polars-ops-0.25.1 - polars-pipe-0.25.1 - polars-plan-0.25.1 - polars-time-0.25.1 - polars-utils-0.25.1 - pori-0.0.0 - powierza-coefficient-1.0.2 - ppv-lite86-0.2.16 - precomputed-hash-0.1.1 - predicates-2.1.1 - predicates-core-1.0.3 - predicates-tree-1.0.5 - pretty_assertions-1.3.0 - proc-macro-error-1.0.4 - proc-macro-error-attr-1.0.4 - proc-macro-hack-0.5.19 - proc-macro2-1.0.46 - procfs-0.14.1 - proptest-1.0.0 - pure-rust-locales-0.5.6 - pwd-1.4.0 - quick-error-1.2.3 - quick-error-2.0.1 - quick-xml-0.25.0 - quickcheck-1.0.3 - quickcheck_macros-1.0.0 - quote-1.0.21 - rand-0.7.3 - rand-0.8.5 - rand_chacha-0.2.2 - rand_chacha-0.3.1 - rand_core-0.5.1 - rand_core-0.6.4 - rand_distr-0.4.3 - rand_hc-0.2.0 - rand_pcg-0.2.1 - rand_xorshift-0.3.0 - rayon-1.5.3 - rayon-core-1.9.3 - redox_syscall-0.2.16 - redox_users-0.4.3 - reedline-0.14.0 - regex-1.6.0 - regex-automata-0.1.10 - regex-syntax-0.6.27 - remove_dir_all-0.5.3 - reqwest-0.11.12 - result-1.0.0 - riscv-0.7.0 - riscv-target-0.1.2 - rmp-0.8.11 - rmp-serde-1.1.1 - roxmltree-0.16.0 - rstest-0.15.0 - rstest_macros-0.14.0 - rusqlite-0.28.0 - rust-embed-6.4.1 - rust-embed-impl-6.3.0 - rust-embed-utils-7.3.0 - rust_decimal-1.26.1 - rustc-hash-1.1.0 - rustc_version-0.2.3 - rustc_version-0.4.0 - rustix-0.35.11 - rustversion-1.0.9 - rusty-fork-0.3.0 - ryu-1.0.11 - same-file-1.0.6 - schannel-0.1.20 - scopeguard-1.1.0 - scraper-0.13.0 - security-framework-2.7.0 - security-framework-sys-2.6.1 - selectors-0.22.0 - semver-0.9.0 - semver-0.11.0 - semver-1.0.14 - semver-parser-0.7.0 - semver-parser-0.10.2 - seq-macro-0.3.1 - serde-1.0.145 - serde_derive-1.0.145 - serde_ini-0.2.0 - serde_json-1.0.85 - serde_urlencoded-0.7.1 - serde_yaml-0.9.13 - serial_test-0.8.0 - serial_test_derive-0.8.0 - servo_arc-0.1.1 - sha2-0.10.6 - shadow-rs-0.16.3 - shlex-1.1.0 - signal-hook-0.3.14 - signal-hook-mio-0.2.3 - signal-hook-registry-1.4.0 - simd-json-0.6.0 - simdutf8-0.1.4 - simplelog-0.12.0 - siphasher-0.3.10 - slab-0.4.7 - smallvec-1.9.0 - smartstring-1.0.1 - smawk-0.3.1 - snap-1.0.5 - socket2-0.4.7 - spin-0.9.4 - sqlparser-0.23.0 - stable_deref_trait-1.2.0 - static_assertions-1.1.0 - streaming-decompression-0.1.2 - streaming-iterator-0.1.7 - strength_reduce-0.2.3 - string_cache-0.8.4 - string_cache_codegen-0.5.2 - strip-ansi-escapes-0.1.1 - strum-0.24.1 - strum_macros-0.24.3 - supports-color-1.3.0 - supports-hyperlinks-1.2.0 - supports-unicode-1.0.2 - sxd-document-0.3.2 - sxd-xpath-0.4.2 - syn-1.0.101 - sys-locale-0.2.1 - sysinfo-0.26.4 - tabled-0.10.0 - tabled_derive-0.5.0 - tempfile-3.3.0 - tendril-0.4.3 - termcolor-1.1.3 - terminal_size-0.1.17 - terminal_size-0.2.1 - termtree-0.2.4 - textwrap-0.15.1 - textwrap-0.16.0 - thin-slice-0.1.1 - thiserror-1.0.37 - thiserror-impl-1.0.37 - thread_local-1.1.4 - time-0.1.44 - time-0.3.14 - time-macros-0.2.4 - tinytemplate-1.2.1 - tinyvec-1.6.0 - tinyvec_macros-0.1.0 - titlecase-2.2.0 - tokio-1.24.1 - tokio-native-tls-0.3.0 - tokio-util-0.7.4 - toml-0.5.9 - tower-service-0.3.2 - tracing-0.1.36 - tracing-core-0.1.29 - trash-3.0.0 - try-lock-0.2.3 - tui-0.19.0 - typed-arena-1.7.0 - typenum-1.15.0 - typetag-0.1.8 - typetag-impl-0.1.8 - ucd-trie-0.1.5 - umask-2.0.0 - uncased-0.9.7 - unicase-2.6.0 - unicode-bidi-0.3.8 - unicode-ident-1.0.4 - unicode-linebreak-0.1.4 - unicode-normalization-0.1.22 - unicode-segmentation-1.10.0 - unicode-width-0.1.10 - unicode-xid-0.2.4 - unsafe-libyaml-0.2.4 - url-2.3.1 - users-0.10.0 - users-0.11.0 - utf-8-0.7.6 - utf8-width-0.1.6 - utf8parse-0.2.0 - uuid-1.1.2 - value-trait-0.4.0 - vcell-0.1.3 - vcpkg-0.2.15 - version_check-0.9.4 - void-1.0.2 - volatile-register-0.2.1 - vte-0.10.1 - vte_generate_state_changes-0.1.1 - wait-timeout-0.2.0 - walkdir-2.3.2 - want-0.3.0 - wasi-0.9.0+wasi-snapshot-preview1 - wasi-0.10.0+wasi-snapshot-preview1 - wasi-0.11.0+wasi-snapshot-preview1 - wasm-bindgen-0.2.83 - wasm-bindgen-backend-0.2.83 - wasm-bindgen-futures-0.4.33 - wasm-bindgen-macro-0.2.83 - wasm-bindgen-macro-support-0.2.83 - wasm-bindgen-shared-0.2.83 - wax-0.5.0 - web-sys-0.3.60 - which-4.3.0 - winapi-0.2.8 - winapi-0.3.9 - winapi-build-0.1.1 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-util-0.1.5 - winapi-x86_64-pc-windows-gnu-0.4.0 - windows-0.43.0 - windows-sys-0.36.1 - windows-sys-0.42.0 - windows_aarch64_gnullvm-0.42.0 - windows_aarch64_msvc-0.36.1 - windows_aarch64_msvc-0.42.0 - windows_i686_gnu-0.36.1 - windows_i686_gnu-0.42.0 - windows_i686_msvc-0.36.1 - windows_i686_msvc-0.42.0 - windows_x86_64_gnu-0.36.1 - windows_x86_64_gnu-0.42.0 - windows_x86_64_gnullvm-0.42.0 - windows_x86_64_msvc-0.36.1 - windows_x86_64_msvc-0.42.0 - winreg-0.10.1 - winres-0.1.12 - ws2_32-sys-0.2.1 - xmlparser-0.13.5 - yansi-0.5.1 - zip-0.6.3 - zstd-0.11.2+zstd.1.5.2 - zstd-safe-5.0.2+zstd.1.5.2 - zstd-sys-2.0.1+zstd.1.5.2 -" - -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 - $(cargo_crate_uris)" - -LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unlicense ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" -IUSE="+extra" - -DEPEND=" - >=dev-libs/libgit2-0.99:= - dev-libs/oniguruma:= - dev-libs/openssl:0= - net-libs/libssh2:= - net-libs/nghttp2:= - net-misc/curl - extra? ( - dev-db/sqlite:3= - x11-libs/libX11 - x11-libs/libxcb - ) -" - -RDEPEND="${DEPEND}" - -BDEPEND=" - >=virtual/rust-1.60 - virtual/pkgconfig -" - -RESTRICT+=" test" - -QA_FLAGS_IGNORED="usr/bin/nu.*" - -src_prepare() { - 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=( - stable - $(usev extra) - ) - - cargo_src_configure -} - -src_compile() { - cargo_src_compile --workspace -} - -src_test() { - cargo_src_test -} - -src_install() { - cargo_src_install - local DOCS=( README.md docs/. ) - einstalldocs -} -- cgit v1.2.3