public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri,  7 Jun 2024 13:56:21 +0000 (UTC)	[thread overview]
Message-ID: <1717768562.bd18ffe50893a1eaa2177bf6a760a4563e00e8ae.chewi@gentoo> (raw)

commit:     bd18ffe50893a1eaa2177bf6a760a4563e00e8ae
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 13:56:02 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:56:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd18ffe5

sci-calculators/xsv: EAPI 8, silence LDFLAGS warning

We know it isn't respected with Cargo.

Closes: https://bugs.gentoo.org/797493
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sci-calculators/xsv/{xsv-0.13.0.ebuild => xsv-0.13.0-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild
similarity index 92%
rename from sci-calculators/xsv/xsv-0.13.0.ebuild
rename to sci-calculators/xsv/xsv-0.13.0-r1.ebuild
index 39510584561d..f13e2444516d 100644
--- a/sci-calculators/xsv/xsv-0.13.0.ebuild
+++ b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 CRATES="
 aho-corasick-0.7.18
@@ -56,7 +56,7 @@ inherit cargo
 
 DESCRIPTION="A fast CSV command line toolkit written in Rust"
 HOMEPAGE="https://github.com/BurntSushi/xsv"
-SRC_URI="$(cargo_crate_uris ${CRATES})
+SRC_URI="${CARGO_CRATE_URIS}
 	https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="|| ( MIT Unlicense ) Apache-2.0 Boost-1.0 MIT Unlicense"
 SLOT="0"
@@ -65,6 +65,8 @@ IUSE=""
 
 BDEPEND="${RUST_DEPEND}"
 
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
 src_prepare() {
 	rm Cargo.lock || die "Failed to remove stale Cargo.lock"
 	default


             reply	other threads:[~2024-06-07 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 13:56 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08  9:31 [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=1717768562.bd18ffe50893a1eaa2177bf6a760a4563e00e8ae.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