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

(-)file_not_specified_in_diff (-3 / +8 lines)
Line  Link Here
0
-- dboxfe-0.1.3.ebuild
0
++ dboxfe-0.1.3.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.9 2010/09/29 22:45:35 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.9 2010/09/29 22:45:35 mr_bones_ Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils qt4 games
6
inherit eutils qt4-r2 games
7
7
8
DESCRIPTION="Creates and manages configuration files for DOSBox"
8
DESCRIPTION="Creates and manages configuration files for DOSBox"
9
HOMEPAGE="http://developer.berlios.de/projects/dboxfe/"
9
HOMEPAGE="http://developer.berlios.de/projects/dboxfe/"
Lines 14-25 Link Here
14
KEYWORDS="~amd64 ~ppc ~sparc x86"
14
KEYWORDS="~amd64 ~ppc ~sparc x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="x11-libs/qt-gui:4"
17
DEPEND="x11-libs/qt-core:4
18
	x11-libs/qt-gui:4"
18
RDEPEND="${DEPEND}
19
RDEPEND="${DEPEND}
19
	>=games-emulation/dosbox-0.65"
20
	>=games-emulation/dosbox-0.65"
20
21
21
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
22
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
22
23
24
src_configure() {
25
	qt4-r2_src_configure
26
}
27
23
src_install() {
28
src_install() {
24
	dogamesbin bin/dboxfe || die "dogamesbin failed"
29
	dogamesbin bin/dboxfe || die "dogamesbin failed"
25
	dodoc TODO ChangeLog
30
	dodoc TODO ChangeLog

Return to bug 410111