summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-12-16 02:38:33 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-12-16 02:38:33 +0000
commit0c46e17252fe4da819e8ed0b2db549a7de84d5f9 (patch)
tree1c2d6cf2d1e0d629087f679f76d3e374abdbce8b /dev-ruby/will_paginate
parentRemove unneeded useflags from metadata.xml (diff)
downloadgentoo-2-0c46e17252fe4da819e8ed0b2db549a7de84d5f9.tar.gz
gentoo-2-0c46e17252fe4da819e8ed0b2db549a7de84d5f9.tar.bz2
gentoo-2-0c46e17252fe4da819e8ed0b2db549a7de84d5f9.zip
Drop old version broken by rails-2.3 package.masking
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog5
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.15.ebuild35
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."
-}