diff options
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r-- | dev-ruby/will_paginate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-2.3.15.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog index 79eb94cab675..5fb82487b083 100644 --- a/dev-ruby/will_paginate/ChangeLog +++ b/dev-ruby/will_paginate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/will_paginate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.21 2013/09/22 16:54:57 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.22 2013/12/16 02:38:33 patrick Exp $ + + 16 Dec 2013; Patrick Lauer <patrick@gentoo.org> -will_paginate-2.3.15.ebuild: + Drop old version broken by rails-2.3 package.masking *will_paginate-3.0.5 (22 Sep 2013) diff --git a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild deleted file mode 100644 index bdf2e95c691c..000000000000 --- a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 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.15.ebuild,v 1.5 2012/12/02 14:05:20 graaff 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="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha - dev-ruby/rack - dev-ruby/rails:2.3 - virtual/ruby-test-unit - !dev-ruby/test-unit:2 - )" -ruby_add_rdepend 'dev-ruby/activesupport:2.3' - -each_ruby_test() { - # Only works with 2.3.x, so guard against rails 3 being installed - # already. - RAILS_VERSION="~>2.3.5" rake test || die "Tests failed." -} |