Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70693 - skype-0.92.0.12.ebuild (update)
Summary: skype-0.92.0.12.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 11:14 UTC by Stefan Schweizer (RETIRED)
Modified: 2004-11-19 09:03 UTC (History)
2 users (show)

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


Attachments
skype-0.92.0.12.ebuild (skype-0.92.0.12.ebuild,2.74 KB, text/plain)
2004-11-10 11:15 UTC, Stefan Schweizer (RETIRED)
Details
skype-0.92.0.12.ebuild (skype-0.92.0.12.ebuild,2.68 KB, text/plain)
2004-11-10 11:19 UTC, Stefan Schweizer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schweizer (RETIRED) gentoo-dev 2004-11-10 11:14:48 UTC
Hi,

a new version of skype is out. It makes the ebuild cleaner as they changed the version number to dots.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-10 11:15:31 UTC
Created attachment 43669 [details]
skype-0.92.0.12.ebuild

I tested this new ebuild on x86 :)
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-10 11:18:32 UTC
Diff against previous:


--- /usr/portage/net-im/skype/skype-0.92.0.2.ebuild     2004-09-22 14:06:35.000000000 +0200
+++ /usr/local/portage/net-im/skype/skype-0.92.0.12.ebuild      2004-11-10 20:17:48.515744200 +0100
@@ -6,13 +6,12 @@
 
 
 #If you want to know when this package will be marked stable please see the Changelog
-SVER=${PV//./_}
 RESTRICT="nomirror"
 DESCRIPTION="${PN} is a P2P-VoiceIP client."
 HOMEPAGE="http://www.${PN}.com/"
 SRC_URI="
-               qt? ( http://download.skype.com/linux/${PN}_ver-${SVER}.tar.bz2 )
-               !qt? ( http://download.skype.com/linux/${PN}_ver-${SVER}-staticQT.tar.bz2 )"
+               qt? ( http://download.skype.com/linux/${P}.tar.bz2 )
+               !qt? ( http://download.skype.com/linux/${PN}_staticQT-${PV}.tar.bz2 )"
 LICENSE="skype-eula"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
@@ -27,18 +26,13 @@
                >=sys-libs/glibc-2.2.5
        )"
 
-S="${WORKDIR}/${PN}_ver-${SVER}"
-
 src_unpack() {
        if use !qt;
                then
-               unpack ${PN}_ver-${SVER}-staticQT.tar.bz2
-               cd ${WORKDIR}
-               mv ${S}-staticQT ${S}
-               cd ${S}
+               unpack ${PN}_staticQT-${PV}.tar.bz2
+               mv ${PN}_staticQT-${PV} ${S}
        else
-               unpack ${PN}_ver-${SVER}.tar.bz2
-               cd ${S}
+               unpack ${P}.tar.bz2
        fi
 }
 


I left out the cd workdir and S as they are per default done before the ebuild-functions.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-10 11:19:38 UTC
Created attachment 43670 [details]
skype-0.92.0.12.ebuild

forgot to delete example-pasted-SRC_URI
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2004-11-14 11:54:47 UTC
Thanks alot stefan in portage now.
Comment 5 Marc-Éric Dupuis 2004-11-17 16:58:21 UTC
Also works perfectly on amd64 here! :)
Comment 6 Giacomo Perale 2004-11-19 08:24:46 UTC
I'm sorry, I can't find skype 0.92.0.12 in portage

all I have is 

*  net-im/skype :
        [M~ ] 0.90.0.14 (0)
        [M~ ] 0.91.0.3 (0)
        [M~ ] 0.91.0.12 (0)
        [M~ ] 0.92.0.2 (0)

is there any problem?
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-19 08:34:10 UTC
I cannot find it in portage either, reopening.
Comment 8 Gustavo Felisberto (RETIRED) gentoo-dev 2004-11-19 09:03:59 UTC
Err human est :)

Fixed now.