# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2.ebuild,v 1.4 2010/08/15 18:05:43 flameeyes Exp $ EAPI="2" MY_OWNER="mcmire" USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_DOCDIR="" RUBY_FAKEGEM_EXTRADOC="" RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}" inherit ruby-fakegem DESCRIPTION="RSpec-esque matchers for use in Test::Unit" HOMEPAGE="http://github.com/mcmire/matchy" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" # workaround for ruby 1.9.2, sent upstream after 0.5.2 each_ruby_test() { RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test }