Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20412 - Ebuild for heroes has a typo
Summary: Ebuild for heroes has a typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 23:28 UTC by Amiel Martin
Modified: 2003-05-21 14:19 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 Amiel Martin 2003-05-03 23:28:00 UTC
minipatch-/usr/portage/app-games/heroes/heroes-0.21.ebuild

  pkg_list="${P}
      heroes-data-${data_ver}
      heroes-sound-tracks-${snd_trk_ver}
-     heroes-effects-${snd_eff_ver}"
+     heroes-sound-effects-${snd_eff_ver}"


Reproducible: Always
Steps to Reproduce:
1. added debug line in heroes-0.21.ebuild to find location of sfx install
2. emerge heroes

Actual Results:  

 * AMIEL DEBUG: src_install: heroes-effects-1.0
/usr/sbin/ebuild.sh: line 60: cd:
/var/tmp/portage/heroes-0.21/work/heroes-effects-1.0: No such file or directory


Expected Results:  
should have used heroes-sound-effects instead of heroes-effeects

also, it would be great to have an option for heroes-hq-sound-tracks
Im not sure what the best way for that would be
another ebuild or a USE variable???
Comment 1 SpanKY gentoo-dev 2003-05-06 08:58:56 UTC
a local USE variable would be appropriate
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-21 14:19:40 UTC
typo fixed in cvs