summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/will_paginate/will_paginate-2.3.12.ebuild')
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.12.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
deleted file mode 100644
index 8619f028d3d4..000000000000
--- a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.2 2010/04/19 22:02:14 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 =dev-ruby/rack-1.0*"
-ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'