djc         15/04/04 09:12:10

  Modified:             lockfile-0.10.2.ebuild ChangeLog
  Log:
  Fix documentation build (fixes bug 540986)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.2                  dev-python/lockfile/lockfile-0.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild?r1=1.1&r2=1.2

Index: lockfile-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lockfile-0.10.2.ebuild      10 Jan 2015 17:54:59 -0000      1.1
+++ lockfile-0.10.2.ebuild      4 Apr 2015 09:12:10 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild,v 1.1 
2015/01/10 17:54:59 djc Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild,v 1.2 
2015/04/04 09:12:10 djc Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -26,7 +26,7 @@
 python_compile_all() {
        if use doc; then
                einfo "Generation of documentation"
-               emake -C doc html || die "Generation of documentation failed"
+               emake -C doc/source html || die "Generation of documentation 
failed"
        fi
 }
 
@@ -36,6 +36,6 @@
 }
 
 python_install_all() {
-       use doc && local HTML_DOCS=( doc/.build/html/. )
+       use doc && local HTML_DOCS=( doc/source/.build/html/. )
        distutils-r1_python_install_all
 }



1.28                 dev-python/lockfile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   10 Jan 2015 18:10:25 -0000      1.27
+++ ChangeLog   4 Apr 2015 09:12:10 -0000       1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lockfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.27 
2015/01/10 18:10:25 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.28 
2015/04/04 09:12:10 djc Exp $
+
+  04 Apr 2015; Dirkjan Ochtman <[email protected]> lockfile-0.10.2.ebuild:
+  Fix documentation build (fixes bug 540986)
 
   10 Jan 2015; Dirkjan Ochtman <[email protected]> metadata.xml:
   Fix upstream remote-id to point to PyPI




Reply via email to