# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="isoho.st remote management tools" HOMEPAGE="http://isoho.st" SRC_URI="http://isoho.st/download/isohost-tools-0.1.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="" RDEPEND="app-shells/bash net-misc/openssh net-misc/spice-gtk sys-apps/coreutils sys-apps/sed sys-apps/gawk" src_install() { dobin isoho.st }