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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B71B9138334 for ; Sat, 22 Sep 2018 20:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7638EE08A0; Sat, 22 Sep 2018 20:08:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5214FE08A0 for ; Sat, 22 Sep 2018 20:08:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68596335CBF for ; Sat, 22 Sep 2018 20:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334FC3DF for ; Sat, 22 Sep 2018 20:08:26 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1537646895.c0942ded37da93207700ead0a54af4ac8895e66c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/metadata.xml X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c0942ded37da93207700ead0a54af4ac8895e66c X-VCS-Branch: master Date: Sat, 22 Sep 2018 20:08: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-Archives-Salt: 31516b3f-8f42-4cd1-95dd-af1b93cbe8b8 X-Archives-Hash: bd3a6553d13a1dd9dfda7d1dbd615da9 commit: c0942ded37da93207700ead0a54af4ac8895e66c Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 22 19:22:19 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 22 20:08:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0942ded sys-apps/ripgrep: add myself to metadata.xml Also provide nice long description for p.g.o Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/ripgrep/metadata.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/sys-apps/ripgrep/metadata.xml b/sys-apps/ripgrep/metadata.xml index 7cecc57b17f..db9ee5a685a 100644 --- a/sys-apps/ripgrep/metadata.xml +++ b/sys-apps/ripgrep/metadata.xml @@ -1,11 +1,19 @@ - - radhermit@gentoo.org - Tim Harder - - - BurntSushi/ripgrep - + + radhermit@gentoo.org + Tim Harder + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + Line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. + ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. + + + BurntSushi/ripgrep +