# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A simple tool for collecting facts from dev-ruby/facter and storing them in LDAP." HOMEPAGE="http://reductivelabs.com/projects/enhost/" SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="dev-ruby/facter dev-ruby/ruby-ldap" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/enhost-1.0.4.patch" } src_install() { dobin bin/enhost insinto /etc doins etc/enhost.conf insinto /etc/openldap/schema doins ${FILESDIR}/enhost.schema dodoc CHANGELOG README TODO }