blob: afd1e41735c8a5c010871cc699563ba0f6002cdb (
plain)
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
|
# ChangeLog for dev-libs/libffi
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.26 2005/03/14 17:26:44 jnc Exp $
*libffi-3.3.5 (14 Mar 2005)
14 Mar 2005; Eric Shattow <jnc@gentoo.org> +libffi-3.3.5.ebuild:
Version Bump (interim, closes #80281).
12 Mar 2005; Eric Shattow <jnc@gentoo.org> libffi-3.3.4.ebuild:
quasi-stable on x86 (fixes broken dependency tracking in stable arch)
05 Mar 2005; Markus Rothe <corsair@gentoo.org> libffi-3.4.3.ebuild:
Added ~ppc64 to KEYWORDS and don't use multilib on ppc64; bug #72258
*libffi-3.4.3 (03 Dec 2004)
03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> +libffi-3.4.3.ebuild:
Version bump to match gcc-3.4.3; hopefully this will be the last libffi of
this type/in this series that I make - >=gcc-3.4.3-r1 should support libffi
with gcj and objc now
23 Nov 2004; Tom Gall <tgall@gentoo.org>
libffi-3.4.1-r1.ebuild:
added ~ppc64
23 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
libffi-3.4.1.ebuild:
Stable amd64... bug #68857.
31 Oct 2004; <kloeri@gentoo.org> libffi-3.3.3-r1.ebuild:
~alpha keyword.
24 Oct 2004; Jason Wever <weeve@gentoo.org> libffi-3.3.4.ebuild:
Added ~sparc keyword wrt bug #68729.
24 Oct 2004; Armando Di Cianno <fafhrd@gentoo.org> libffi-3.3.3-r1.ebuild,
libffi-3.3.4.ebuild:
Making gcc depends more explicit; libffi really needs to be installed
alongside gcc on of these days...
09 Oct 2004; David Holm <dholm@gentoo.org> libffi-3.4.1-r1.ebuild:
Added to ~ppc.
*libffi-3.3.4 (25 Sep 2004)
25 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +libffi-3.3.4.ebuild:
New version to complement gcc-3.3.4.
*libffi-3.3.3-r1 (22 Sep 2004)
22 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org>
+files/libffi-soversion.dpatch, +files/libffi-without-libgcj.dpatch,
+libffi-3.3.3-r1.ebuild, +libffi-3.4.1-r1.ebuild:
Updated,new 3.3.3-r1 and 3.4.1-r1 for ~x86; 3.4.1-r1 now applies patches that
allow building without turning on libgcj as well.
*libffi-3.3.3 (27 Aug 2004)
27 Aug 2004; Armando Di Cianno <fafhrd@gentoo.org> +libffi-3.3.3.ebuild,
libffi-3.4.1.ebuild:
Added specific as-is type license for libffi; added libffi-3.3.3 for x86; set
HOMEPAGE to more proper url.
27 Aug 2004; Armando Di Cianno <fafhrd@gentoo.org> libffi-3.4.1.ebuild:
Added email address next to comment I had previously made in file.
14 Aug 2004; Sven Wegener <swegener@gentoo.org> libffi-3.4.1.ebuild:
Fixed CVS Header.
*libffi-3.4.1 (17 Jul 2004)
17 Jul 2004; Travis Tilley <lv@gentoo.org> +libffi-3.4.1.ebuild:
added an ebuild for the libffi 2.0 beta from the gcc 3.4.1 tarball. keyworded
~amd64
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> libffi-1.20.ebuild:
virtual/glibc -> virtual/libc
18 Mar 2004; David Holm <dholm@gentoo.org> libffi-1.20.ebuild:
Added to ~ppc.
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> libffi-1.20.ebuild:
Don't assign default to S; header fix
*libffi-1.20 (13 Feb 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*libffi-0.20 ( 10 Feb 2002 )
10 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog files/digest-libffi-0.20 libffi-0.20:
The libffi library provides a portable, high level programming interface to
various calling conventions. This allows a programmer to call any function
specified by a call interface description at run-time.
Ffi stands for Foreign Function Interface. A foreign function interface is
the popular name for the interface that allows code written in one language
to call code written in another language. The libffi library really only
provides the lowest, machine dependent layer of a fully featured foreign
function interface. A layer must exist above libffi that handles type
conversions for values passed between the two languages.
|