blob: c469aab9d09e589eb5ac442a01580ab7b19e0c7b (
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
|
# ChangeLog for dev-ruby/will_paginate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.6 2010/07/11 20:29:41 graaff Exp $
11 Jul 2010; Hans de Graaff <graaff@gentoo.org>
-will_paginate-2.3.11-r1.ebuild, -will_paginate-2.3.12.ebuild:
Remove old versions.
*will_paginate-2.3.14 (27 May 2010)
27 May 2010; Hans de Graaff <graaff@gentoo.org>
+will_paginate-2.3.14.ebuild:
Better compatibility with Rails 2.3.8. Remove specific rack dependency
since tests now work fine with rack 1.1.x.
19 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.12.ebuild:
Add test dependency over rack-1.0 series or tests will fail if 1.1 is
found.
*will_paginate-2.3.12 (19 Jan 2010)
19 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.11-r1.ebuild, +will_paginate-2.3.12.ebuild:
Version bump, remove jruby support for now. Execute tests for the new
release.
15 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.11-r1.ebuild:
Examples are no longer part of the packaging.
*will_paginate-2.3.11-r1 (15 Dec 2009)
15 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+will_paginate-2.3.11-r1.ebuild, +metadata.xml:
Move mislav-will_paginate to will_paginate to follow upstream. Also move
to ruby-fakegem this time. Restricting tests for now till a fix can be
devised.
24 Aug 2009; Hans de Graaff <graaff@gentoo.org>
-mislav-will_paginate-2.3.7.ebuild:
Remove old version.
*mislav-will_paginate-2.3.11 (08 Jun 2009)
08 Jun 2009; Hans de Graaff <graaff@gentoo.org>
-mislav-will_paginate-2.3.9.ebuild, +mislav-will_paginate-2.3.11.ebuild:
Version bump. Fixes incompatibility introduced in 2.3.9, which is removed.
*mislav-will_paginate-2.3.9 (26 May 2009)
26 May 2009; Hans de Graaff <graaff@gentoo.org>
mislav-will_paginate-2.3.7.ebuild, +mislav-will_paginate-2.3.9.ebuild:
dev-ruby/mocha is needed when running the tests.
Bump version for improved Rails 2.3.2 compatibility. This makes the test
suite pass when Rails 2.3.2 is installed.
20 May 2009; Hans de Graaff <graaff@gentoo.org> Manifest:
Redigest zip file now that github has fixed zip downloading.
20 May 2009; Hans de Graaff <graaff@gentoo.org>
mislav-will_paginate-2.3.7.ebuild:
Add ~x86 keyword.
*mislav-will_paginate-2.3.7 (17 Apr 2009)
17 Apr 2009; Diego E. Pettenò <flameeyes@gentoo.org> +metadata.xml,
+mislav-will_paginate-2.3.7.ebuild:
Initial import of mislav-will_paginate (new name of will_paginate).
Loosely based on Wim Muskee work on bug #256077. Uses the github-produced
tarball (renamed), has proper dependencies and an src_test function and
installs a fake gemspec file.
|