summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-19 10:01:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-19 10:01:10 +0000
commit61e393dc96f5ef79ef577069e8077089f3180e8b (patch)
tree67cbd63c4ed5853153209126193ebc4f671730ea /dev-ruby
parentp.masked deprecated versions of dbxml, xqilla and xerces-c for bug #271134 to... (diff)
downloadgentoo-2-61e393dc96f5ef79ef577069e8077089f3180e8b.tar.gz
gentoo-2-61e393dc96f5ef79ef577069e8077089f3180e8b.tar.bz2
gentoo-2-61e393dc96f5ef79ef577069e8077089f3180e8b.zip
Version bump, remove jruby support for now. Execute tests for the new release.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/will_paginate/ChangeLog11
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild6
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.12.ebuild22
3 files changed, 34 insertions, 5 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 3cf046b7bc47..350bf96b68e3 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/will_paginate
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.2 2009/12/15 19:59:15 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.3 2010/01/19 10:01:10 flameeyes Exp $
+
+*will_paginate-2.3.12 (19 Jan 2010)
+
+ 19 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ will_paginate-2.3.11-r1.ebuild, +will_paginate-2.3.12.ebuild:
+ Version bump, remove jruby support for now. Execute tests for the new
+ release.
15 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
will_paginate-2.3.11-r1.ebuild:
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild
index 568d8a74c652..c81d3184eec6 100644
--- a/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild,v 1.2 2009/12/15 19:59:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild,v 1.3 2010/01/19 10:01:10 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 jruby"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
new file mode 100644
index 000000000000..27f227bf9b2e
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=2
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby "
+HOMEPAGE="http://github.com/mislav/will_paginate/"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend test dev-ruby/mocha
+ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'