Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/xsv/
Date: Sun, 26 Dec 2021 00:20:36
Message-Id: 1640477980.804853eed836c98026e54dfc7b98bbcc0abcd3e8.sam@gentoo
1 commit: 804853eed836c98026e54dfc7b98bbcc0abcd3e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:15:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804853ee
7
8 sci-calculators/xsv: drop trailing full stop from DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-calculators/xsv/xsv-0.13.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild b/sci-calculators/xsv/xsv-0.13.0.ebuild
17 index 4d688b826e4e..f04d439a9c62 100644
18 --- a/sci-calculators/xsv/xsv-0.13.0.ebuild
19 +++ b/sci-calculators/xsv/xsv-0.13.0.ebuild
20 @@ -54,7 +54,7 @@ winapi-x86_64-pc-windows-gnu-0.4.0
21
22 inherit cargo
23
24 -DESCRIPTION="A fast CSV command line toolkit written in Rust."
25 +DESCRIPTION="A fast CSV command line toolkit written in Rust"
26 HOMEPAGE="https://github.com/BurntSushi/xsv"
27 SRC_URI="$(cargo_crate_uris ${CRATES})
28 https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"