# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.8.ebuild,v 1.1 2012/04/03 05:52:43 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ree18" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc Todo.txt" RUBY_FAKEGEM_EXTRAINSTALL="app_generators generators rubygems_generators script test_unit_generators" inherit ruby-fakegem DESCRIPTION="A framework to allow Ruby applications to generate file/folder stubs." HOMEPAGE="https://github.com/drnic/rubigen" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" # The presence of a self-dependency is needed as per bug #320781; # since this is a bad situation, don't close the bug, but try working # it around. ruby_add_bdepend "test? ( >=dev-ruby/mocha-0.9.8 >=dev-ruby/shoulda-2.10.3 >=dev-util/cucumber-0.6.2 =${CATEGORY}/${PF} )" ruby_add_rdepend ">=dev-ruby/activesupport-2.3