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
110
111
112
113
114
115
116
117
|
# ChangeLog for dev-python/graph-tool
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.26 2015/03/08 23:49:29 pacho Exp $
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> graph-tool-2.2.36-r1.ebuild:
x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> graph-tool-2.2.36-r1.ebuild:
amd64 stable, bug 540290
31 Jan 2015; Tim Harder <radhermit@gentoo.org> graph-tool-9999.ebuild:
Switch back to official upstream git repo (bug #538212).
21 Jan 2015; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.36-r1.ebuild,
graph-tool-9999.ebuild:
Use has_version instead of built_with_use.
*graph-tool-2.2.36-r1 (21 Jan 2015)
21 Jan 2015; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.36-r1.ebuild,
graph-tool-9999.ebuild:
Link against the right version of the boost python library (bug #536734 by
Justin Keogh).
17 Jan 2015; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.36.ebuild,
graph-tool-9999.ebuild:
Run eautoreconf and update git repo for live ebuild (bugs #536810 and
536826).
*graph-tool-2.2.36 (14 Jan 2015)
14 Jan 2015; Ian Delaney <idella4@gentoo.org> +graph-tool-2.2.36.ebuild,
-graph-tool-2.2.31.ebuild, -graph-tool-2.2.35.ebuild, graph-tool-9999.ebuild:
bump; clean old impl, rm old
14 Oct 2014; Ian Delaney <idella4@gentoo.org> graph-tool-2.2.35.ebuild,
graph-tool-9999.ebuild:
reset border version of dev-libs/boost, fixes Bug #524524
09 Oct 2014; Tim Harder <radhermit@gentoo.org> graph-tool-9999.ebuild:
Add python-3.4 support.
09 Oct 2014; Tim Harder <radhermit@gentoo.org> -graph-tool-2.2.28.ebuild,
-graph-tool-2.2.29.ebuild, -graph-tool-2.2.29.1.ebuild:
Remove old.
*graph-tool-2.2.35 (04 Oct 2014)
04 Oct 2014; Ian Delaney <idella4@gentoo.org> +graph-tool-2.2.35.ebuild:
bump; add py3.4
*graph-tool-2.2.31 (01 Apr 2014)
01 Apr 2014; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.31.ebuild:
Version bump.
*graph-tool-2.2.29.1 (11 Feb 2014)
11 Feb 2014; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.29.1.ebuild:
Version bump.
06 Feb 2014; Tim Harder <radhermit@gentoo.org> -graph-tool-2.2.21.ebuild,
-graph-tool-2.2.22.ebuild, -graph-tool-2.2.23.ebuild,
-graph-tool-2.2.24.ebuild:
Remove old.
*graph-tool-2.2.29 (05 Feb 2014)
05 Feb 2014; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.29.ebuild:
Version bump.
*graph-tool-2.2.28 (05 Feb 2014)
05 Feb 2014; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.28.ebuild,
graph-tool-9999.ebuild:
Version bump.
*graph-tool-2.2.24 (04 Jun 2013)
04 Jun 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.24.ebuild,
graph-tool-9999.ebuild:
Version bump.
*graph-tool-2.2.23 (23 Mar 2013)
23 Mar 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.23.ebuild:
Version bump.
*graph-tool-2.2.22 (02 Mar 2013)
02 Mar 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.22.ebuild:
Version bump.
10 Feb 2013; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.21.ebuild,
graph-tool-9999.ebuild:
Add more PYTHON_USEDEP coverage on recently converted deps and drop python3
support until sci herd reinstates it for scipy (fixes bug #456188).
31 Jan 2013; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.21.ebuild,
graph-tool-9999.ebuild:
Add check for sufficient disk space (bug #453544).
31 Jan 2013; Tim Harder <radhermit@gentoo.org> -graph-tool-2.2.19.ebuild:
Remove old.
*graph-tool-2.2.21 (10 Jan 2013)
10 Jan 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.21.ebuild,
graph-tool-9999.ebuild:
Version bump.
*graph-tool-9999 (04 Jan 2013)
*graph-tool-2.2.19 (04 Jan 2013)
04 Jan 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.19.ebuild,
+graph-tool-9999.ebuild, +metadata.xml:
Initial import, ebuild by me.
|