Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31231 - amsn ebuild for amsn 0.83 supports new msn protocol
Summary: amsn ebuild for amsn 0.83 supports new msn protocol
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
: 31229 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-15 16:09 UTC by Danny
Modified: 2003-10-20 02:58 UTC (History)
3 users (show)

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


Attachments
ebuild for amsn.0.83 (amsn-0.83.ebuild,1.66 KB, text/plain)
2003-10-15 16:12 UTC, Danny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danny 2003-10-15 16:09:44 UTC
Please find attached the ebuild for amsn 0.83 which is needed to connect to the
msn network after Oct 15th as the client needs to support the amsn protocol
version 9

This build is now dependant upon tcllib, which has been added to the ebuild as
apropriate and tested. 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Danny 2003-10-15 16:12:42 UTC
Created attachment 19279 [details]
ebuild for amsn.0.83

this ebuild allows users to connect to msn using protocol version 9 which
is
needed after Oct14th
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-10-15 17:52:30 UTC
*** Bug 31229 has been marked as a duplicate of this bug. ***
Comment 3 Andrew S. 2003-10-15 18:51:13 UTC
I'm guessing you did not install the notification plugin? if you did, then
i am sorry....

because of a now REQUIRED plugin, the lines rm -rf ${D}/usr/share/amsn/plugins
no longer create a working amsn install.

this is how i created my ebuild (not neccessarily the best solution, just
a cheap hack)

if [ -n "`use imlib`" ]
then
    einfo "Installing the freedesktop notification plugin"
    dodir /usr/lib/amsn/plugins/traydock
    mv ${D}/usr/share/amsn/plugins/traydock/libtray.so ${D}/usr/lib/amsn/plugins/traydock
    rm -rf ${D}/usr/share/amsn/plugins/traydock
    ln -s /usr/lib/amsn/plugins/traydock ${D}/usr/share/amsn/plugins/traydock
else
    rm -rf ${D}/usr/share/amsn/plugins/traydock
fi
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2003-10-16 09:15:52 UTC
Works for me, with the changes from Andrew S.
As it's Oct 15 now, and amsn-0.82 is no longer usable for anyone, could we
move forward with this?
Comment 5 Olivier Crete (RETIRED) gentoo-dev 2003-10-17 00:49:50 UTC
seems good, but my gentoo box is not currently internet connected. Can someone
commit for me..
Comment 6 Guðmundur Bjarni Ólafsson 2003-10-17 07:12:21 UTC
Tried it, works fine.
Comment 7 Ioannis Aslanidis (RETIRED) gentoo-dev 2003-10-17 13:28:46 UTC
This should be brought to CVS asap as many users are for now 'incommunicated'.
Comment 8 Ævar Arnfjörð Bjarmason 2003-10-18 10:19:51 UTC
I tried making my own by just doing 
$ cp amsn-0.82.ebuild amsn-0.83.ebuild
$ ebuild amsn-0.83.ebuild digest 
$ emerge amsn-0.83.ebuild

however it didnt work, but then i tried editing the ebuild as Andrew S. suggested
and it's working just fine now.

I furthermore suggest that this be moved from CVS immetierly because although
it's technically "unstable" the old versions dont work anymore.

Cheers 
Comment 9 Olivier Crete (RETIRED) gentoo-dev 2003-10-20 02:54:26 UTC
bumped in CVS, straight to stable. sorry for the delay..
Comment 10 Olivier Crete (RETIRED) gentoo-dev 2003-10-20 02:58:36 UTC
fixed