From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9541E1385B0 for ; Sun, 16 Aug 2015 00:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E095141C1; Sun, 16 Aug 2015 00:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB966141C1 for ; Sun, 16 Aug 2015 00:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AA60340BCB for ; Sun, 16 Aug 2015 00:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2C9154 for ; Sun, 16 Aug 2015 00:25:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1439684661.82effb3130412640b90a619990b4754038b9b5ba.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-machine/docker-machine-0.4.1.ebuild X-VCS-Directories: app-emulation/docker-machine/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 82effb3130412640b90a619990b4754038b9b5ba X-VCS-Branch: master Date: Sun, 16 Aug 2015 00:25:03 +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: 958af977-641b-4c34-ad06-ea34715b7ab4 X-Archives-Hash: 45cf0650fe8ae3b034d5ee5150a29c3b commit: 82effb3130412640b90a619990b4754038b9b5ba Author: Zac Medico gentoo org> AuthorDate: Sun Aug 16 00:24:21 2015 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Aug 16 00:24:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82effb31 app-emulation/docker-machine: dodoc README.md Package-Manager: portage-2.2.20.1 app-emulation/docker-machine/docker-machine-0.4.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/docker-machine/docker-machine-0.4.1.ebuild b/app-emulation/docker-machine/docker-machine-0.4.1.ebuild index bf45246..766815b 100644 --- a/app-emulation/docker-machine/docker-machine-0.4.1.ebuild +++ b/app-emulation/docker-machine/docker-machine-0.4.1.ebuild @@ -32,5 +32,6 @@ src_compile() { } src_install() { - dobin ${PN} || die + dobin ${PN} + dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md }