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
|
# ChangeLog for media-gfx/fontypython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v 1.18 2013/09/09 04:29:16 floppym Exp $
*fontypython-0.4.4-r1 (09 Sep 2013)
09 Sep 2013; Mike Gilbert <floppym@gentoo.org>
+files/fontypython-pillow.patch, +fontypython-0.4.4-r1.ebuild:
Fix PIL imports for pillow, bug 471524.
*fontypython-0.4.4 (05 Feb 2013)
05 Feb 2013; Ryan Hill <dirtyepic@gentoo.org> +fontypython-0.4.4.ebuild:
Version bump. Drop python 2.5 support.
28 Feb 2012; Patrick Lauer <patrick@gentoo.org> fontypython-0.4.2.3.ebuild:
Restricting pypy
04 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-fontypython-0.4.2.2.ebuild:
Delete.
22 May 2010; Pacho Ramos <pacho@gentoo.org> fontypython-0.4.2.3.ebuild:
stable amd64, bug 299628
26 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
fontypython-0.4.2.3.ebuild:
stable x86, bug 299628
11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> fontypython-0.4.2.3.ebuild:
Support multiple ABIs.
10 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> fontypython-0.4.2.3.ebuild:
Call python_set_active_version.
08 Mar 2010; Jonathan Callen <abcd@gentoo.org> fontypython-0.4.2.2.ebuild,
fontypython-0.4.2.3.ebuild:
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
05 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> fontypython-0.4.2.2.ebuild,
fontypython-0.4.2.3.ebuild:
Cleanup ebuild and drop calls to deprecated python functions.
*fontypython-0.4.2.3 (26 Oct 2009)
26 Oct 2009; Ryan Hill <dirtyepic@gentoo.org> +fontypython-0.4.2.3.ebuild:
Version bump.
*fontypython-0.4.2.2 (03 Oct 2009)
03 Oct 2009; Ryan Hill <dirtyepic@gentoo.org> -fontypython-0.3.6.ebuild,
-fontypython-0.4.1.ebuild, +fontypython-0.4.2.2.ebuild:
Version bump, bug #287447 by Arfrever. Fixes collision with
dev-lang/fpc-ide, bug #286649 by Donald Wallace Rouse II.
*fontypython-0.4.1 (27 Sep 2009)
27 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> +fontypython-0.4.1.ebuild,
metadata.xml:
Version bump.
07 Mar 2009; Markus Meier <maekke@gentoo.org> fontypython-0.3.6.ebuild:
fix dev-python/wxpython dependency by Thomas Pani in bug #260050
*fontypython-0.3.6 (15 Feb 2008)
15 Feb 2008; Samuli Suominen <drac@gentoo.org> -fontypython-0.2.0.ebuild,
-fontypython-0.3.2.ebuild, +fontypython-0.3.6.ebuild:
Version bump.
*fontypython-0.3.2 (06 Jan 2008)
06 Jan 2008; Samuli Suominen <drac@gentoo.org> +fontypython-0.3.2.ebuild:
Version bump.
23 Sep 2007; Samuli Suominen <drac@gentoo.org> fontypython-0.2.0.ebuild:
Add missing wxpython dep.
*fontypython-0.2.0 (15 Sep 2007)
15 Sep 2007; Samuli Suominen <drac@gentoo.org> +fontypython-0.2.0.ebuild:
Initial commit.
|