summaryrefslogtreecommitdiff
blob: 83370a367260c8eb83edbe6f4fa08104639c1e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cerberus/cerberus-0.7.ebuild,v 1.1 2009/08/08 16:04:06 graaff Exp $

inherit gems

USE_RUBY="ruby18"
DESCRIPTION="Continuous Integration tool for ruby projects"
HOMEPAGE="http://rubyforge.org/projects/cerberus"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND="
	>=dev-ruby/actionmailer-1.3.3
	>=dev-ruby/activesupport-1.4.2
	>=dev-ruby/rake-0.7.3"
RDEPEND="${DEPEND}"