summaryrefslogtreecommitdiff
blob: b70c181cda3fe28f796e834e76fdb5539abd4257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cerberus/cerberus-0.3.4.ebuild,v 1.3 2008/01/16 23:08:06 rbrown Exp $

inherit ruby gems

USE_RUBY="ruby18"
DESCRIPTION="Continuous Integration tool for ruby projects"
HOMEPAGE="http://rubyforge.org/projects/cerberus"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

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

DEPEND="
	>=dev-lang/ruby-1.8.5
	>=dev-ruby/actionmailer-1.3
	>=dev-ruby/rake-0.7.1
	>=dev-ruby/ruby-irc-1.0.7
	>=dev-ruby/xmpp4r-0.3-r1
"