Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/h5py: h5py-2.1.2.ebuild ChangeLog h5py-2.1.0.ebuild h5py-2.1.1.ebuild h5py-2.1.1-r1.ebuild
Date: Thu, 28 Feb 2013 10:06:45
Message-Id: 20130228100641.9C6DD2171D@flycatcher.gentoo.org
1 xarthisius 13/02/28 10:06:41
2
3 Modified: h5py-2.1.2.ebuild ChangeLog
4 Removed: h5py-2.1.0.ebuild h5py-2.1.1.ebuild
5 h5py-2.1.1-r1.ebuild
6 Log:
7 Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@×××××××.net>. Thanks to William Throwe <wtt6@×××××××.edu> for the patch. Drop old
8
9 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
10
11 Revision Changes Path
12 1.2 dev-python/h5py/h5py-2.1.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild?r1=1.1&r2=1.2
17
18 Index: h5py-2.1.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- h5py-2.1.2.ebuild 22 Feb 2013 06:22:37 -0000 1.1
25 +++ h5py-2.1.2.ebuild 28 Feb 2013 10:06:41 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild,v 1.1 2013/02/22 06:22:37 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild,v 1.2 2013/02/28 10:06:41 xarthisius Exp $
31
32 EAPI=5
33
34 @@ -18,7 +18,7 @@
35 IUSE="test"
36
37 RDEPEND="
38 - sci-libs/hdf5
39 + sci-libs/hdf5:=
40 dev-python/numpy[${PYTHON_USEDEP}]"
41 DEPEND="${RDEPEND}
42 dev-python/setuptools[${PYTHON_USEDEP}]
43
44
45
46 1.16 dev-python/h5py/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.16&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.16&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.15&r2=1.16
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
55 retrieving revision 1.15
56 retrieving revision 1.16
57 diff -u -r1.15 -r1.16
58 --- ChangeLog 22 Feb 2013 06:22:37 -0000 1.15
59 +++ ChangeLog 28 Feb 2013 10:06:41 -0000 1.16
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-python/h5py
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.15 2013/02/22 06:22:37 patrick Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.16 2013/02/28 10:06:41 xarthisius Exp $
65 +
66 + 28 Feb 2013; Kacper Kowalik <xarthisius@g.o> -h5py-2.1.0.ebuild,
67 + -h5py-2.1.1-r1.ebuild, -h5py-2.1.1.ebuild, h5py-2.1.2.ebuild:
68 + Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@×××××××.net>.
69 + Thanks to William Throwe <wtt6@×××××××.edu> for the patch. Drop old
70
71 *h5py-2.1.2 (22 Feb 2013)