blob: d4cc61aa1836cac34195b9639634883df47ce447 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.2-r1.ebuild,v 1.5 2009/08/09 12:20:53 nixnut Exp $
inherit ruby
DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems"
LICENSE="GPL-2"
HOMEPAGE="http://reductivelabs.com/projects/facter/index.html"
SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ppc ~ppc64 sparc x86"
USE_RUBY="ruby18"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-virtual.patch
}
src_compile() {
:
}
src_install() {
DESTDIR="${D}" ruby_einstall || die
DESTDIR="${D}" erubydoc
}