summaryrefslogtreecommitdiff
blob: 8e97723f193d0140909b0df57b4647c62dd71946 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

USE_RUBY="ruby18"

inherit ruby-fakegem

DESCRIPTION="An easy to configure, easy to extend monitoring framework written in Ruby."
HOMEPAGE="http://god.rubyforge.org/"

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

DEPEND=""
RDEPEND=""

src_install() {
	ruby-fakegem_src_install
	newinitd "${FILESDIR}"/god.initd god
}