Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315717
Collapse All | Expand All

(-)gxemul-0.4.7.ebuild.orig (-9 / +8 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild,v 1.1 2009/01/04 12:07:15 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild,v 1.1 2009/01/04 12:07:15 armin76 Exp $
4
4
5
inherit eutils toolchain-funcs
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
7
DESCRIPTION="A Machine Emulator, mainly emulates MIPS but supports other CPU types"
8
HOMEPAGE="http://gavare.se/gxemul/"
8
HOMEPAGE="http://gavare.se/${PN}/"
9
SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz"
9
SRC_URI="http://gavare.se/${PN}/src/${P}.tar.gz"
10
10
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
Lines 16-22 Link Here
16
RDEPEND="X? ( x11-libs/libX11
16
RDEPEND="X? ( x11-libs/libX11
17
		x11-libs/libXaw
17
		x11-libs/libXaw
18
		x11-libs/libXdmcp )"
18
		x11-libs/libXdmcp )"
19
20
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
21
	X? ( x11-proto/xproto )"
20
	X? ( x11-proto/xproto )"
22
21
Lines 33-40 Link Here
33
}
32
}
34
33
35
src_install() {
34
src_install() {
36
	dobin gxemul || die "gxemul not found in ${S}"
35
	dobin ${PN} || die "${PN} not found in ${S}"
37
	doman man/gxemul.1
36
	doman man/${PN}.1 || die
38
	dodoc HISTORY LICENSE README RELEASE TODO
37
	dodoc HISTORY LICENSE README TODO || die
39
	dohtml doc/*
38
	dohtml RELEASE.html doc/* || die
40
}
39
}

Return to bug 315717