Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134000 | Differences between
and this patch

Collapse All | Expand All

(-)doom3-roe-1.ebuild-orig (+8 lines)
Lines 27-32 Link Here
27
	cdrom_get_cds Setup/Data/d3xp/pak000.pk4
27
	cdrom_get_cds Setup/Data/d3xp/pak000.pk4
28
}
28
}
29
29
30
src_unpack() {
31
	# Change from showing "d3xp" in the "mods" menu within Doom 3
32
	# The ^1 changes the text to red
33
	echo '^1Resurrection of Evil' > description.txt
34
}
35
30
src_install() {
36
src_install() {
31
	insinto "${dir}"/d3xp
37
	insinto "${dir}"/d3xp
32
38
Lines 34-39 Link Here
34
	doins ${CDROM_ROOT}/Setup/Data/d3xp/pak000.pk4 \
40
	doins ${CDROM_ROOT}/Setup/Data/d3xp/pak000.pk4 \
35
		|| die "copying pak000"
41
		|| die "copying pak000"
36
42
43
	doins description.txt
44
37
	find ${Ddir} -exec touch '{}' \;
45
	find ${Ddir} -exec touch '{}' \;
38
46
39
	games_make_wrapper ${PN} "doom3 +set fs_game d3xp"
47
	games_make_wrapper ${PN} "doom3 +set fs_game d3xp"

Return to bug 134000