Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194793 - net-im/skype-1.4.0.118 version bump
Summary: net-im/skype-1.4.0.118 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Net-im project
URL: http://www.skype.com/download/skype/l...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 11:29 UTC by Paulo J. Matos
Modified: 2007-10-06 14:13 UTC (History)
5 users (show)

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 Paulo J. Matos 2007-10-05 11:29:04 UTC
Yesterday a new skype version was released. I think reusing previous ebuilds and sending to portage tree would be enough.

Reproducible: Always
Comment 1 gutter 2007-10-05 13:24:05 UTC
(In reply to comment #0)
> Yesterday a new skype version was released. I think reusing previous ebuilds
> and sending to portage tree would be enough.
> 
> Reproducible: Always
> 

Ype :)

i just renamed old ebuild and all works fine
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2007-10-06 11:32:15 UTC
I had the ebuild for this ready, but some issues with the upstream package for the static version made me wait to try to find a solution.

This version now includes translations so it is not a simple bump of the ebuild.

Thanks for the report.

Comment 3 gizmm0 2007-10-06 14:13:21 UTC
Looks like libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz is not unpacked, which prevented libsigc-2.0.so.0.0.0 to be installed on my x86_64 system. Adding the following lines in the ebuild just after "src_unpack() {" solved it for me.



        if use amd64 ; then
                unpack libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz
        fi