diff options
Diffstat (limited to 'dev-ruby/will_paginate/will_paginate-2.3.15.ebuild')
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-2.3.15.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild new file mode 100644 index 000000000000..31ef29127a59 --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild @@ -0,0 +1,29 @@ +# 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.15.ebuild,v 1.1 2010/09/19 13:53:54 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="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha + dev-ruby/rack + dev-ruby/activerecord + virtual/ruby-test-unit + !dev-ruby/test-unit:2 + )" +ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4' |