# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.20.2.ebuild,v 1.9 2004/07/13 20:07:32 agriffis Exp $ DESCRIPTION="A nice emerge.log parser" HOMEPAGE="http://pollycoke.org/genlop.html" SRC_URI="http://pollycoke.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 mips" IUSE="" RDEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/Time-Duration-1.02" src_install() { dobin genlop || die dodoc README Changelog doman genlop.1 dodir /usr/share/bash-completion insinto /usr/share/bash-completion newins genlop.bash-completion genlop }