Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
Date: Sat, 16 Jun 2012 03:46:22
Message-Id: 1339818360.07fd527183a9085818cfac52ca3a369c0e3b3995.graaff@gentoo
1 commit: 07fd527183a9085818cfac52ca3a369c0e3b3995
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Jun 16 03:46:00 2012 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 16 03:46:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=07fd5271
7
8 There is no rails:3 slot. Instead depend on any version of rails.
9
10 (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/will_paginate/ChangeLog | 5 ++++-
14 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild | 2 +-
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
18 index a886c26..96e9f0e 100644
19 --- a/dev-ruby/will_paginate/ChangeLog
20 +++ b/dev-ruby/will_paginate/ChangeLog
21 @@ -1,7 +1,10 @@
22 -# ChangeLog for dev-ruby/dm-core
23 +# ChangeLog for dev-ruby/will_paginate
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 16 Jun 2012; Hans de Graaff <graaff@g.o> will_paginate-3.0.3.ebuild:
28 + There is no rails:3 slot. Instead depend on any version of rails.
29 +
30 *will_paginate-3.0.3 (30 May 2012)
31
32 *will_paginate-3.0.3 (27 May 2012)
33
34 diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
35 index 04ad52b..d1a9040 100644
36 --- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
37 +++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
38 @@ -23,6 +23,6 @@ IUSE=""
39 ruby_add_bdepend "
40 test? (
41 dev-ruby/rspec:2
42 - dev-ruby/rails:3
43 + =dev-ruby/rails-3*
44 dev-ruby/mocha
45 )"