commit:     7781ef698fa030280140ace02cda828758ae4ca7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 19:31:52 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> 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
 }

Reply via email to