idella4 14/08/05 02:52:57 Modified: pylint-1.3.0.ebuild ChangeLog Log: correction to doc install, fixes Bug #519034 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/pylint/pylint-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild?r1=1.1&r2=1.2 Index: pylint-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylint-1.3.0.ebuild 31 Jul 2014 06:56:44 -0000 1.1 +++ pylint-1.3.0.ebuild 5 Aug 2014 02:52:57 -0000 1.2 @@ -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_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 } 1.110 dev-python/pylint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 31 Jul 2014 06:56:44 -0000 1.109 +++ ChangeLog 5 Aug 2014 02:52:57 -0000 1.110 @@ -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 <[email protected]> pylint-1.3.0.ebuild: + correction to doc install, fixes Bug #519034 *pylint-1.3.0 (31 Jul 2014)
