--- srecord-1.29.ebuild 2007-03-30 08:05:31.000000000 +0200 +++ srecord-1.29.ebuild 2008-04-28 01:13:10.000000000 +0200 @@ -4,11 +4,11 @@ DESCRIPTION="A collection of powerful tools for manipulating EPROM load files." HOMEPAGE="http://srecord.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="test" DEPEND="test? ( app-arch/sharutils )" @@ -23,11 +23,11 @@ -e '/\$(mandir)\/man1\/srec_license.1 \\/d' \ ${S}/Makefile.in || die "Patching failed" } src_install() { - einstall || die "Installation failed" + emake DESTDIR="${D}" install|| die "Installation failed" dodoc ${S}/README insinto /usr/share/doc/${PF} doins ${S}/etc/reference.ps }