blob: 2d394856ef730c58f46784459b81835dafb497f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/autotest-rails-4.1.0.ebuild,v 1.9 2009/09/05 18:58:43 ranger Exp $
inherit gems
DESCRIPTION="This is an autotest plugin to provide rails support."
HOMEPAGE="http://rubyforge.org/projects/zentest/"
LICENSE="MIT"
KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
RDEPEND=">=dev-ruby/rubygems-1.3.0
>=dev-ruby/zentest-4.1.1"
|