| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flexmock/flexmock-0.8.6-r1.ebuild,v 1.4 2010/06/19 14:13:15 flameeyes Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
USE_RUBY="ruby18 ruby19 jruby ree18"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_DOCDIR="html"
|
| 9 |
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
|
| 10 |
|
| 11 |
inherit ruby-fakegem
|
| 12 |
|
| 13 |
DESCRIPTION="Simple mock object library for Ruby unit testing"
|
| 14 |
HOMEPAGE="http://${PN}.rubyforge.org/"
|
| 15 |
|
| 16 |
LICENSE="as-is"
|
| 17 |
SLOT="0"
|
| 18 |
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
| 19 |
IUSE=""
|
| 20 |
|
| 21 |
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
| 22 |
|
| 23 |
all_ruby_prepare() {
|
| 24 |
# Custom template not found in package
|
| 25 |
sed -i -e '/jamis/d' Rakefile || die
|
| 26 |
}
|