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
|
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.12 2010/09/30 01:38:06 ranger Exp $
30 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
Marking ffi-0.6.3-r1 ~ppc64 for bug 330283
28 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
Marking ffi-0.6.3-r1 ~ppc for bug 330283
18 Sep 2010; Raúl Porcel <armin76@gentoo.org> ffi-0.6.3.ebuild,
ffi-0.6.3-r1.ebuild:
Add ~sparc wrt #330283
*ffi-0.6.3-r1 (12 Sep 2010)
12 Sep 2010; Hans de Graaff <graaff@gentoo.org> +ffi-0.6.3-r1.ebuild:
Fix build when dev-ruby/bones is installed. Add ree18.
11 Jul 2010; Hans de Graaff <graaff@gentoo.org> ffi-0.6.3.ebuild:
Add x86 keyword. Thanks to Jochen Schalanda for his report in bug 325473.
01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> ffi-0.6.3.ebuild:
Move to mirrors-only (April 30th had different archives).
30 Apr 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.2.ebuild,
-files/ffi-0.6.2-genRakefile.patch:
Deal with github changing their tarball generation.
*ffi-0.6.3 (30 Apr 2010)
30 Apr 2010; Hans de Graaff <graaff@gentoo.org> +ffi-0.6.3.ebuild:
Version bump.
*ffi-0.6.2 (16 Feb 2010)
16 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> -ffi-0.6.1.ebuild,
+ffi-0.6.2.ebuild, +files/ffi-0.6.2-genRakefile.patch:
Version bump, patch up to actually build types.conf (sent upstream).
*ffi-0.6.1 (15 Feb 2010)
15 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> -ffi-0.6.0.ebuild,
+ffi-0.6.1.ebuild:
Version bump, still using the git tag.
*ffi-0.6.0 (13 Feb 2010)
13 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> -ffi-0.5.4.ebuild,
-files/ffi-0.5.4-rakefile.patch, +ffi-0.6.0.ebuild:
Version bump, fix dependencies, drop patch.
*ffi-0.5.4 (31 Jan 2010)
31 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +ffi-0.5.4.ebuild,
+files/ffi-0.5.4-rakefile.patch, +metadata.xml:
Initial import of ffi gem for Ruby 1.8 and Ruby 1.9. This will be used by
ffi-based extensions, supported by both MRI and JRuby.
|