Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103237 - mldonkey not store correctly xpi of mozilla
Summary: mldonkey not store correctly xpi of mozilla
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-21 07:08 UTC by INODE64 Sistemas
Modified: 2005-08-21 13:59 UTC (History)
1 user (show)

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


Attachments
mldonkey-2.6.2.ebuild.patch (mldonkey-2.6.2.ebuild.patch,366 bytes, patch)
2005-08-21 07:31 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2005-08-21 07:08:56 UTC
mldonkey not store correctly xpi of mozilla, in line 146 of
mldonkey-2.6.2.ebuild show this:
        if use mozilla; then
                insinto /usr/share/{PN}
                doins ${DISTFILES}/mldonkey_protocol_handler-${MOZVER}.xpi
        fi;

change to: 

        if use mozilla; then
                insinto /usr/share/${PN}
                doins ${DISTFILES}/mldonkey_protocol_handler-${MOZVER}.xpi
        fi;

The $ not exist in {PN}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 INODE64 Sistemas 2005-08-21 07:31:56 UTC
Created attachment 66475 [details, diff]
mldonkey-2.6.2.ebuild.patch

Update the patch,
Comment 2 Przemyslaw Maciag (RETIRED) gentoo-dev 2005-08-21 09:18:00 UTC
My fault - I'm terribly sorry. Fixed ebuild is available here:
http://bugs.gentoo.org/show_bug.cgi?id=102097
(fix is same as yours ;) of course)

also small improvements to installing desktop file + pixmap was added.

Cheers,
Przemek
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2005-08-21 13:59:18 UTC
Fixed in portage, added also missing parentheses in DEPEND and RDEPEND. Thanks!