Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114036 - app-arch/lha should be added to DEPEND for games-fps/quake1-data
Summary: app-arch/lha should be added to DEPEND for games-fps/quake1-data
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 08:09 UTC by Pandor
Modified: 2005-12-01 01:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pandor 2005-11-30 08:09:15 UTC
The data files are extracted fom the original game disk using the lha tool, so
this should be listed as a dependency.

src_unpack() {
	echo ">>> Unpacking q101_int.1 to ${PWD}"
	if [[ ${CDROM_SET} == "1" ]] ; then
		lha xqf "${CDROM_ROOT}"/q101_int.1 || die "failure unpacking q101_int.1"
	fi
}

Reproducible: Always
Steps to Reproduce:
1.emerge quake1-data (without app-arch/lha package installed)

Actual Results:  
"Command not found" eror.

Expected Results:  
extract packaged files with lha.
Comment 1 SpanKY gentoo-dev 2005-12-01 01:26:45 UTC
added to DEPEND, thanks