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
