Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/
Date: Thu, 20 Jul 2017 08:17:47
Message-Id: 1500538649.589edc08a7701d3bab98a80942d3f573531bc0d7.radhermit@gentoo
1 commit: 589edc08a7701d3bab98a80942d3f573531bc0d7
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 08:15:45 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 08:17:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589edc08
7
8 sys-apps/ripgrep: tweak DESCRIPTION (bug #624496)
9
10 sys-apps/ripgrep/ripgrep-0.5.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
14 index 8445e52f2c6..655ba0b2735 100644
15 --- a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
16 +++ b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -DESCRIPTION="a command line search tool that combines usability with raw speed"
22 +DESCRIPTION="a search tool that combines the usability of ag with the raw speed of grep"
23 HOMEPAGE="https://github.com/BurntSushi/ripgrep"
24 #SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 # custom tarball bundling all deps and index, otherwise cargo fetches from the network