1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
# ChangeLog for dev-python/pytables
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.25 2008/02/23 13:21:09 dev-zero Exp $
*pytables-2.0.2 (23 Feb 2008)
23 Feb 2008; Tiziano Müller <dev-zero@gentoo.org> pytables-1.4.ebuild,
+pytables-2.0.2.ebuild:
Version bump (bug #196062). Fixed dependency in 1.4 (bug #211106, thanks to
Chris Kerr). Added tests for both. Note: 1.4 is deprecated and 3 tests fail
on x86_64 ant won't be fixed. Since 1.4 and 2.x are not compatible, 1.4
hasn't been dropped for now. Fixed wrong license.
05 May 2007; Lukasz Strzygowski <lucass@gentoo.org>
-pytables-0.7.2.ebuild, -pytables-0.8.1.ebuild, -pytables-0.9.1.ebuild,
pytables-1.4.ebuild:
Added: NEED_PYTHON, doc/examples use-flags, ~amd64 keyword. Dropped old
versions.
*pytables-1.4 (23 Apr 2007)
23 Apr 2007; Rob Cakebread <pythonhead@gentoo.org> +pytables-1.4.ebuild:
Version bump. bug #167037
21 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org>
files/digest-pytables-0.7.2, files/digest-pytables-0.8,
files/digest-pytables-0.8.1, files/digest-pytables-0.9.1, Manifest:
Convert to Manifest2.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pytables-0.9.1.ebuild:
Mark 0.9.1 ~ia64
21 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> :
Fix broken digest.
20 Apr 2005; Alastair Tse <liquidx@gentoo.org> pytables-0.9.1.ebuild:
fix numarray dep (#72327)
07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> pytables-0.7.2.ebuild,
pytables-0.8.ebuild:
stable on x86
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> :
Dependency update: dev-libs/hdf5 -> sci-libs/hdf5.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> :
Dependency update: dev-libs/hdf5 -> sci-libs/hdf5.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> :
Dependency update: dev-libs/hdf5 -> sci-libs/hdf5.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> :
Dependency update: dev-libs/hdf5 -> sci-libs/hdf5.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.8.ebuild:
Dependency update: dev-libs/hdf -> sci-libs/hdf.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.9.1.ebuild:
Dependency update: dev-libs/hdf -> sci-libs/hdf.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.8.1.ebuild:
Dependency update: dev-libs/hdf -> sci-libs/hdf.
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.7.2.ebuild:
Dependency update: dev-libs/hdf -> sci-libs/hdf.
*pytables-0.9.1 (07 Dec 2004)
07 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> +pytables-0.9.1.ebuild:
Version bump.
17 Jul 2004; David Holm <dholm@gentoo.org> pytables-0.8.1.ebuild:
Added to ~ppc.
*pytables-0.8.1 (16 Jul 2004)
16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +pytables-0.8.1.ebuild:
Version bump.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pytables-0.7.2.ebuild,
pytables-0.8.ebuild:
Add missing IUSE.
*pytables-0.8 (10 Mar 2004)
10 Mar 2004; <kloeri@gentoo.org> pytables-0.8.ebuild:
Version bump.
16 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> pytables-0.7.2.ebuild:
don't set S to default; repoman: Fix leading whitespace
*pytables-0.7.2 (15 Feb 2004)
15 Feb 2004; <kloeri@gentoo.org> pytables-0.7.2.ebuild:
Initial import.
|