Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/h5py: h5py-2.5.0.ebuild ChangeLog
Date: Sat, 30 May 2015 08:00:00
Message-Id: 20150530075952.47832A00@oystercatcher.gentoo.org
1 jlec 15/05/30 07:59:52
2
3 Modified: h5py-2.5.0.ebuild ChangeLog
4 Log:
5 Fix dependency version of sphinx for themeing support, bug #550720
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.3 dev-python/h5py/h5py-2.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?r1=1.2&r2=1.3
15
16 Index: h5py-2.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- h5py-2.5.0.ebuild 27 May 2015 09:02:48 -0000 1.2
23 +++ h5py-2.5.0.ebuild 30 May 2015 07:59:52 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.2 2015/05/27 09:02:48 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.3 2015/05/30 07:59:52 jlec Exp $
29
30 EAPI=5
31
32 @@ -27,7 +27,7 @@
33 dev-python/setuptools[${PYTHON_USEDEP}]
34 doc? (
35 dev-python/alabaster[${PYTHON_USEDEP}]
36 - dev-python/sphinx[${PYTHON_USEDEP}]
37 + >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}]
38 )
39 mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )"
40
41
42
43
44 1.39 dev-python/h5py/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.39&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.39&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.38&r2=1.39
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
53 retrieving revision 1.38
54 retrieving revision 1.39
55 diff -u -r1.38 -r1.39
56 --- ChangeLog 27 May 2015 09:02:48 -0000 1.38
57 +++ ChangeLog 30 May 2015 07:59:52 -0000 1.39
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/h5py
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.38 2015/05/27 09:02:48 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.39 2015/05/30 07:59:52 jlec Exp $
63 +
64 + 30 May 2015; Justin Lecher <jlec@g.o> h5py-2.5.0.ebuild:
65 + Fix dependency version of sphinx for themeing support, bug #550720
66
67 27 May 2015; Justin Lecher <jlec@g.o> h5py-2.5.0.ebuild:
68 Add missing dep