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
|
# ChangeLog for dev-python/yolk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.23 2015/06/04 10:12:31 jlec Exp $
04 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add pypi to remote-id in metadata.xml
08 Apr 2015; Michał Górny <mgorny@gentoo.org> yolk-0.4.3-r1.ebuild:
Drop old Python implementations
09 Mar 2015; Pacho Ramos <pacho@gentoo.org> yolk-0.4.3-r1.ebuild:
x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> yolk-0.4.3-r1.ebuild:
amd64 stable, bug 540290
31 Mar 2014; Michał Górny <mgorny@gentoo.org> yolk-0.4.3-r1.ebuild:
Add support for the new PyPy slotting.
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -yolk-0.4.1-r1.ebuild,
-yolk-0.4.3.ebuild:
Remove old
05 Sep 2013; Michał Górny <mgorny@gentoo.org> yolk-0.4.3-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*yolk-0.4.3-r1 (15 Mar 2013)
15 Mar 2013; Ian Delaney <idella4@gentoo.org> +yolk-0.4.3-r1.ebuild:
revbump
13 Mar 2012; Mike Gilbert <floppym@gentoo.org> yolk-0.4.3.ebuild:
Use EAPI=4. Don't inherit unused eclass. Fix dependencies. Patch by Arfrever.
*yolk-0.4.3 (09 Mar 2012)
09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +yolk-0.4.3.ebuild:
Bump for 405605
20 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> -yolk-0.4.1.ebuild:
Removed older version
*yolk-0.4.1-r1 (20 Jul 2011)
20 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> +yolk-0.4.1-r1.ebuild,
+files/yolk-0.4.1_entry_map.patch:
Added patch to fix bug #335335 --entry-map crashes.
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #28480
30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
yolk-0.4.1.ebuild:
Set SUPPORT_PYTHON_ABIS.
24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -yolk-0.3.0.ebuild:
Remove old
*yolk-0.4.1 (15 Feb 2009)
15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +yolk-0.4.1.ebuild:
Bump to 0.4.1
*yolk-0.3.0 (17 Jul 2007)
17 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> -yolk-0.2.0.ebuild,
+yolk-0.3.0.ebuild:
Version bump. Removed obsolete version.
*yolk-0.2.0 (07 Jul 2007)
07 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> -yolk-0.1.0.ebuild,
+yolk-0.2.0.ebuild:
Version bump, dropped obsolete version.
23 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> yolk-0.1.0.ebuild:
Fixed deps, moved NEED_PYTHON before inherit.
02 Jun 2007; Christoph Mende <angelos@gentoo.org> yolk-0.1.0.ebuild:
Added ~amd64 wrt bug 179059
*yolk-0.1.0 (18 May 2007)
18 May 2007; Rob Cakebread <pythonhead@gentoo.org>
-files/yolk-0.0.7-bad-egg.patch, -yolk-0.0.7-r1.ebuild,
+yolk-0.1.0.ebuild:
Version bump, removed old version.
*yolk-0.0.7-r1 (23 Apr 2007)
23 Apr 2007; Rob Cakebread <pythonhead@gentoo.org>
+files/yolk-0.0.7-bad-egg.patch, +yolk-0.0.7-r1.ebuild:
Patch to skip corrupt eggs. Removed previous version.
*yolk-0.0.7 (23 Apr 2007)
23 Apr 2007; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml,
+yolk-0.0.7.ebuild:
Initial commit.
|