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 7C0B0158086 for ; Sun, 26 Dec 2021 00:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F1942BC033; Sun, 26 Dec 2021 00:20:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 22F862BC018 for ; Sun, 26 Dec 2021 00:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 6C07834309F for ; Sun, 26 Dec 2021 00:20:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A010426D for ; Sun, 26 Dec 2021 00:20:26 +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: <1640477980.804853eed836c98026e54dfc7b98bbcc0abcd3e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/xsv/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/xsv/xsv-0.13.0.ebuild X-VCS-Directories: sci-calculators/xsv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 804853eed836c98026e54dfc7b98bbcc0abcd3e8 X-VCS-Branch: master Date: Sun, 26 Dec 2021 00:20:26 +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: bb45d9e4-5941-4782-a3f1-48ac01f3cff5 X-Archives-Hash: beb1167360dd7da9ab61cf8e707d74d3 commit: 804853eed836c98026e54dfc7b98bbcc0abcd3e8 Author: Sam James gentoo org> AuthorDate: Sun Dec 26 00:15:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 00:19:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804853ee sci-calculators/xsv: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sci-calculators/xsv/xsv-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild b/sci-calculators/xsv/xsv-0.13.0.ebuild index 4d688b826e4e..f04d439a9c62 100644 --- a/sci-calculators/xsv/xsv-0.13.0.ebuild +++ b/sci-calculators/xsv/xsv-0.13.0.ebuild @@ -54,7 +54,7 @@ winapi-x86_64-pc-windows-gnu-0.4.0 inherit cargo -DESCRIPTION="A fast CSV command line toolkit written in Rust." +DESCRIPTION="A fast CSV command line toolkit written in Rust" HOMEPAGE="https://github.com/BurntSushi/xsv" SRC_URI="$(cargo_crate_uris ${CRATES}) https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"