# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.3-r1.ebuild,v 1.4 2005/07/07 01:15:35 mcummings Exp $ inherit bash-completion eutils 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/DateManip-5.40" RDEPEND="${DEPEND}" src_unpack() { cd "${WORKDIR}" unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-r1-sandbox.patch } src_install() { dobin genlop || die dodoc README Changelog doman genlop.1 dobashcompletion genlop.bash-completion genlop }