--- a/podbrowser-0.12.ebuild 2009-08-26 12:36:06.000000000 -0400 +++ b/podbrowser-0.12-r1.ebuild 2010-05-15 10:20:35.000000000 -0400 @@ -1,7 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-doc/podbrowser/podbrowser-0.12.ebuild,v 1.3 2009/08/26 16:17:18 tove Exp $ +inherit eutils + DESCRIPTION="PodBrowser is a documentation browser for Perl" HOMEPAGE="http://jodrell.net/projects/podbrowser" SRC_URI="http://jodrell.net/files/podbrowser/${P}.tar.gz" @@ -32,6 +34,7 @@ src_unpack() { unpack ${A} cp "${FILESDIR}"/Makefile.new "${S}"/Makefile + epatch "${FILESDIR}/${P}-ICON.patch" } src_compile() { emake DESTDIR="${D}" PREFIX=/usr || die "emake failed"