summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-19 08:14:16 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-19 08:14:16 +0000
commit443e24d92764fe2c5309fa24bdda74203e225102 (patch)
tree6bf4250c78afda90a48a959e926ecbe9fbe2082b /dev-ruby/will_paginate
parentFix parsing bug in libxt_conntrack.c, bug 383331 thank Bill Kenworthy for rep... (diff)
downloadgentoo-2-443e24d92764fe2c5309fa24bdda74203e225102.tar.gz
gentoo-2-443e24d92764fe2c5309fa24bdda74203e225102.tar.bz2
gentoo-2-443e24d92764fe2c5309fa24bdda74203e225102.zip
Version bump.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog7
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.0.1.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 27f720d6403e..35c18f64bdd2 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/will_paginate
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.12 2011/02/20 13:15:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.13 2011/09/19 08:14:16 graaff Exp $
+
+*will_paginate-3.0.1 (19 Sep 2011)
+
+ 19 Sep 2011; Hans de Graaff <graaff@gentoo.org> +will_paginate-3.0.1.ebuild:
+ Version bump.
20 Feb 2011; Hans de Graaff <graaff@gentoo.org>
will_paginate-2.3.15.ebuild:
diff --git a/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild
new file mode 100644
index 000000000000..52b26cddb486
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild,v 1.1 2011/09/19 08:14:16 graaff Exp $
+
+EAPI=2
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby "
+HOMEPAGE="http://github.com/mislav/will_paginate/"
+
+LICENSE="as-is"
+SLOT="3"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+IUSE=""
+
+ruby_add_bdepend "
+ test? (
+ dev-ruby/rspec:2
+ dev-ruby/rails:3.0
+ )"