Summary: | skype-0.92.0.12.ebuild (update) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan Schweizer (RETIRED) <genstef> |
Component: | Current packages | Assignee: | Gentoo Net-im project <net-im> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghepeu, m.debruijne |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
skype-0.92.0.12.ebuild
skype-0.92.0.12.ebuild |
Description
Stefan Schweizer (RETIRED)
![]() Created attachment 43669 [details]
skype-0.92.0.12.ebuild
I tested this new ebuild on x86 :)
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. Created attachment 43670 [details]
skype-0.92.0.12.ebuild
forgot to delete example-pasted-SRC_URI
Thanks alot stefan in portage now. Also works perfectly on amd64 here! :) 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? I cannot find it in portage either, reopening. Err human est :) Fixed now. |