# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils eutils subversion DESCRIPTION="Execute commands on many hosts in parallel" SRC_URI="" ESVN_REPO_URI="http://svn.tue.mpg.de/tentakel/trunk/${PN}" HOMEPAGE="http://tentakel.biskalar.de/" DEPEND="dev-lang/python" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" S=${WORKDIR}/${P}/ src_unpack() { subversion_src_unpack ${A} cd ${WORKDIR}/${P}/py epatch ${FILESDIR}/${P}-manpath.patch S=${WORKDIR}/${P}/py }