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 3A3C41395E1 for ; Tue, 1 Nov 2016 02:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A57DFE0B8A; Tue, 1 Nov 2016 02:02:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DBA8E0B8A for ; Tue, 1 Nov 2016 02:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30527341117 for ; Tue, 1 Nov 2016 02:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0ED57D2 for ; Tue, 1 Nov 2016 02:02:28 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1477965582.424e02023768d59462d715b19842e5dc9639c26f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/ripgrep-0.2.5.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 424e02023768d59462d715b19842e5dc9639c26f X-VCS-Branch: master Date: Tue, 1 Nov 2016 02:02:28 +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: 82ba5fe9-4772-4dc9-b6f3-f33c328f6c35 X-Archives-Hash: 5b96c5de97c5471328c5b48e70279fb2 commit: 424e02023768d59462d715b19842e5dc9639c26f Author: Tim Harder gentoo org> AuthorDate: Tue Nov 1 01:56:22 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Nov 1 01:59:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424e0202 sys-apps/ripgrep: install changelog and readme files sys-apps/ripgrep/ripgrep-0.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/ripgrep/ripgrep-0.2.5.ebuild b/sys-apps/ripgrep/ripgrep-0.2.5.ebuild index bb241f2..82208a0 100644 --- a/sys-apps/ripgrep/ripgrep-0.2.5.ebuild +++ b/sys-apps/ripgrep/ripgrep-0.2.5.ebuild @@ -27,4 +27,5 @@ src_test() { src_install() { dobin target/release/rg doman doc/rg.1 + dodoc CHANGELOG.md README.md }