blob: a5133ca40044148bbe8f5a07a2336928b8a4daca (
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
|
# ChangeLog for dev-ruby/will_paginate
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.15 2011/09/28 05:46:45 graaff Exp $
*will_paginate-3.0.2 (28 Sep 2011)
28 Sep 2011; Hans de Graaff <graaff@gentoo.org> +will_paginate-3.0.2.ebuild:
Version bump.
26 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.15.ebuild:
Make sure to depend on slot 2.3 of activesupport to not conflict with rails.
*will_paginate-3.0.1 (19 Sep 2011)
19 Sep 2011; Hans de Graaff <graaff@gentoo.org> +will_paginate-3.0.1.ebuild:
Version bump.
20 Feb 2011; Hans de Graaff <graaff@gentoo.org>
will_paginate-2.3.15.ebuild:
Fix tests in the presence of Rails 3.
10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
will_paginate-2.3.15.ebuild:
Keyword ~x86-macos.
10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-will_paginate-2.3.14.ebuild:
Remove old version.
*will_paginate-2.3.15 (19 Sep 2010)
19 Sep 2010; Hans de Graaff <graaff@gentoo.org>
+will_paginate-2.3.15.ebuild:
Version bump: make view helper html safe.
16 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.14.ebuild:
Block test-unit:2 for testing.
01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.14.ebuild:
Add missing dependency over activerecord for testing purposes.
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.
|