# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/linecache/linecache-0.43-r1.ebuild,v 1.4 2010/02/01 18:50:41 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README" inherit ruby-fakegem DESCRIPTION="Caches files as might be used in a debugger or a tool that works with sets of Ruby source files." HOMEPAGE="http://rubyforge.org/projects/rocky-hacks/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" ruby_add_bdepend dev-ruby/rake ruby_add_bdepend test virtual/ruby-test-unit each_ruby_compile() { ${RUBY} -S rake lib || die "build failed" } each_ruby_install() { each_fakegem_install ruby_fakegem_newins ext/trace_nums.so lib/trace_nums.so }