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
|
# ChangeLog for dev-python/cffi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.13 2013/09/05 18:46:00 mgorny Exp $
05 Sep 2013; Michał Górny <mgorny@gentoo.org> cffi-0.6.ebuild,
cffi-0.7.2.ebuild, cffi-0.7.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*cffi-0.7.2 (10 Aug 2013)
10 Aug 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.7.2.ebuild:
Bump
07 Aug 2013; Michał Górny <mgorny@gentoo.org> cffi-0.7.ebuild:
Enable pypy2.0.
*cffi-0.7 (02 Aug 2013)
02 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.7.ebuild,
-cffi-0.2.1.ebuild, -cffi-0.3.ebuild, -cffi-0.5-r1.ebuild, -cffi-0.5.ebuild:
Version bump cffi to 0.7.
09 May 2013; Markus Meier <maekke@gentoo.org> cffi-0.6.ebuild:
add ~arm, bug #462506
08 May 2013; Ian Delaney <idella4@gentoo.org> cffi-0.5-r1.ebuild,
cffi-0.6.ebuild:
tidyup in dep list of 0.5-r1, Add py3 support in 0.6, drop pypy2-0 in both
consequent to cffi bundled in pypy2.0-beta2, fixes Bug 468804
*cffi-0.6 (16 Apr 2013)
16 Apr 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.6.ebuild:
Bump
*cffi-0.5-r1 (20 Mar 2013)
20 Mar 2013; Ian Delaney <idella4@gentoo.org> +cffi-0.5-r1.ebuild:
migration revbump
*cffi-0.5 (08 Feb 2013)
08 Feb 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.5.ebuild:
Version bump cffi to 0.5.
05 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> cffi-0.2.1.ebuild,
cffi-0.3.ebuild:
Use virtual/libffi instead of dev-libs/libffi in case we have to move back to
using libffi from gcc's source tree later.
*cffi-0.3 (10 Oct 2012)
10 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.3.ebuild:
Version bump to 0.3, depend on hgdistver (bug 437768).
09 Aug 2012; Patrick Lauer <patrick@gentoo.org> cffi-0.2.1.ebuild:
Restricting py-2.5 and jython
*cffi-0.2.1 (27 Jul 2012)
27 Jul 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.2.1.ebuild,
+metadata.xml:
Initial version of cffi.
|