# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ESVN_REPO_URI="http://tfkyle.dyndns.org/svn/misc/bin" inherit subversion DESCRIPTION="Faster alternative to revdep-rebuild" HOMEPAGE="http://tfkyle.dyndns.org" #SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND=">=dev-lang/python-2.5-r2" RDEPEND=">=dev-lang/python-2.5-r2 >=dev-python/tfplib-9999 >=dev-python/snakeoil-0.1_rc2" src_compile() { # nothing to do here return } src_install() { dobin "${S}/revbuild" }