# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/needle/needle-1.3.0-r1.ebuild,v 1.5 2012/05/01 18:24:11 armin76 Exp $ EAPI=2 USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" inherit ruby-fakegem DESCRIPTION="Dependency injection for Ruby" HOMEPAGE="http://needle.rubyforge.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" each_ruby_test() { ${RUBY} test/ALL-TESTS.rb || die }