summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-08-05 02:52:57 +0000
committerIan Delaney <idella4@gentoo.org>2014-08-05 02:52:57 +0000
commit1f278340db998a333af9c27aea985d4425ac8562 (patch)
tree33b6841ff59349511394cdb1feb4701601fd17c6
parentAdd the 1.0.7 release per upstream. (diff)
downloadgentoo-2-1f278340db998a333af9c27aea985d4425ac8562.tar.gz
gentoo-2-1f278340db998a333af9c27aea985d4425ac8562.tar.bz2
gentoo-2-1f278340db998a333af9c27aea985d4425ac8562.zip
correction to doc install, fixes Bug #519034
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/pylint/ChangeLog5
-rw-r--r--dev-python/pylint/pylint-1.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 55b533b5cb9c..d682da146471 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylint
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.109 2014/07/31 06:56:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.110 2014/08/05 02:52:57 idella4 Exp $
+
+ 05 Aug 2014; Ian Delaney <idella4@gentoo.org> pylint-1.3.0.ebuild:
+ correction to doc install, fixes Bug #519034
*pylint-1.3.0 (31 Jul 2014)
diff --git a/dev-python/pylint/pylint-1.3.0.ebuild b/dev-python/pylint/pylint-1.3.0.ebuild
index 6b0a6eb3c9c0..7f5199b59584 100644
--- a/dev-python/pylint/pylint-1.3.0.ebuild
+++ b/dev-python/pylint/pylint-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild,v 1.1 2014/07/31 06:56:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild,v 1.2 2014/08/05 02:52:57 idella4 Exp $
EAPI=5
@@ -49,7 +49,7 @@ python_test() {
python_install_all() {
doman man/{pylint,pyreverse}.1
use examples && local EXAMPLES=( examples/. )
- use doc && HTML_DOCS=( doc/_build/html/. )
+ use doc && local HTML_DOCS=( doc/_build/singlehtml/. )
distutils-r1_python_install_all
}