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
|
# ChangeLog for dev-ruby/multi_json
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.16 2012/04/09 12:37:10 graaff Exp $
09 Apr 2012; Hans de Graaff <graaff@gentoo.org> -multi_json-0.0.4.ebuild,
-multi_json-1.0.2.ebuild, -multi_json-1.0.3.ebuild:
Remove old versions.
11 Mar 2012; Brent Baude <ranger@gentoo.org> multi_json-1.0.4.ebuild:
Marking multi_json-1.0.4 ~ppc64 for bug 396043
07 Mar 2012; Naohiro Aota <naota@gentoo.org> multi_json-1.0.4.ebuild:
Add ~x86-fbsd.
06 Feb 2012; Brent Baude <ranger@gentoo.org> multi_json-1.0.4.ebuild:
Marking multi_json-1.0.4 ~ppc for bug 396043
19 Jan 2012; Jeroen Roovers <jer@gentoo.org> multi_json-1.0.4.ebuild:
Marked ~hppa (bug #396043).
08 Jan 2012; Fabian Groffen <grobian@gentoo.org> multi_json-1.0.4.ebuild:
Added Prefix keywords
27 Dec 2011; Hans de Graaff <graaff@gentoo.org> multi_json-1.0.4.ebuild:
Also require rspec:2 with USE=doc since it is required for the Rakefile.
26 Dec 2011; Fabian Groffen <grobian@gentoo.org> multi_json-1.0.4.ebuild:
Add Prefix keywords, bug #396043
*multi_json-1.0.4 (01 Dec 2011)
01 Dec 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.4.ebuild:
Version bump.
05 Nov 2011; Hans de Graaff <graaff@gentoo.org> multi_json-1.0.3.ebuild:
dev-ruby/yajl-ruby is mandatory when testing for all targets except jruby.
*multi_json-1.0.3 (19 Jul 2011)
19 Jul 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.3.ebuild,
+files/multi_json-1.0.3-gentoo.patch:
Version bump.
*multi_json-1.0.2 (24 May 2011)
24 May 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.2.ebuild:
Version bump.
02 Oct 2010; Hans de Graaff <graaff@gentoo.org> multi_json-0.0.4.ebuild:
Remove bundler code because it requires all optional dependencies to be
installed. Fix RSpec dependency.
*multi_json-0.0.4 (19 Jun 2010)
19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-multi_json-0.0.3-r1.ebuild, -files/multi_json-0.0.3-gentoo.patch,
+multi_json-0.0.4.ebuild, +files/multi_json-0.0.4-gentoo.patch:
Version bump, reduce patching to our tests' hacks.
*multi_json-0.0.3-r1 (19 Jun 2010)
19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-multi_json-0.0.3.ebuild, +multi_json-0.0.3-r1.ebuild,
files/multi_json-0.0.3-gentoo.patch:
Fix issue #1 from upstream, json engine failed to work as itnended.
*multi_json-0.0.3 (19 Jun 2010)
19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+multi_json-0.0.3.ebuild, +files/multi_json-0.0.3-gentoo.patch,
+metadata.xml:
Initial import of multi_json needed for the new version of oauth2. The
tests are particularly patched (and not all of it is upstreamed yet) so
that they pass on Ruby 1.9 and JRuby properly.
|