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

(-)desmume-0.8.ebuild (-1 / +4 lines)
Lines 2-7 Link Here
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/games-emulation/desmume/desmume-0.8.ebuild,v 1.4 2009/01/10 22:53:48 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.8.ebuild,v 1.4 2009/01/10 22:53:48 hanno Exp $
4
4
5
EAPI="2"
6
5
inherit games eutils
7
inherit games eutils
6
8
7
DESCRIPTION="Emulator for Nintendo DS."
9
DESCRIPTION="Emulator for Nintendo DS."
Lines 19-25 Link Here
19
	virtual/opengl
21
	virtual/opengl
20
	sys-libs/zlib
22
	sys-libs/zlib
21
	dev-libs/zziplib
23
	dev-libs/zziplib
22
	media-libs/libsdl"
24
	media-libs/libsdl[joystick]"
25
RDEPEND="${DEPEND}"
23
26
24
src_unpack() {
27
src_unpack() {
25
	unpack ${A}
28
	unpack ${A}
(-)desmume-0.9.ebuild (-1 / +4 lines)
Lines 2-7 Link Here
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/games-emulation/desmume/desmume-0.9.ebuild,v 1.1 2009/01/10 22:53:48 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.9.ebuild,v 1.1 2009/01/10 22:53:48 hanno Exp $
4
4
5
EAPI="2"
6
5
inherit games
7
inherit games
6
8
7
DESCRIPTION="Emulator for Nintendo DS."
9
DESCRIPTION="Emulator for Nintendo DS."
Lines 19-25 Link Here
19
	virtual/opengl
21
	virtual/opengl
20
	sys-libs/zlib
22
	sys-libs/zlib
21
	dev-libs/zziplib
23
	dev-libs/zziplib
22
	media-libs/libsdl"
24
	media-libs/libsdl[joystick]"
25
RDEPEND="${DEPEND}"
23
26
24
src_compile() {
27
src_compile() {
25
	egamesconf --datadir=/usr/share || die "egamesconf failed"
28
	egamesconf --datadir=/usr/share || die "egamesconf failed"
(-)desmume-0.9.1.ebuild (-1 / +3 lines)
Lines 2-7 Link Here
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/games-emulation/desmume/desmume-0.9.1.ebuild,v 1.1 2009/02/13 21:35:55 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.9.1.ebuild,v 1.1 2009/02/13 21:35:55 hanno Exp $
4
4
5
EAPI="2"
6
5
inherit games
7
inherit games
6
8
7
DESCRIPTION="Emulator for Nintendo DS."
9
DESCRIPTION="Emulator for Nintendo DS."
Lines 19-25 Link Here
19
	virtual/opengl
21
	virtual/opengl
20
	sys-libs/zlib
22
	sys-libs/zlib
21
	dev-libs/zziplib
23
	dev-libs/zziplib
22
	media-libs/libsdl"
24
	media-libs/libsdl[joystick]"
23
RDEPEND="${DEPEND}"
25
RDEPEND="${DEPEND}"
24
26
25
src_compile() {
27
src_compile() {

Return to bug 266585