| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-4.8.1.ebuild,v 1.1 2012/06/16 05:20:19 graaff Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
|
| 7 |
USE_RUBY="ruby18 ree18 ruby19 jruby"
|
| 8 |
|
| 9 |
RUBY_FAKEGEM_NAME=ZenTest
|
| 10 |
|
| 11 |
RUBY_FAKEGEM_TASK_DOC="docs"
|
| 12 |
RUBY_FAKEGEM_DOCDIR="doc"
|
| 13 |
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.rb example_dot_autotest.rb"
|
| 14 |
|
| 15 |
inherit ruby-fakegem
|
| 16 |
|
| 17 |
DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails"
|
| 18 |
HOMEPAGE="http://rubyforge.org/projects/zentest/"
|
| 19 |
LICENSE="Ruby"
|
| 20 |
|
| 21 |
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
| 22 |
SLOT="0"
|
| 23 |
IUSE=""
|
| 24 |
|
| 25 |
ruby_add_bdepend "
|
| 26 |
doc? (
|
| 27 |
>=dev-ruby/hoe-2.10
|
| 28 |
dev-ruby/hoe-seattlerb
|
| 29 |
)
|
| 30 |
test? (
|
| 31 |
>=dev-ruby/hoe-2.10
|
| 32 |
dev-ruby/hoe-seattlerb
|
| 33 |
virtual/ruby-minitest
|
| 34 |
)"
|