Gentoo Archives: gentoo-commits

From: Michel Boaventura <michel.boaventura@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
Date: Thu, 31 May 2012 01:11:55
Message-Id: 1338426702.910800e9031365e83e3f9054e6614dc75a079217.michelboaventura@gentoo
1 commit: 910800e9031365e83e3f9054e6614dc75a079217
2 Author: Michel Boaventura <michel <AT> michelboaventura <DOT> com>
3 AuthorDate: Thu May 31 01:11:42 2012 +0000
4 Commit: Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
5 CommitDate: Thu May 31 01:11:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=910800e9
7
8 Adding rails as dependency to will_paginate
9
10 (Portage version: 2.1.10.63/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
11
12 ---
13 dev-ruby/will_paginate/ChangeLog | 7 +++++++
14 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild | 4 ++--
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
18 index 4c8d673..a886c26 100644
19 --- a/dev-ruby/will_paginate/ChangeLog
20 +++ b/dev-ruby/will_paginate/ChangeLog
21 @@ -2,8 +2,15 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*will_paginate-3.0.3 (30 May 2012)
26 +
27 *will_paginate-3.0.3 (27 May 2012)
28
29 + 30 May 2012; Michel Boaventura <michel.boaventura@×××××.com> +Changelog,
30 + +Manifest, +will_paginate-3.0.3.ebuild:
31 + Putting back rails dependency and removing jruby for now, since some tests
32 + are failing.
33 +
34 27 May 2012; Michel Boaventura <michel.boaventura@×××××.com> +ChangeLog,
35 +Manifest, +metadata.xml, +will_paginate-3.0.3.ebuild:
36 Bump version to 3.0.3, remove rails dependency, since will_paginate doesn't
37
38 diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
39 index f54a2b4..04ad52b 100644
40 --- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
41 +++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
42 @@ -3,7 +3,7 @@
43 # $Header: $
44
45 EAPI=2
46 -USE_RUBY="ruby18 ree18 ruby19 jruby"
47 +USE_RUBY="ruby18 ree18 ruby19"
48
49 RUBY_FAKEGEM_TASK_TEST="spec"
50
51 @@ -23,6 +23,6 @@ IUSE=""
52 ruby_add_bdepend "
53 test? (
54 dev-ruby/rspec:2
55 - dev-ruby/sqlite3
56 + dev-ruby/rails:3
57 dev-ruby/mocha
58 )"