# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="" HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt" SRC_URI="mirror://kernel/linux/kernel/people/jsipek/guilt/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-util/git app-shells/bash" src_compile() { einfo "Nothing to compile. :-)" } src_install() { make PREFIX=${D}/usr install dodoc COPYING Documentation/HOWTO }