# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A nice emerge.log parser" HOMEPAGE="http://freshmeat.net/projects/genlop/" SRC_URI="http://pollycoke.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/${P} DEPEND="sys-apps/tar sys-apps/gzip" RDEPEND=">=perl-5.8.0-r10" src_install() { dobin genlop dodoc README }