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
100
101
102
103
104
105
106
107
108
109
|
# ChangeLog for dev-python/oct2py
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.25 2015/04/08 08:05:12 mgorny Exp $
08 Apr 2015; Michał Górny <mgorny@gentoo.org> oct2py-0.4.0-r1.ebuild:
Drop old Python implementations
09 Mar 2015; Pacho Ramos <pacho@gentoo.org> oct2py-1.3.0-r1.ebuild:
x86 stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> oct2py-1.3.0-r1.ebuild:
ppc stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> oct2py-1.3.0-r1.ebuild:
ppc64 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> oct2py-1.3.0-r1.ebuild:
amd64 stable, bug 540290
16 Dec 2014; Ian Delaney <idella4@gentoo.org> oct2py-1.3.0-r1.ebuild,
oct2py-1.3.0.ebuild:
drop old impl add py3.4 in 1.3.0, correction to deps
29 Nov 2014; Markus Meier <maekke@gentoo.org> oct2py-1.3.0-r1.ebuild:
add ~arm, bug #518742
14 Aug 2014; Anthony G. Basile <blueness@gentoo.org> oct2py-1.3.0-r1.ebuild,
oct2py-1.3.0.ebuild:
Keyword ~ppc and ~ppc64, bug #481462
30 Jul 2014; Ian Delaney <idella4@gentoo.org> oct2py-1.3.0-r1.ebuild:
drop py2.6 add py3.4 support
*oct2py-1.3.0-r1 (29 May 2014)
29 May 2014; Sébastien Fabbro <bicatali@gentoo.org> -oct2py-1.0.0.ebuild,
+oct2py-1.3.0-r1.ebuild, +files/oct2py-1.3.0-test.patch:
Imported to main tree
*oct2py-1.3.0-r1 (28 May 2014)
28 May 2014; cel <cel.gentoo@gmail.com> +files/oct2py-1.3.0-test.patch,
+metadata.xml, +oct2py-1.3.0-r1.ebuild:
updated oct2py ebuild to provide a working test suite.
25 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> oct2py-1.3.0.ebuild:
Fixed documentation building, bug #502310
*oct2py-1.3.0 (23 Feb 2014)
23 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +oct2py-1.3.0.ebuild,
metadata.xml:
Version bump
24 Nov 2013; Justin Lecher <jlec@gentoo.org> -oct2py-0.3.6.ebuild:
Drop old
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> oct2py-0.4.0-r1.ebuild:
Stable for x86, wrt bug #488748
24 Nov 2013; Pacho Ramos <pacho@gentoo.org> oct2py-0.4.0-r1.ebuild:
amd64 stable, bug #488748
*oct2py-1.0.0 (20 Oct 2013)
20 Oct 2013; Justin Lecher <jlec@gentoo.org> oct2py-0.4.0-r1.ebuild,
+oct2py-1.0.0.ebuild:
Add missing test dep; Version Bump
*oct2py-0.4.0-r1 (01 Mar 2013)
01 Mar 2013; Justin Lecher <jlec@gentoo.org> -oct2py-0.4.0.ebuild,
+oct2py-0.4.0-r1.ebuild, metadata.xml:
Don't install examples into ROOT, #458782
11 Feb 2013; Michał Górny <mgorny@gentoo.org> oct2py-0.4.0.ebuild:
Clean up a bit. Enable py2.6 as needed by ipython. Disable Python 3 as not
supported by scipy.
*oct2py-0.4.0 (22 Jan 2013)
22 Jan 2013; Ian Delaney <idella4@gentoo.org> +oct2py-0.4.0.ebuild:
bump
11 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> -oct2py-0.3.2.ebuild,
-oct2py-0.3.4.ebuild:
Removed old
*oct2py-0.3.6 (29 Nov 2012)
29 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +oct2py-0.3.6.ebuild:
Version bump
*oct2py-0.3.4 (20 Aug 2012)
20 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> +oct2py-0.3.4.ebuild:
version bump
09 Aug 2012; Patrick Lauer <patrick@gentoo.org> oct2py-0.3.2.ebuild:
Restrict python 2.5
01 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> oct2py-0.3.2.ebuild:
fixed license, thanks arfrever
*oct2py-0.3.2 (17 Jul 2012)
17 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+oct2py-0.3.2.ebuild:
Initial import
|