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: Sun, 27 May 2012 18:02:38
Message-Id: 1338141741.d7065b53aa0c22715868f53f0167488ea43163d9.michelboaventura@gentoo
1 commit: d7065b53aa0c22715868f53f0167488ea43163d9
2 Author: Michel Boaventura <michel <AT> michelboaventura <DOT> com>
3 AuthorDate: Sun May 27 18:02:21 2012 +0000
4 Commit: Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
5 CommitDate: Sun May 27 18:02:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=d7065b53
7
8 Bump will_paginate to 3.0.3
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 | 10 +++++++
14 dev-ruby/will_paginate/metadata.xml | 6 ++++
15 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild | 28 +++++++++++++++++++++
16 3 files changed, 44 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
19 new file mode 100644
20 index 0000000..4c8d673
21 --- /dev/null
22 +++ b/dev-ruby/will_paginate/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-ruby/dm-core
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*will_paginate-3.0.3 (27 May 2012)
29 +
30 + 27 May 2012; Michel Boaventura <michel.boaventura@×××××.com> +ChangeLog,
31 + +Manifest, +metadata.xml, +will_paginate-3.0.3.ebuild:
32 + Bump version to 3.0.3, remove rails dependency, since will_paginate doesn't
33 + need rails to work and add ruby-sqlite3 test dependency.
34
35 diff --git a/dev-ruby/will_paginate/metadata.xml b/dev-ruby/will_paginate/metadata.xml
36 new file mode 100644
37 index 0000000..8ff28fd
38 --- /dev/null
39 +++ b/dev-ruby/will_paginate/metadata.xml
40 @@ -0,0 +1,6 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <herd>ruby</herd>
45 +</pkgmetadata>
46 +
47
48 diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
49 new file mode 100644
50 index 0000000..f54a2b4
51 --- /dev/null
52 +++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
53 @@ -0,0 +1,28 @@
54 +# Copyright 1999-2012 Gentoo Foundation
55 +# Distributed under the terms of the GNU General Public License v2
56 +# $Header: $
57 +
58 +EAPI=2
59 +USE_RUBY="ruby18 ree18 ruby19 jruby"
60 +
61 +RUBY_FAKEGEM_TASK_TEST="spec"
62 +
63 +RUBY_FAKEGEM_TASK_DOC=""
64 +RUBY_FAKEGEM_EXTRADOC="README.md"
65 +
66 +inherit ruby-fakegem
67 +
68 +DESCRIPTION="Most awesome pagination solution for Ruby"
69 +HOMEPAGE="http://github.com/mislav/will_paginate/"
70 +
71 +LICENSE="MIT"
72 +SLOT="3"
73 +KEYWORDS="~amd64"
74 +IUSE=""
75 +
76 +ruby_add_bdepend "
77 + test? (
78 + dev-ruby/rspec:2
79 + dev-ruby/sqlite3
80 + dev-ruby/mocha
81 + )"