public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman (djc)" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.10.2.ebuild ChangeLog
Date: Sat,  4 Apr 2015 09:12:10 +0000 (UTC)	[thread overview]
Message-ID: <20150404091210.B513F152EB@oystercatcher.gentoo.org> (raw)

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 <djc@gentoo.org> lockfile-0.10.2.ebuild:
+  Fix documentation build (fixes bug 540986)
 
   10 Jan 2015; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
   Fix upstream remote-id to point to PyPI





             reply	other threads:[~2015-04-04  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-04  9:12 Dirkjan Ochtman (djc) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-10 17:54 [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.10.2.ebuild ChangeLog Dirkjan Ochtman (djc)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150404091210.B513F152EB@oystercatcher.gentoo.org \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox