Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/
Date: Sun, 01 Sep 2019 07:35:51
Message-Id: 1567323338.efd0fc057ad03dce15caa013bd234eb71a5768e7.gyakovlev@gentoo
1 commit: efd0fc057ad03dce15caa013bd234eb71a5768e7
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 07:34:17 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 07:35:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd0fc05
7
8 sys-apps/bat: update DESCRIPTION
9
10 Package-Manager: Portage-2.3.74, Repoman-2.3.17
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-apps/bat/bat-0.12.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/bat/bat-0.12.0.ebuild b/sys-apps/bat/bat-0.12.0.ebuild
17 index b5e169fb63f..b64e6923594 100644
18 --- a/sys-apps/bat/bat-0.12.0.ebuild
19 +++ b/sys-apps/bat/bat-0.12.0.ebuild
20 @@ -149,7 +149,7 @@ yaml-rust-0.4.3
21
22 inherit cargo
23
24 -DESCRIPTION="A cat(1) clone with wings"
25 +DESCRIPTION="cat(1) clone with syntax highlighting and Git integration"
26 HOMEPAGE="https://github.com/sharkdp/bat"
27 SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
28 $(cargo_crate_uris ${CRATES})"