Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.15.ebuild
Date: Mon, 26 Sep 2011 11:31:50
Message-Id: 20110926113138.07AF120036@flycatcher.gentoo.org
1 flameeyes 11/09/26 11:31:37
2
3 Modified: ChangeLog will_paginate-2.3.15.ebuild
4 Log:
5 Make sure to depend on slot 2.3 of activesupport to not conflict with rails.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-ruby/will_paginate/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 19 Sep 2011 08:14:16 -0000 1.13
23 +++ ChangeLog 26 Sep 2011 11:31:36 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/will_paginate
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.13 2011/09/19 08:14:16 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.14 2011/09/26 11:31:36 flameeyes Exp $
29 +
30 + 26 Sep 2011; Diego E. Pettenò <flameeyes@g.o>
31 + will_paginate-2.3.15.ebuild:
32 + Make sure to depend on slot 2.3 of activesupport to not conflict with rails.
33
34 *will_paginate-3.0.1 (19 Sep 2011)
35
36
37
38
39 1.4 dev-ruby/will_paginate/will_paginate-2.3.15.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild?r1=1.3&r2=1.4
44
45 Index: will_paginate-2.3.15.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- will_paginate-2.3.15.ebuild 20 Feb 2011 13:15:34 -0000 1.3
52 +++ will_paginate-2.3.15.ebuild 26 Sep 2011 11:31:36 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.3 2011/02/20 13:15:34 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.4 2011/09/26 11:31:36 flameeyes Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18"
61 @@ -26,7 +26,7 @@
62 virtual/ruby-test-unit
63 !dev-ruby/test-unit:2
64 )"
65 -ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'
66 +ruby_add_rdepend 'dev-ruby/activesupport:2.3'
67
68 each_ruby_test() {
69 # Only works with 2.3.x, so guard against rails 3 being installed