summaryrefslogtreecommitdiff
blob: a34f432e8ed13d4013211fb88b10f8f884d4121c (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# ChangeLog for dev-libs/yajl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.48 2015/02/28 14:03:01 ago Exp $

  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for ia64, wrt bug #526062

  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for alpha, wrt bug #526062

  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for sparc, wrt bug #526062

  01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for ppc64, wrt bug #526062

  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for ppc, wrt bug #526062

  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for x86, wrt bug #526062

  27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for amd64, wrt bug #526062

  23 Dec 2014; Markus Meier <maekke@gentoo.org> yajl-2.0.4-r3.ebuild:
  arm stable, bug #526062

  09 Dec 2014; Jeroen Roovers <jer@gentoo.org> yajl-2.0.4-r3.ebuild:
  Stable for HPPA (bug #526062).

*yajl-1.0.11-r1 (22 Jun 2014)

  22 Jun 2014; Michał Górny <mgorny@gentoo.org> +yajl-1.0.11-r1.ebuild:
  Enable multilib support on yajl-1, needed by app-admin/elektra.

*yajl-2.0.4-r3 (16 Jun 2014)

  16 Jun 2014; Julian Ospald <hasufell@gentoo.org> +yajl-2.0.4-r3.ebuild,
  +files/yajl-2.0.4-pkgconfig_multilib.patch:
  fix .pc install destination wrt #480598

  26 Jun 2013; Michael Weber <xmw@gentoo.org>
  -files/yajl-2.0.4-remove_static_lib.patch, yajl-2.0.4-r2.ebuild:
  fix USE=-static-libs (patch did not work, just remove .a after build/install,
  bug 474814 by patrick), fix src_test.

*yajl-2.0.4-r2 (23 Jun 2013)

  23 Jun 2013; Michael Weber <xmw@gentoo.org>
  +files/yajl-2.0.4-remove_static_lib.patch, +yajl-2.0.4-r2.ebuild,
  -yajl-1.0.11-r1.ebuild, -yajl-2.0.2.ebuild, -yajl-2.0.4.ebuild:
  Revbump, USE=static-libs (bug 447376, thanks ago), fix multilib test (bug
  467808, thanks Alphat-PC). Drop old.

*yajl-2.0.4-r1 (25 Apr 2013)

  25 Apr 2013; Michael Weber <xmw@gentoo.org> +yajl-2.0.4-r1.ebuild,
  metadata.xml:
  revbump to cmake-multilib, add myself as maint (bug 466820)

  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.3.ebuild:
  Stable for sparc, wrt bug #464112

  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.3.ebuild:
  Stable for ia64, wrt bug #464112

  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.3.ebuild:
  Stable for alpha, wrt bug #464112

  06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4.ebuild:
  Add ~sparc, wrt bug #449220

  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4.ebuild:
  Add ~alpha, wrt bug #449220

  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.4.ebuild:
  Add ~ia64, wrt bug #449220

  29 May 2012; Brent Baude <ranger@gentoo.org> yajl-2.0.3.ebuild:
  Marking yajl-2.0.3 ppc64 for bug 402287

  29 May 2012; Michael Weber <xmw@gentoo.org> yajl-2.0.3.ebuild:
  ppc stable (bug 402287)

  18 May 2012; Alexis Ballier <aballier@gentoo.org> yajl-2.0.4.ebuild:
  keyword ~amd64-fbsd

  12 May 2012; Markus Meier <maekke@gentoo.org> yajl-2.0.3.ebuild:
  arm stable, bug #402287

  08 May 2012; Jeroen Roovers <jer@gentoo.org> yajl-2.0.3.ebuild:
  Stable for HPPA (bug #402287).

  06 May 2012; Agostino Sarubbo <ago@gentoo.org> yajl-2.0.3.ebuild:
  Stable for amd64, wrt bug #402287

*yajl-2.0.4 (06 May 2012)

  06 May 2012; Hans de Graaff <graaff@gentoo.org> +yajl-2.0.4.ebuild:
  Version bump. Closes bug 414759, thanks to Johan Bergström for reporting.

  05 May 2012; Markus Meier <maekke@gentoo.org> yajl-2.0.3.ebuild:
  x86 stable, bug #402287

  12 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> yajl-2.0.3.ebuild:
  If we build static libraries, we should also install them.

  07 Mar 2012; Naohiro Aota <naota@gentoo.org> yajl-2.0.3.ebuild:
  Add ~x86-fbsd.

  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> yajl-2.0.3.ebuild:
  Add Prefix keywords, bug #396547

*yajl-2.0.3 (25 Dec 2011)

  25 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org> +yajl-2.0.3.ebuild:
  Version bump, thanks to Johan Bergström in bug #394985. Also shorten src_test
  and avoid setting S which is supposedly read-only in phases in EAPI=4 and
  later.

  23 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> yajl-2.0.2.ebuild:
  Make static libs optional

  18 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> yajl-1.0.11.ebuild:
  ppc/ppc64 stable wrt #382641

  17 Oct 2011; Markus Meier <maekke@gentoo.org> yajl-1.0.11.ebuild,
  yajl-2.0.2.ebuild:
  arm stable, bug #382641

  17 Oct 2011; Jeroen Roovers <jer@gentoo.org> yajl-1.0.11.ebuild:
  Stable for HPPA (bug #382641).

  13 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> yajl-2.0.2.ebuild:
  Bump to eapi4.

  07 Jul 2011; Hans de Graaff <graaff@gentoo.org> yajl-2.0.2.ebuild:
  Move back into the normal slot since this package is not designed for
  parallel installation.

*yajl-2.0.2 (07 Jul 2011)

  07 Jul 2011; Hans de Graaff <graaff@gentoo.org> +yajl-2.0.2.ebuild:
  Version bump as reported by Johan Bergström in bug 373929. Added new slot
  since this version is not fully backward compatible.

*yajl-1.0.11-r1 (11 Feb 2011)

  11 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> yajl-1.0.11.ebuild,
  +yajl-1.0.11-r1.ebuild, +files/yajl-fix_static_linking.patch:
  Fix static linking and tests per Diego's request.

  03 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> yajl-1.0.11.ebuild:
  Added ~ppc/~ppc64 wrt #341149

  23 Jan 2011; Thomas Kahle <tomka@gentoo.org> yajl-1.0.11.ebuild:
  x86 stable per bug 352279

  22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> yajl-1.0.11.ebuild:
  Stable on amd64 wrt bug #352279

  27 Oct 2010; Markus Meier <maekke@gentoo.org> yajl-1.0.11.ebuild:
  add ~arm, bug #341149

  20 Oct 2010; Jeroen Roovers <jer@gentoo.org> yajl-1.0.11.ebuild:
  Marked ~hppa (bug #341149).

*yajl-1.0.11 (15 Oct 2010)

  15 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> +yajl-1.0.11.ebuild:
  Version bump.

*yajl-1.0.9-r1 (23 May 2010)

  23 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +yajl-1.0.9-r1.ebuild, +files/yajl-fix_cmakelists.patch,
  +files/yajl-fix_tests.patch, +metadata.xml:
  Initial import in main tree of yajl, needed for yajl-ruby which is in turn
  optionally used by the new Rails. Assigned to ruby herd for now. Thanks to
  the Sunrise people for the ebuild.

  04 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> yajl-1.0.9.ebuild,
  +files/yajl-fix_cmakelists.patch, +files/yajl-fix_tests.patch:
  Fixup yajl cmakelist files.

  26 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com> +yajl-9999.ebuild:
  Add live ebuild. Thx chithead

*yajl-1.0.9 (18 Mar 2010)

  18 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com>
  +yajl-1.0.9.ebuild, +metadata.xml:
  initial commit of yajl , thanks to scarabeus and Tommy[D]