View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/games-fps/doom3/doom3-1.3.1302-r1.ebuild (-5 / +9 lines)
 Lines 13-19    Link Here 
LICENSE="DOOM3"
LICENSE="DOOM3"
SLOT="0"
SLOT="0"
KEYWORDS="-* amd64 x86"
KEYWORDS="-* amd64 x86"
IUSE="cdinstall alsa opengl dedicated"
IUSE="cdinstall alsa opengl dedicated roeexpansion"
RESTRICT="nostrip"
RESTRICT="nostrip"
DEPEND="app-arch/bzip2
DEPEND="app-arch/bzip2
 Lines 52-59    Link Here 
	insinto "${dir}"/pb
	insinto "${dir}"/pb
	doins pb/* || die "doins pb"
	doins pb/* || die "doins pb"
	insinto "${dir}"/d3xp
	if use roeexpansion ; then
	doins d3xp/* || die "doins d3xp"
		insinto "${dir}"/d3xp
		doins d3xp/* || die "doins d3xp"
	fi
	insinto "${dir}"/base
	insinto "${dir}"/base
	doins base/* || die "doins base"
	doins base/* || die "doins base"
 Lines 74-81    Link Here 
		einfo "pak004.pk4 from either your installation media or your hard drive to"
		einfo "pak004.pk4 from either your installation media or your hard drive to"
		einfo "${dir}/base before running the game."
		einfo "${dir}/base before running the game."
		echo
		echo
		einfo "To use the Ressurection of Evil expansion pack, you also need to copy"
		if use roeexpansion ; then
		einfo "pak000.pk4 to ${dir}/d3xp before running the game."
			einfo "To use the Ressurection of Evil expansion pack, you also need to copy"
			einfo "pak000.pk4 to ${dir}/d3xp before running the game."
		fi
	fi
	fi
	echo
	echo
	einfo "To play the game run:"
	einfo "To play the game run:"