--- gxemul-0.4.7.ebuild.orig 2010-06-11 13:41:34.000000000 +0200 +++ gxemul-0.4.7.ebuild.orig 2010-06-11 19:09:29.000000000 +0200 @@ -1,12 +1,12 @@ -# 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-emulation/gxemul/gxemul-0.4.7.ebuild,v 1.1 2009/01/04 12:07:15 armin76 Exp $ inherit eutils toolchain-funcs -DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types." -HOMEPAGE="http://gavare.se/gxemul/" -SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz" +DESCRIPTION="A Machine Emulator, mainly emulates MIPS but supports other CPU types" +HOMEPAGE="http://gavare.se/${PN}/" +SRC_URI="http://gavare.se/${PN}/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -16,7 +16,6 @@ RDEPEND="X? ( x11-libs/libX11 x11-libs/libXaw x11-libs/libXdmcp )" - DEPEND="${RDEPEND} X? ( x11-proto/xproto )" @@ -33,8 +32,8 @@ } src_install() { - dobin gxemul || die "gxemul not found in ${S}" - doman man/gxemul.1 - dodoc HISTORY LICENSE README RELEASE TODO - dohtml doc/* + dobin ${PN} || die "${PN} not found in ${S}" + doman man/${PN}.1 || die + dodoc HISTORY LICENSE README TODO || die + dohtml RELEASE.html doc/* || die }