blob: 70e4e9b3a09794454dd3b948a3ca13f02dfedf3f (
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
# $Id$
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-ng_src_install
newinitd "${FILESDIR}"/god.initd god
}
|