From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 291B115814C for ; Wed, 27 Sep 2023 03:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45DD2BC022; Wed, 27 Sep 2023 03:45:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE032BC029 for ; Wed, 27 Sep 2023 03:45:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E77F5335CEC for ; Wed, 27 Sep 2023 03:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF74126A for ; Wed, 27 Sep 2023 03:45:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695786280.4d9dcb70bf17e01a05d9e024df7e778c6f2f04f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bat/bat-0.23.0.ebuild X-VCS-Directories: sys-apps/bat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d9dcb70bf17e01a05d9e024df7e778c6f2f04f3 X-VCS-Branch: master Date: Wed, 27 Sep 2023 03:45:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc361998-b4ac-447c-8857-311b20f9a6f0 X-Archives-Hash: b1beac3376bb404780badf45c871aa25 commit: 4d9dcb70bf17e01a05d9e024df7e778c6f2f04f3 Author: Leonardo Hernández Hernández proton me> AuthorDate: Wed Sep 27 03:26:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 27 03:44:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9dcb70 sys-apps/bat: modernize cargo.eclass usage Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> sys-apps/bat/bat-0.23.0.ebuild | 328 ++++++++++++++++++++--------------------- 1 file changed, 164 insertions(+), 164 deletions(-) diff --git a/sys-apps/bat/bat-0.23.0.ebuild b/sys-apps/bat/bat-0.23.0.ebuild index 9f77fc749659..c1f9cd57a92c 100644 --- a/sys-apps/bat/bat-0.23.0.ebuild +++ b/sys-apps/bat/bat-0.23.0.ebuild @@ -4,169 +4,169 @@ EAPI=8 CRATES=" - adler-1.0.2 - aho-corasick-0.7.19 - ansi_colours-1.2.1 - assert_cmd-2.0.8 - atty-0.2.14 - autocfg-1.1.0 - base64-0.13.0 - bincode-1.3.3 - bit-set-0.5.3 - bit-vec-0.6.3 - bitflags-1.3.2 - bstr-1.1.0 - bugreport-0.5.0 - bytemuck-1.12.1 - bytesize-1.1.0 - cc-1.0.73 - cfg-if-1.0.0 - clap-4.1.8 - clap_lex-0.3.2 - clircle-0.3.0 - console-0.15.5 - content_inspector-0.2.4 - crc32fast-1.3.2 - difflib-0.4.0 - dirs-5.0.0 - dirs-sys-0.4.0 - dissimilar-1.0.5 - doc-comment-0.3.3 - either-1.8.0 - encode_unicode-0.3.6 - encoding-0.2.33 - encoding-index-japanese-1.20141219.5 - encoding-index-korean-1.20141219.5 - encoding-index-simpchinese-1.20141219.5 - encoding-index-singlebyte-1.20141219.5 - encoding-index-tradchinese-1.20141219.5 - encoding_index_tests-0.1.4 - errno-0.2.8 - errno-dragonfly-0.1.2 - expect-test-1.4.0 - fancy-regex-0.7.1 - fastrand-1.8.0 - flate2-1.0.25 - float-cmp-0.9.0 - fnv-1.0.7 - form_urlencoded-1.1.0 - getrandom-0.2.7 - git-version-0.3.5 - git-version-macro-0.3.5 - git2-0.16.1 - glob-0.3.0 - globset-0.4.10 - grep-cli-0.1.7 - hashbrown-0.12.3 - hermit-abi-0.1.19 - hermit-abi-0.3.1 - idna-0.3.0 - indexmap-1.9.1 - instant-0.1.12 - io-lifetimes-1.0.5 - is-terminal-0.4.4 - itertools-0.10.5 - itoa-1.0.3 - jobserver-0.1.25 - lazy_static-1.4.0 - libc-0.2.137 - libgit2-sys-0.14.2+1.5.1 - libz-sys-1.1.8 - line-wrap-0.1.1 - linked-hash-map-0.5.6 - linux-raw-sys-0.1.4 - lock_api-0.4.9 - log-0.4.17 - memchr-2.5.0 - miniz_oxide-0.6.2 - nix-0.26.2 - normalize-line-endings-0.3.0 - nu-ansi-term-0.47.0 - num-traits-0.2.15 - num_threads-0.1.6 - once_cell-1.17.0 - onig-6.4.0 - onig_sys-69.8.1 - os_str_bytes-6.3.0 - parking_lot-0.11.2 - parking_lot_core-0.8.5 - path_abs-0.5.1 - percent-encoding-2.2.0 - pkg-config-0.3.25 - plist-1.3.1 - predicates-2.1.5 - predicates-core-1.0.3 - predicates-tree-1.0.5 - proc-macro-error-1.0.4 - proc-macro-error-attr-1.0.4 - proc-macro-hack-0.5.19 - proc-macro2-1.0.46 - quote-1.0.21 - redox_syscall-0.2.16 - redox_users-0.4.3 - regex-1.7.0 - regex-automata-0.1.10 - regex-syntax-0.6.27 - remove_dir_all-0.5.3 - rgb-0.8.34 - rustix-0.36.8 - rustversion-1.0.9 - ryu-1.0.11 - safemem-0.3.3 - same-file-1.0.6 - scopeguard-1.1.0 - semver-1.0.16 - serde-1.0.152 - serde_derive-1.0.152 - serde_json-1.0.85 - serde_yaml-0.8.26 - serial_test-0.6.0 - serial_test_derive-0.6.0 - shell-escape-0.1.5 - shell-words-1.1.0 - smallvec-1.10.0 - static_assertions-1.1.0 - std_prelude-0.2.12 - strsim-0.10.0 - syn-1.0.104 - syntect-5.0.0 - sys-info-0.9.1 - tempfile-3.3.0 - termcolor-1.1.3 - terminal_size-0.2.5 - termtree-0.2.4 - thiserror-1.0.38 - thiserror-impl-1.0.38 - time-0.3.14 - tinyvec-1.6.0 - tinyvec_macros-0.1.0 - unicode-bidi-0.3.8 - unicode-ident-1.0.4 - unicode-normalization-0.1.22 - unicode-width-0.1.10 - url-2.3.1 - vcpkg-0.2.15 - version_check-0.9.4 - wait-timeout-0.2.0 - walkdir-2.3.2 - wasi-0.11.0+wasi-snapshot-preview1 - wild-2.1.0 - winapi-0.3.9 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-util-0.1.5 - winapi-x86_64-pc-windows-gnu-0.4.0 - windows-sys-0.42.0 - windows-sys-0.45.0 - windows-targets-0.42.1 - windows_aarch64_gnullvm-0.42.1 - windows_aarch64_msvc-0.42.1 - windows_i686_gnu-0.42.1 - windows_i686_msvc-0.42.1 - windows_x86_64_gnu-0.42.1 - windows_x86_64_gnullvm-0.42.1 - windows_x86_64_msvc-0.42.1 - xml-rs-0.8.4 - yaml-rust-0.4.5 + adler@1.0.2 + aho-corasick@0.7.19 + ansi_colours@1.2.1 + assert_cmd@2.0.8 + atty@0.2.14 + autocfg@1.1.0 + base64@0.13.0 + bincode@1.3.3 + bit-set@0.5.3 + bit-vec@0.6.3 + bitflags@1.3.2 + bstr@1.1.0 + bugreport@0.5.0 + bytemuck@1.12.1 + bytesize@1.1.0 + cc@1.0.73 + cfg-if@1.0.0 + clap@4.1.8 + clap_lex@0.3.2 + clircle@0.3.0 + console@0.15.5 + content_inspector@0.2.4 + crc32fast@1.3.2 + difflib@0.4.0 + dirs-sys@0.4.0 + dirs@5.0.0 + dissimilar@1.0.5 + doc-comment@0.3.3 + either@1.8.0 + encode_unicode@0.3.6 + encoding-index-japanese@1.20141219.5 + encoding-index-korean@1.20141219.5 + encoding-index-simpchinese@1.20141219.5 + encoding-index-singlebyte@1.20141219.5 + encoding-index-tradchinese@1.20141219.5 + encoding@0.2.33 + encoding_index_tests@0.1.4 + errno-dragonfly@0.1.2 + errno@0.2.8 + expect-test@1.4.0 + fancy-regex@0.7.1 + fastrand@1.8.0 + flate2@1.0.25 + float-cmp@0.9.0 + fnv@1.0.7 + form_urlencoded@1.1.0 + getrandom@0.2.7 + git-version-macro@0.3.5 + git-version@0.3.5 + git2@0.16.1 + glob@0.3.0 + globset@0.4.10 + grep-cli@0.1.7 + hashbrown@0.12.3 + hermit-abi@0.1.19 + hermit-abi@0.3.1 + idna@0.3.0 + indexmap@1.9.1 + instant@0.1.12 + io-lifetimes@1.0.5 + is-terminal@0.4.4 + itertools@0.10.5 + itoa@1.0.3 + jobserver@0.1.25 + lazy_static@1.4.0 + libc@0.2.137 + libgit2-sys@0.14.2+1.5.1 + libz-sys@1.1.8 + line-wrap@0.1.1 + linked-hash-map@0.5.6 + linux-raw-sys@0.1.4 + lock_api@0.4.9 + log@0.4.17 + memchr@2.5.0 + miniz_oxide@0.6.2 + nix@0.26.2 + normalize-line-endings@0.3.0 + nu-ansi-term@0.47.0 + num-traits@0.2.15 + num_threads@0.1.6 + once_cell@1.17.0 + onig@6.4.0 + onig_sys@69.8.1 + os_str_bytes@6.3.0 + parking_lot@0.11.2 + parking_lot_core@0.8.5 + path_abs@0.5.1 + percent-encoding@2.2.0 + pkg-config@0.3.25 + plist@1.3.1 + predicates-core@1.0.3 + predicates-tree@1.0.5 + predicates@2.1.5 + proc-macro-error-attr@1.0.4 + proc-macro-error@1.0.4 + proc-macro-hack@0.5.19 + proc-macro2@1.0.46 + quote@1.0.21 + redox_syscall@0.2.16 + redox_users@0.4.3 + regex-automata@0.1.10 + regex-syntax@0.6.27 + regex@1.7.0 + remove_dir_all@0.5.3 + rgb@0.8.34 + rustix@0.36.8 + rustversion@1.0.9 + ryu@1.0.11 + safemem@0.3.3 + same-file@1.0.6 + scopeguard@1.1.0 + semver@1.0.16 + serde@1.0.152 + serde_derive@1.0.152 + serde_json@1.0.85 + serde_yaml@0.8.26 + serial_test@0.6.0 + serial_test_derive@0.6.0 + shell-escape@0.1.5 + shell-words@1.1.0 + smallvec@1.10.0 + static_assertions@1.1.0 + std_prelude@0.2.12 + strsim@0.10.0 + syn@1.0.104 + syntect@5.0.0 + sys-info@0.9.1 + tempfile@3.3.0 + termcolor@1.1.3 + terminal_size@0.2.5 + termtree@0.2.4 + thiserror-impl@1.0.38 + thiserror@1.0.38 + time@0.3.14 + tinyvec@1.6.0 + tinyvec_macros@0.1.0 + unicode-bidi@0.3.8 + unicode-ident@1.0.4 + unicode-normalization@0.1.22 + unicode-width@0.1.10 + url@2.3.1 + vcpkg@0.2.15 + version_check@0.9.4 + wait-timeout@0.2.0 + walkdir@2.3.2 + wasi@0.11.0+wasi-snapshot-preview1 + wild@2.1.0 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.5 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.42.0 + windows-sys@0.45.0 + windows-targets@0.42.1 + windows_aarch64_gnullvm@0.42.1 + windows_aarch64_msvc@0.42.1 + windows_i686_gnu@0.42.1 + windows_i686_msvc@0.42.1 + windows_x86_64_gnu@0.42.1 + windows_x86_64_gnullvm@0.42.1 + windows_x86_64_msvc@0.42.1 + xml-rs@0.8.4 + yaml-rust@0.4.5 " inherit bash-completion-r1 cargo @@ -175,7 +175,7 @@ DESCRIPTION="cat(1) clone with syntax highlighting and Git integration" HOMEPAGE="https://github.com/sharkdp/bat" SRC_URI=" https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris) + ${CARGO_CRATE_URIS} " LICENSE="|| ( MIT Apache-2.0 )"