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
|
# ChangeLog for dev-python/pyyaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.32 2013/07/22 09:02:20 djc Exp $
22 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
Add python herd.
21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -pyyaml-3.09.ebuild, metadata.xml:
Cleanup due #92799
16 Feb 2013; Michał Górny <mgorny@gentoo.org> pyyaml-3.10-r1.ebuild:
Fix the dependencies, fix installing examples and run tests.
*pyyaml-3.10-r1 (17 Jan 2013)
17 Jan 2013; Patrick McLean <chutzpah@gentoo.org> +pyyaml-3.10-r1.ebuild:
Revision bump, port to distutils-r1
01 Jul 2012; Akinori Hattori <hattya@gentoo.org> pyyaml-3.10.ebuild:
keyword ~ia64.
09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyyaml-3.10.ebuild:
x86 stable wrt bug #400337
08 Mar 2012; Brent Baude <ranger@gentoo.org> pyyaml-3.10.ebuild:
Marking pyyaml-3.10 ppc64 for bug 400337
06 Mar 2012; Brent Baude <ranger@gentoo.org> pyyaml-3.10.ebuild:
Marking pyyaml-3.10 ppc for bug 400337
24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pyyaml-3.10.ebuild:
Stable for amd64, wrt bug #400337
*pyyaml-3.10 (10 Jul 2011)
10 Jul 2011; Stefan Briesenick <sbriesen@gentoo.org> +pyyaml-3.10.ebuild:
version bump. new version supports python 3.2. solving bug #318925.
30 Sep 2010; Fabian Groffen <grobian@gentoo.org> pyyaml-3.09.ebuild:
Marked ~ppc-macos, ~x86-solaris
14 Sep 2010; Jonathan Callen <abcd@gentoo.org> pyyaml-3.09.ebuild:
Add ~amd64-linux ~x64-macos for bug 337200
06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> pyyaml-3.09.ebuild:
ppc64 stable wrt #287629
30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyyaml-3.09.ebuild:
Don't use NEED_PYTHON.
24 Oct 2009; nixnut <nixnut@gentoo.org> pyyaml-3.09.ebuild:
ppc stable #287629
15 Oct 2009; Markus Meier <maekke@gentoo.org> pyyaml-3.09.ebuild:
amd64/x86 stable, bug #287629
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pyyaml-3.09.ebuild:
Merge from Prefix
05 Sep 2009; Brent Baude <ranger@gentoo.org> pyyaml-3.08.ebuild:
Marking pyyaml-3.08 ppc64 for bug 277972
05 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyyaml-3.09.ebuild:
Fix automagic dependency on dev-libs/libyaml (bug #278004).
05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyyaml-3.05.ebuild:
Really remove 3.05 now
*pyyaml-3.09 (04 Sep 2009)
04 Sep 2009; Patrick Lauer <patrick@gentoo.org> +pyyaml-3.09.ebuild:
Bump to 3.09, remove 3.05
*pyyaml-3.08-r1 (29 Aug 2009)
29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+pyyaml-3.08-r1.ebuild:
Set SUPPORT_PYTHON_ABIS.
09 Aug 2009; nixnut <nixnut@gentoo.org> pyyaml-3.08.ebuild:
ppc stable #277972
16 Jul 2009; Thomas Anderson <gentoofan23@gentoo.org> pyyaml-3.08.ebuild:
stable amd64, bug 277972
15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> pyyaml-3.08.ebuild:
stable x86, bug 277861
14 May 2009; <solar@gentoo.org> pyyaml-3.08.ebuild:
- keyword ~arm
17 Feb 2009; Patrick Lauer <patrick@gentoo.org> pyyaml-3.08.ebuild:
Patch no longer needed, fixes #259374
*pyyaml-3.08 (15 Feb 2009)
15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +pyyaml-3.08.ebuild:
Bump to 3.08
06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
16 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org> pyyaml-3.05.ebuild:
added NEED_PYTHON
16 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org>
+files/pyyaml-3.05-libyaml.diff, pyyaml-3.05.ebuild:
some cleanups
*pyyaml-3.05 (05 Oct 2007)
05 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml,
+pyyaml-3.05.ebuild:
initial commit.
|