# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Emerge progress monitor" HOMEPAGE="http://www.hotspringsmt.net/rickest/estat/" SRC_URI="http://www.hotspringsmt.net/rickest/estat/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="dev-lang/perl app-portage/genlop" RDEPEND="dev-perl/TermReadKey" src_install() { exeinto /usr/bin doexe estat doman estat.1.bz2 }