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

(-)app-emulation/vice/vice-1.19.ebuild (-3 / +6 lines)
Lines 6-17 Link Here
6
6
7
DESCRIPTION="The Versatile Commodore 8-bit Emulator"
7
DESCRIPTION="The Versatile Commodore 8-bit Emulator"
8
HOMEPAGE="http://www.viceteam.org/"
8
HOMEPAGE="http://www.viceteam.org/"
9
SRC_URI="ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
9
SRC_URI="ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz
10
	gnome? ( gnome2? ( http://www.viceteam.org/online/vice-1.19-gnome2.diff.gz ) )"
10
11
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
IUSE="X Xaw3d arts esd ffmpeg gnome nls readline sdl"
15
IUSE="X Xaw3d arts esd ffmpeg gnome gnome2 nls readline sdl"
15
16
16
XDEPEND="|| (
17
XDEPEND="|| (
17
	(
18
	(
Lines 29-35 Link Here
29
	arts? ( kde-base/arts )
30
	arts? ( kde-base/arts )
30
	gnome? (
31
	gnome? (
31
		${XDEPEND}
32
		${XDEPEND}
32
		gnome-base/gnome-libs )
33
		!gnome2? ( gnome-base/gnome-libs )
34
		gnome2? ( gnome-base/libgnomeui ) )
33
	readline? ( sys-libs/readline )
35
	readline? ( sys-libs/readline )
34
	sdl? (
36
	sdl? (
35
		${XDEPEND}
37
		${XDEPEND}
Lines 66-71 Link Here
66
	unpack ${A}
68
	unpack ${A}
67
	cd "${S}"
69
	cd "${S}"
68
	epatch "${FILESDIR}/${P}"-64bitfix.patch
70
	epatch "${FILESDIR}/${P}"-64bitfix.patch
71
	use gnome && use gnome2 && epatch "${DISTDIR}"/vice-1.19-gnome2.diff.gz
69
}
72
}
70
73
71
src_compile() {
74
src_compile() {

Return to bug 130259