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
|
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.19 2011/07/09 10:26:04 graaff Exp $
09 Jul 2011; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3-r1.ebuild,
-ffi-1.0.7.ebuild:
Remove old versions.
08 Jun 2011; Hans de Graaff <graaff@gentoo.org> ffi-1.0.9.ebuild:
Fix github source directory for EAPI=4, closing bug 370547.
*ffi-1.0.9 (05 Jun 2011)
05 Jun 2011; Hans de Graaff <graaff@gentoo.org> +ffi-1.0.9.ebuild:
Version bump. Depend on virtual/ruby-threads to ensure that the ruby
interpreter has threading. Add back ree18.
*ffi-1.0.7 (02 May 2011)
02 May 2011; Hans de Graaff <graaff@gentoo.org> +ffi-1.0.7.ebuild:
Version bump.
28 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
Marked ~x64-solaris
11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3.ebuild:
Remove old version.
03 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
Added Prefix keywords
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.
|