summaryrefslogtreecommitdiff
blob: 03bb234c420a9756d1e6a5ea6ab5371909493ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber-rails/cucumber-rails-0.3.0.ebuild,v 1.1 2010/03/03 07:59:28 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""

# There are also cucumber features which depend on aruba which we
# don't have in our tree yet.
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRAINSTALL="generators templates"
RUBY_FAKEGEM_EXTRADOC="HACKING.rdoc History.txt README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Executable feature scenarios for Rails"
HOMEPAGE="http://github.com/aslakhellesoy/cucumber/wikis"
LICENSE="Ruby"

KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

ruby_add_bdepend test dev-ruby/rspec

ruby_add_rdepend ">=dev-util/cucumber-0.6.2"

each_ruby_install() {
	each_fakegem_install

	ruby_fakegem_doins VERSION
}