| 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/autotest-rails/autotest-rails-4.1.2.ebuild,v 1.4 2012/07/31 07:02:12 jdhore Exp $ |
| 4 |
|
| 5 |
EAPI=2 |
| 6 |
USE_RUBY="ruby18" |
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_TEST="" |
| 9 |
RUBY_FAKEGEM_TASK_DOC="docs" |
| 10 |
RUBY_FAKEGEM_DOCDIR="doc" |
| 11 |
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" |
| 12 |
|
| 13 |
inherit ruby-fakegem |
| 14 |
|
| 15 |
DESCRIPTION="This is an autotest plugin to provide rails support." |
| 16 |
HOMEPAGE="http://rubyforge.org/projects/zentest/" |
| 17 |
LICENSE="MIT" |
| 18 |
|
| 19 |
KEYWORDS="amd64 ppc ppc64 x86 ~x86-macos" |
| 20 |
SLOT="0" |
| 21 |
IUSE="" |
| 22 |
|
| 23 |
ruby_add_bdepend "doc? ( dev-ruby/hoe )" |
| 24 |
ruby_add_rdepend ">=dev-ruby/zentest-4.5" |