# 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-ng_src_install newinitd "${FILESDIR}"/god.initd god }