Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6092 - media-libs/libswf-0.99 does not install at all
Summary: media-libs/libswf-0.99 does not install at all
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 09:32 UTC by Steven Wong
Modified: 2003-05-15 11:24 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 Steven Wong 2002-08-06 09:32:44 UTC
The .ebuild seems to be full of typos or is outdated.

Here's my quick hack to make it work. I don't think this is the correct way of
doing things (I'm not too familiar with ebuild development ), but it works.

I'm not too sure how to create patches? So I just ran a simple "diif"...

$ diff libswf-0.99.ebuild.orig libswf-0.99.ebuild.FIXED
16c16,19
< src_install () {
---
> src_unpack () {
> 	unpack $A
> 	tar -xf *.tar
> }
17a21
> src_install () {
26c30
< 	dochtml *.html
---
> 	dohtml *.html
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-06 17:06:30 UTC
thanks for the catch and the fix.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-15 11:24:22 UTC
the fix broke things with newer portage... see bug 20346