Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oct2py: oct2py-1.3.0.ebuild ChangeLog
Date: Tue, 25 Feb 2014 17:24:49
Message-Id: 20140225172445.D43E82004C@flycatcher.gentoo.org
1 bicatali 14/02/25 17:24:45
2
3 Modified: oct2py-1.3.0.ebuild ChangeLog
4 Log:
5 Fixed documentation building, bug #502310
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.2 dev-python/oct2py/oct2py-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: oct2py-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- oct2py-1.3.0.ebuild 23 Feb 2014 00:24:13 -0000 1.1
23 +++ oct2py-1.3.0.ebuild 25 Feb 2014 17:24:45 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.1 2014/02/23 00:24:13 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.2 2014/02/25 17:24:45 bicatali Exp $
29
30 EAPI=5
31
32 @@ -21,15 +21,18 @@
33 sci-libs/scipy[${PYTHON_USEDEP}]
34 sci-mathematics/octave"
35 DEPEND="${RDEPEND}
36 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
37 + doc? (
38 + dev-python/sphinx-bootstrap-theme
39 + dev-python/numpydoc
40 + )
41 test? (
42 dev-python/nose[${PYTHON_USEDEP}]
43 dev-python/ipython[${PYTHON_USEDEP}]
44 - )"
45 + )"
46
47 python_compile_all() {
48 if use doc; then
49 - sphinx-build doc html || die
50 + sphinx-build docs html || die
51 fi
52 }
53
54
55
56
57 1.15 dev-python/oct2py/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?rev=1.15&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?rev=1.15&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?r1=1.14&r2=1.15
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v
66 retrieving revision 1.14
67 retrieving revision 1.15
68 diff -u -r1.14 -r1.15
69 --- ChangeLog 23 Feb 2014 00:24:13 -0000 1.14
70 +++ ChangeLog 25 Feb 2014 17:24:45 -0000 1.15
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-python/oct2py
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.14 2014/02/23 00:24:13 bicatali Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.15 2014/02/25 17:24:45 bicatali Exp $
76 +
77 + 25 Feb 2014; Sébastien Fabbro <bicatali@g.o> oct2py-1.3.0.ebuild:
78 + Fixed documentation building, bug #502310
79
80 *oct2py-1.3.0 (23 Feb 2014)