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
|
# ChangeLog for dev-python/vo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.8 2011/08/08 18:35:34 hwoarang Exp $
08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> vo-0.7.ebuild:
Fix dependencies. Avoid breaking strict-aliasing rules. Simplify src_test().
Patch by Arfrever.
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> vo-0.7.ebuild:
added tests
*vo-0.7 (02 Aug 2011)
02 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> +vo-0.7.ebuild:
Version bump. Re-introduced tests
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
vo-0.6.ebuild:
Fix dependencies. Avoid breaking strict-aliasing rules.
02 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org> +vo-0.6.ebuild,
+files/vo-0.6-expat.patch, +metadata.xml:
Initial import to the main tree
17 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> vo-0.5.ebuild,
vo-0.6.ebuild:
Update HOMEPAGE
*vo-0.6 (21 Jul 2010)
21 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> +vo-0.6.ebuild,
+files/vo-0.6-expat.patch:
Version bump
26 Jun 2010; Justin Lecher <jlec@gentoo.org> vo-0.5.ebuild:
Python ABI fixes
28 Apr 2010; Kacper Kowalik <xarthisius.kk@gmail.com> vo-0.5.ebuild,
+files/vo-0.5-assertion_fix.patch, +files/vo-0.5-skiptests.patch:
Skipping failing tests, fixing assertion.
28 Apr 2010; Kacper Kowalik <xarthisius.kk@gmail.com> -files/vo-0.3.1-docs.patch,
vo-0.5.ebuild, +files/vo-0.5-docs.patch, +files/vo-0.5-expat.patch:
Removing doc USE flags, since they're no longer building, adding missing
test dependencies, using new style for Python.
*vo-0.5 (12 Feb 2010)
12 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> -vo-0.4.ebuild,
+vo-0.5.ebuild:
Bump
*vo-0.4 (08 Oct 2009)
08 Oct 2009; Sébastien Fabbro <bicatali@gentoo.org> -vo-0.3.1.ebuild,
+vo-0.4.ebuild:
Version bump
*vo-0.3.1 (21 Jul 2009)
21 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org> +vo-0.3.1.ebuild,
+files/vo-0.3.1-docs.patch, +metadata.xml:
Initial import
|