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 8C2291391DB for ; Mon, 17 Mar 2014 20:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5C3E0B01; Mon, 17 Mar 2014 20:32:20 +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 061A5E0B4E for ; Mon, 17 Mar 2014 20:32:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCC1A33F14F for ; Mon, 17 Mar 2014 20:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DD7EB18875 for ; Mon, 17 Mar 2014 20:32:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1395084712.7781ef698fa030280140ace02cda828758ae4ca7.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: dev-vcs/git-flow/ X-VCS-Repository: dev/johu X-VCS-Files: dev-vcs/git-flow/git-flow-0.4.1.ebuild X-VCS-Directories: dev-vcs/git-flow/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7781ef698fa030280140ace02cda828758ae4ca7 X-VCS-Branch: master Date: Mon, 17 Mar 2014 20:32:14 +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: 75cc0c56-639a-491d-86c9-38066189c6e8 X-Archives-Hash: d9c54f7fd82f1a13416862684056e972 commit: 7781ef698fa030280140ace02cda828758ae4ca7 Author: Johannes Huber gentoo org> AuthorDate: Mon Mar 17 19:31:52 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 17 19:31:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=7781ef69 [dev-vcs/git-flow] Install DOCS Package-Manager: portage-2.2.8-r1 --- dev-vcs/git-flow/git-flow-0.4.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-vcs/git-flow/git-flow-0.4.1.ebuild b/dev-vcs/git-flow/git-flow-0.4.1.ebuild index 9c1db5b..6949f44 100644 --- a/dev-vcs/git-flow/git-flow-0.4.1.ebuild +++ b/dev-vcs/git-flow/git-flow-0.4.1.ebuild @@ -20,6 +20,8 @@ DEPEND="dev-util/shflags" RDEPEND="${DEPEND} dev-vcs/git" +DOCS=( AUTHORS Changes.mdown README.mdown ) + S="${WORKDIR}/nvie-gitflow-5b26edc" src_prepare() { @@ -33,5 +35,7 @@ src_compile() { src_install() { emake prefix="${D}" install + dodoc "${DOCS[@]}" + newbashcomp "${WORKDIR}/bobthecow-git-flow-completion-b399150/git-flow-completion.bash" git-flow }