blob: 0daa49336eff32ae00b798fa3424c702ee56e431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-0.3.100.ebuild,v 1.1 2009/09/11 05:42:58 graaff Exp $
inherit ruby gems
DESCRIPTION="Executable feature scenarios"
HOMEPAGE="http://github.com/aslakhellesoy/cucumber/wikis"
LICENSE="Ruby"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
RDEPEND=">=dev-ruby/term-ansicolor-1.0.3
>=dev-ruby/treetop-1.3.0
>=dev-ruby/polyglot-0.2.8
>=dev-ruby/diff-lcs-1.1.2
>=dev-ruby/builder-2.1.2"
DEPEND="${RDEPEND}"
|