diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-08-23 00:14:31 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-08-23 00:14:31 +0000 |
commit | 68433b99d01ea04c973b524c4f4997b3df62f871 (patch) | |
tree | c1c8aa238470bcf15df8333fb2c6cdd361dedb17 /net-im | |
parent | stable on ppc (Bug #144228) (diff) | |
download | historical-68433b99d01ea04c973b524c4f4997b3df62f871.tar.gz historical-68433b99d01ea04c973b524c4f4997b3df62f871.tar.bz2 historical-68433b99d01ea04c973b524c4f4997b3df62f871.zip |
bump and removed older beta
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/skype/files/digest-skype-1.3.0.37 | 9 | ||||
-rw-r--r-- | net-im/skype/skype-1.3.0.37.ebuild | 119 |
3 files changed, 137 insertions, 1 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog index 1bfcbc8031f6..0644c63c60a7 100644 --- a/net-im/skype/ChangeLog +++ b/net-im/skype/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-im/skype # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.56 2006/07/02 22:48:06 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.57 2006/08/23 00:14:31 humpback Exp $ + +*skype-1.3.0.37 (23 Aug 2006) + + 23 Aug 2006; Gustavo Felisberto <humpback@gentoo.org>; + -skype-1.3.0.30-r1.ebuild, +skype-1.3.0.37.ebuild: + Semi returned from vacations to close bug #141148 about missing amd64 dep + and bug #144763 that is a simple version bump. Thanks to all those who + helped in those bugs. *skype-1.3.0.30-r1 (02 Jul 2006) diff --git a/net-im/skype/files/digest-skype-1.3.0.37 b/net-im/skype/files/digest-skype-1.3.0.37 new file mode 100644 index 000000000000..f04dae76c413 --- /dev/null +++ b/net-im/skype/files/digest-skype-1.3.0.37 @@ -0,0 +1,9 @@ +MD5 5b3195993d01ed0d439a28b505665382 skype-avatars-1.0.tgz 377763 +RMD160 54f6faeebc6509ebec8418fc27d0b2fbdc383bcf skype-avatars-1.0.tgz 377763 +SHA256 de7a9187a99ef7a13bba99c4ad61f6809bbd1e129f6456267b416090e57d71d6 skype-avatars-1.0.tgz 377763 +MD5 894659fafc9ed00b235ec84d3c5d39e4 skype-beta-1.3.0.37.tar.bz2 9875240 +RMD160 b83ff6a57a025101c7c9c4393aecb39ac76a29aa skype-beta-1.3.0.37.tar.bz2 9875240 +SHA256 eef2999a45292eaa595ea468b9354825dc12698e7e9c4d58f0fc57e74e94d134 skype-beta-1.3.0.37.tar.bz2 9875240 +MD5 66d0d12b91115f80256eb3a63fb93b17 skype-beta_staticQT-1.3.0.37.tar.bz2 15396667 +RMD160 df876528abba169eb8fbe39ff4902e7298ad25fb skype-beta_staticQT-1.3.0.37.tar.bz2 15396667 +SHA256 c0c925e348fbfeb2684870ae8021a6961bea3c81dc308c681b3322c235087348 skype-beta_staticQT-1.3.0.37.tar.bz2 15396667 diff --git a/net-im/skype/skype-1.3.0.37.ebuild b/net-im/skype/skype-1.3.0.37.ebuild new file mode 100644 index 000000000000..714a56b0fecf --- /dev/null +++ b/net-im/skype/skype-1.3.0.37.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.3.0.37.ebuild,v 1.1 2006/08/23 00:14:31 humpback Exp $ + +inherit eutils qt3 + + +#If you want to know when this package will be marked stable please see the Changelog +RESTRICT="nomirror nostrip" +AVATARV="1.0" +DESCRIPTION="${PN} is a P2P-VoiceIP client." +MY_PN=${PN}-beta +HOMEPAGE="http://www.skype.com/" +SRC_URI="http://dev.gentoo.org/~humpback/skype-avatars-${AVATARV}.tgz + !static? ( http://download.skype.com/linux/${MY_PN}-${PV}.tar.bz2 ) + static? ( http://download.skype.com/linux/${MY_PN}_staticQT-${PV}.tar.bz2 )" + +LICENSE="skype-eula" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="static" +DEPEND=" + amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2 + >=app-emulation/emul-linux-x86-baselibs-2.1.1 + >=app-emulation/emul-linux-x86-soundlibs-2.3 + !static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 ) ) + x86? ( >=sys-libs/glibc-2.3.2 + !static? ( $(qt_min_version 3.2) ) )" +RDEPEND="${DEPEND} + >=sys-apps/dbus-0.23.4" + +QA_EXECSTACK_x86="opt/skype/skype" +QA_EXECSTACK_amd64="opt/skype/skype" + +src_unpack() { + if use static; + then + unpack ${MY_PN}_staticQT-${PV}.tar.bz2 + else + unpack ${MY_PN}-${PV}.tar.bz2 + fi + cd ${P} + unpack skype-avatars-${AVATARV}.tgz + +} + +src_install() { + ## Install the wrapper script + #mv skype skype + #cp ${FILESDIR}/sDaemonWrapper-r1 skype + + # remove mprotect() restrictions for PaX usage - see Bug 100507 + [[ -x /sbin/chpax ]] && /sbin/chpax -m skype + + dodir /opt/${PN} + exeopts -m0755 + exeinto /opt/${PN} + doexe skype + doexe ${FILESDIR}/skype.sh + dosym /opt/skype/skype.sh /usr/bin/skype + + doexe skype-callto-handler + insinto /opt/${PN}/sound + doins sound/*.wav + + insinto /opt/${PN}/lang + doins lang/*.qm + #Skype still shows ALL languagues no matter what were installed + #for i in ${LINGUAS}; do + # if [ -f lang/${PN}_${i}.qm ]; then + # doins lang/${PN}_${i}.qm + # fi; + #done; + insinto /etc/dbus-1/system.d + newins ${FILESDIR}/skype.debus.config skype.conf + + insinto /opt/${PN}/avatars + doins avatars/*.jpg + + insinto /opt/${PN} + for SIZE in 16 32 48 + do + insinto /usr/share/icons/hicolor/${SIZE}x${SIZE}/apps + newins ${S}/icons/${PN}_${SIZE}_32.png ${PN}.png + done + + # The skype icon doesn't show up in gnome for some reason + # Putting the icon in /usr/share/pixmaps seems to solve it + insinto /usr/share/pixmaps + newins ${S}/icons/${PN}_48_32.png ${PN}.png + + fowners root:audio /opt/skype/skype + fowners root:audio /opt/skype/skype-callto-handler + + insinto /usr/share/applications/ + doins skype.desktop + + dodir /usr/bin/ + # Install the Documentation + dodoc README LICENSE + + # TODO: Optional configuration of callto:// in KDE, Mozilla and friends +} + +pkg_postinst() { + einfo "Have a look at ${PORTDIR}/licenses/${LICENSE} before running this software" + einfo "If you have sound problems please visit: " + einfo "http://forum.skype.com/bb/viewtopic.php?t=4489" + # This will always be true in future, since skype stores the contacts in + # the peer-to-peer network. + ewarn "If you are upgrading and skype does not autologin do a manual login" + ewarn "you will not lose your contacts." + + ewarn "" + ewarn "This release no longer uses the old wrapper because skype now uses + ALSA" + ewarn "" + +} |