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.12.ebuild
Date: Mon, 19 Apr 2010 22:02:38
Message-Id: 20100419220214.EBC2E2C04B@corvid.gentoo.org
1 flameeyes 10/04/19 22:02:14
2
3 Modified: ChangeLog will_paginate-2.3.12.ebuild
4 Log:
5 Add test dependency over rack-1.0 series or tests will fail if 1.1 is found.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-ruby/will_paginate/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 19 Jan 2010 10:01:10 -0000 1.3
22 +++ ChangeLog 19 Apr 2010 22:02:14 -0000 1.4
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-ruby/will_paginate
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.3 2010/01/19 10:01:10 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.4 2010/04/19 22:02:14 flameeyes Exp $
28 +
29 + 19 Apr 2010; Diego E. Pettenò <flameeyes@g.o>
30 + will_paginate-2.3.12.ebuild:
31 + Add test dependency over rack-1.0 series or tests will fail if 1.1 is
32 + found.
33
34 *will_paginate-2.3.12 (19 Jan 2010)
35
36
37
38
39 1.2 dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild?r1=1.1&r2=1.2
44
45 Index: will_paginate-2.3.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- will_paginate-2.3.12.ebuild 19 Jan 2010 10:01:10 -0000 1.1
52 +++ will_paginate-2.3.12.ebuild 19 Apr 2010 22:02:14 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 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.12.ebuild,v 1.1 2010/01/19 10:01:10 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild,v 1.2 2010/04/19 22:02:14 flameeyes Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18"
61 @@ -18,5 +18,5 @@
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 -ruby_add_bdepend test dev-ruby/mocha
66 +ruby_add_bdepend test "dev-ruby/mocha =dev-ruby/rack-1.0*"
67 ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'