summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-01-21 09:36:03 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-01-21 09:36:03 +0000
commit884e0bae120f5306634868a8f6bda4379dac6673 (patch)
tree2eeb0f5ed7a1ff03037eb49371a9380a206febe2 /dev-util
parentFix bad communication of juju USE-flag to configure script (bug #206833) (diff)
downloadgentoo-2-884e0bae120f5306634868a8f6bda4379dac6673.tar.gz
gentoo-2-884e0bae120f5306634868a8f6bda4379dac6673.tar.bz2
gentoo-2-884e0bae120f5306634868a8f6bda4379dac6673.zip
Fix dodoc, see bug #200117.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/mercurial/ChangeLog6
-rw-r--r--dev-util/mercurial/mercurial-0.9.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/mercurial/ChangeLog b/dev-util/mercurial/ChangeLog
index 214a8fa79516..6d9e2c8b52e5 100644
--- a/dev-util/mercurial/ChangeLog
+++ b/dev-util/mercurial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/mercurial
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.64 2008/01/14 20:04:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.65 2008/01/21 09:36:03 nelchael Exp $
+
+ 21 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org>
+ mercurial-0.9.5-r1.ebuild:
+ Fix dodoc, see bug #200117.
14 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org>
-mercurial-0.9.3.ebuild, -mercurial-0.9.3-r1.ebuild,
diff --git a/dev-util/mercurial/mercurial-0.9.5-r1.ebuild b/dev-util/mercurial/mercurial-0.9.5-r1.ebuild
index 522307e30c5d..d7436d752fe8 100644
--- a/dev-util/mercurial/mercurial-0.9.5-r1.ebuild
+++ b/dev-util/mercurial/mercurial-0.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild,v 1.4 2008/01/14 19:10:15 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild,v 1.5 2008/01/21 09:36:03 nelchael Exp $
inherit bash-completion distutils elisp-common flag-o-matic eutils
@@ -57,7 +57,7 @@ src_install() {
newins contrib/zsh_completion _hg
fi
- dodoc CONTRIBUTORS PKG-INFO README *.txt
+ dodoc CONTRIBUTORS PKG-INFO README doc/*.txt
cp hgweb*.cgi "${D}"/usr/share/doc/${PF}/
rm -f contrib/bash_completion
cp -r contrib "${D}"/usr/share/doc/${PF}/