From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/xsv/
Date: Sat, 8 Jun 2024 09:31:49 +0000 (UTC) [thread overview]
Message-ID: <1717839101.5ab28d11064c3cdaf83dcae4ca6068577ae62639.chewi@gentoo> (raw)
commit: 5ab28d11064c3cdaf83dcae4ca6068577ae62639
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 8 09:30:24 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 8 09:31:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab28d11
sci-calculators/xsv: Convert crate list to @ syntax to silence warning
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
sci-calculators/xsv/xsv-0.13.0-r1.ebuild | 93 ++++++++++++++++----------------
1 file changed, 46 insertions(+), 47 deletions(-)
diff --git a/sci-calculators/xsv/xsv-0.13.0-r1.ebuild b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild
index f13e2444516d..d5d9399c3aa6 100644
--- a/sci-calculators/xsv/xsv-0.13.0-r1.ebuild
+++ b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild
@@ -4,52 +4,52 @@
EAPI=8
CRATES="
-aho-corasick-0.7.18
-autocfg-1.0.1
-bstr-0.2.16
-byteorder-1.4.3
-cfg-if-0.1.10
-cfg-if-1.0.0
-chan-0.1.23
-csv-1.1.6
-csv-core-0.1.10
-csv-index-0.1.6
-docopt-1.1.1
-filetime-0.1.15
-fuchsia-cprng-0.1.1
-hermit-abi-0.1.18
-itoa-0.4.7
-lazy_static-1.4.0
-libc-0.2.97
-log-0.4.14
-memchr-2.4.0
-num-traits-0.2.14
-num_cpus-1.13.0
-proc-macro2-1.0.27
-quickcheck-0.6.2
-quote-1.0.9
-rand-0.3.23
-rand-0.4.6
-rand_core-0.3.1
-rand_core-0.4.2
-rdrand-0.4.0
-redox_syscall-0.1.57
-regex-1.5.4
-regex-automata-0.1.10
-regex-syntax-0.6.25
-ryu-1.0.5
-serde-1.0.126
-serde_derive-1.0.126
-streaming-stats-0.2.3
-strsim-0.10.0
-syn-1.0.73
-tabwriter-1.2.1
-threadpool-1.8.1
-unicode-width-0.1.8
-unicode-xid-0.2.2
-winapi-0.3.9
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-x86_64-pc-windows-gnu-0.4.0
+ aho-corasick@0.7.18
+ autocfg@1.0.1
+ bstr@0.2.16
+ byteorder@1.4.3
+ cfg-if@0.1.10
+ cfg-if@1.0.0
+ chan@0.1.23
+ csv@1.1.6
+ csv-core@0.1.10
+ csv-index@0.1.6
+ docopt@1.1.1
+ filetime@0.1.15
+ fuchsia-cprng@0.1.1
+ hermit-abi@0.1.18
+ itoa@0.4.7
+ lazy_static@1.4.0
+ libc@0.2.97
+ log@0.4.14
+ memchr@2.4.0
+ num-traits@0.2.14
+ num_cpus@1.13.0
+ proc-macro2@1.0.27
+ quickcheck@0.6.2
+ quote@1.0.9
+ rand@0.3.23
+ rand@0.4.6
+ rand_core@0.3.1
+ rand_core@0.4.2
+ rdrand@0.4.0
+ redox_syscall@0.1.57
+ regex@1.5.4
+ regex-automata@0.1.10
+ regex-syntax@0.6.25
+ ryu@1.0.5
+ serde@1.0.126
+ serde_derive@1.0.126
+ streaming-stats@0.2.3
+ strsim@0.10.0
+ syn@1.0.73
+ tabwriter@1.2.1
+ threadpool@1.8.1
+ unicode-width@0.1.8
+ unicode-xid@0.2.2
+ winapi@0.3.9
+ winapi-i686-pc-windows-gnu@0.4.0
+ winapi-x86_64-pc-windows-gnu@0.4.0
"
inherit cargo
@@ -61,7 +61,6 @@ SRC_URI="${CARGO_CRATE_URIS}
LICENSE="|| ( MIT Unlicense ) Apache-2.0 Boost-1.0 MIT Unlicense"
SLOT="0"
KEYWORDS="amd64"
-IUSE=""
BDEPEND="${RUST_DEPEND}"
next reply other threads:[~2024-06-08 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-08 9:31 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-07 13:56 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/xsv/ James Le Cuirot
2022-10-07 22:58 Zac Medico
2021-12-26 0:20 Sam James
2021-06-22 6:34 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1717839101.5ab28d11064c3cdaf83dcae4ca6068577ae62639.chewi@gentoo \
--to=chewi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox