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
|
# ChangeLog for dev-python/cvxopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cvxopt/ChangeLog,v 1.5 2012/04/19 20:56:11 bicatali Exp $
*cvxopt-1.1.5 (19 Apr 2012)
19 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.5.ebuild,
+files/cvxopt-1.1.5-setup.patch:
Version bump
23 Feb 2012; Patrick Lauer <patrick@gentoo.org> cvxopt-1.1.4-r1.ebuild:
Restricting python
*cvxopt-1.1.4-r1 (17 Jan 2012)
17 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -cvxopt-1.1.4.ebuild,
+cvxopt-1.1.4-r1.ebuild, files/cvxopt-setup.patch:
Fixed missing components (bug #399029, thanks Francois Bissey), removed
useless seds and fixed optional sed's
16 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> cvxopt-1.1.4.ebuild:
Fixed doc generation, bug #398857 thanks Martin von Gagern
*cvxopt-1.1.4 (06 Jan 2012)
06 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.4.ebuild,
+files/cvxopt-setup.patch, +metadata.xml:
Initial import to the main tree. Use system libs for cholmod and umfpack.
Added a src_test and a few cleanups.
10 Jul 2011; Martin von Gagern (MvG) <Martin.vGagern@gmx.net>
cvxopt-1.1.3.ebuild:
Fix quoting issue.
20 Jun 2011; François Bissey <francois.bissey@canterbury.ac.nz>
-files/cvxopt-1.1.2-headers.patch, cvxopt-1.1.3.ebuild,
+files/cvxopt-1.1.3-blas.patch:
Delete useless file. Solve issue #67 by getting the right blas/lapack
libraries.
09 May 2011; Christopher Schwan <cschwan@students.uni-mainz.de>
-cvxopt-0.9.ebuild, -cvxopt-1.1.2.ebuild:
Removed old versions of cvxopt
29 Dec 2010; François Bissey <f.r.bissey@massey.ac.nz> cvxopt-1.1.3.ebuild:
better SRC_URI
*cvxopt-1.1.3 (15 Oct 2010)
15 Oct 2010; François Bissey <f.r.bissey@massey.ac.nz>
+cvxopt-1.1.3.ebuild:
New version is out.
29 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz>
cvxopt-1.1.2.ebuild:
Update SRC_URI
08 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz> metadata.xml:
Fix metadata
10 Aug 2010; François Bissey <f.r.bissey@massey.ac.nz>
cvxopt-1.1.2.ebuild, +files/cvxopt-1.1.2-headers.patch:
Patch cvxopt-1.1.2 - see
http://trac.sagemath.org/sage_trac/ticket/6456#comment:82
18 Jul 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
cvxopt-0.9.ebuild, cvxopt-1.1.2.ebuild:
Replaced NEED_PYTHON with PYTHON_DEPEND because its now deprecated
26 Mar 2010; François Bissey <f.r.bissey@massey.ac.nz> cvxopt-0.9.ebuild,
cvxopt-1.1.2.ebuild:
keywording ~ppc
*cvxopt-0.9 (12 Mar 2010)
12 Mar 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
+cvxopt-0.9.ebuild:
Version bump: Old version (Needed for Sage)
*cvxopt-1.1.2 (30 Dec 2009)
30 Dec 2009; Christopher Schwan <cschwan@students.uni-mainz.de>
+cvxopt-1.1.2.ebuild, +metadata.xml:
Initial import. Ebuild taken from sunrise overlay and updated to 1.1.2
|