summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/skype/ChangeLog6
-rw-r--r--net-im/skype/skype-4.0.0.7-r2.ebuild114
-rw-r--r--net-im/skype/skype-4.0.0.8.ebuild114
3 files changed, 5 insertions, 229 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog
index 2e365d60a1a7..a6914fb29286 100644
--- a/net-im/skype/ChangeLog
+++ b/net-im/skype/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/skype
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.136 2012/08/06 08:49:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.137 2012/08/06 08:54:05 ssuominen Exp $
+
+ 06 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -skype-4.0.0.7-r2.ebuild,
+ -skype-4.0.0.8.ebuild:
+ old
*skype-4.0.0.8-r1 (06 Aug 2012)
diff --git a/net-im/skype/skype-4.0.0.7-r2.ebuild b/net-im/skype/skype-4.0.0.7-r2.ebuild
deleted file mode 100644
index 1d622cee8b23..000000000000
--- a/net-im/skype/skype-4.0.0.7-r2.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.0.0.7-r2.ebuild,v 1.4 2012/06/15 11:50:32 ssuominen Exp $
-
-EAPI=4
-inherit eutils gnome2-utils pax-utils
-
-DESCRIPTION="An P2P Internet Telephony (VoiceIP) client"
-HOMEPAGE="http://www.skype.com/"
-SKYPE_URI="http://download.${PN}.com/linux"
-SRC_URI="!qt-static? ( ${SKYPE_URI}/${P}.tar.bz2 )
- qt-static? ( ${SKYPE_URI}/${PN}_static-${PV}.tar.bz2 )"
-
-LICENSE="${P}-copyright ${P}-third-party_attributions.txt"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel qt-static"
-
-QA_PREBUILT=opt/bin/${PN}
-RESTRICT="mirror strip" #299368
-
-EMUL_X86_VER=20120520
-
-RDEPEND="virtual/ttf-fonts
- amd64? (
- >=app-emulation/emul-linux-x86-baselibs-${EMUL_X86_VER}
- >=app-emulation/emul-linux-x86-soundlibs-${EMUL_X86_VER}
- >=app-emulation/emul-linux-x86-xlibs-${EMUL_X86_VER}
- !qt-static? ( >=app-emulation/emul-linux-x86-qtlibs-${EMUL_X86_VER} )
- )
- x86? (
- media-libs/alsa-lib
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXScrnSaver
- x11-libs/libXv
- qt-static? (
- >=dev-libs/glib-2.28
- media-libs/fontconfig
- >=media-libs/freetype-2
- >=media-libs/tiff-3.9.5-r3:3
- sys-libs/zlib
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXrender
- )
- !qt-static? (
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4[accessibility,dbus]
- )
- )"
-
-src_unpack() {
- unpack ${A}
- [[ -d ${S} ]] || { mv skype* "${S}" || die; }
-}
-
-src_compile() {
- type -P lrelease >/dev/null && lrelease lang/*.ts
- rm -f lang/*.ts
-}
-
-src_install() {
- into /opt
- dobin ${PN}
- fowners root:audio /opt/bin/${PN}
-
- insinto /etc/dbus-1/system.d
- doins ${PN}.conf
-
- insinto /usr/share/skype
- doins -r avatars lang sounds
-
- dodoc README
-
- local res
- for res in 16 32 48; do
- newicon -s ${res} icons/SkypeBlue_${res}x${res}.png ${PN}.png
- done
-
- make_desktop_entry ${PN} 'Skype VoIP' ${PN} 'Network;InstantMessaging;Telephony'
-
- if use pax_kernel; then
- pax-mark Cm "${ED}"/opt/bin/${PN} || die
- eqawarn "You have set USE=pax_kernel meaning that you intend to run"
- eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
- eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
- eqawarn "you suspect that ${PN} is being broken by this modification,"
- eqawarn "please open a bug."
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-
- rm -rf "${EROOT}"/usr/share/${PN} #421165
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-
- # http://bugs.gentoo.org/360815
- elog "For webcam support, see \"LD_PRELOAD\" section of \"README.lib\" document provided by"
- elog "media-libs/libv4l package and \"README\" document of this package."
- if use amd64; then
- elog "You can install app-emulation/emul-linux-x86-medialibs package for the 32bit"
- elog "libraries from the media-libs/libv4l package."
- fi
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/net-im/skype/skype-4.0.0.8.ebuild b/net-im/skype/skype-4.0.0.8.ebuild
deleted file mode 100644
index ce73c31fb072..000000000000
--- a/net-im/skype/skype-4.0.0.8.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.0.0.8.ebuild,v 1.1 2012/07/18 11:48:24 jlec Exp $
-
-EAPI=4
-inherit eutils gnome2-utils pax-utils
-
-DESCRIPTION="An P2P Internet Telephony (VoiceIP) client"
-HOMEPAGE="http://www.skype.com/"
-SKYPE_URI="http://download.${PN}.com/linux"
-SRC_URI="!qt-static? ( ${SKYPE_URI}/${P}.tar.bz2 )
- qt-static? ( ${SKYPE_URI}/${PN}_static-${PV}.tar.bz2 )"
-
-LICENSE="${PN}-4.0.0.7-copyright ${PN}-4.0.0.7-third-party_attributions.txt"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel qt-static"
-
-QA_PREBUILT=opt/bin/${PN}
-RESTRICT="mirror strip" #299368
-
-EMUL_X86_VER=20120520
-
-RDEPEND="virtual/ttf-fonts
- amd64? (
- >=app-emulation/emul-linux-x86-baselibs-${EMUL_X86_VER}
- >=app-emulation/emul-linux-x86-soundlibs-${EMUL_X86_VER}
- >=app-emulation/emul-linux-x86-xlibs-${EMUL_X86_VER}
- !qt-static? ( >=app-emulation/emul-linux-x86-qtlibs-${EMUL_X86_VER} )
- )
- x86? (
- media-libs/alsa-lib
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXScrnSaver
- x11-libs/libXv
- qt-static? (
- >=dev-libs/glib-2.28
- media-libs/fontconfig
- >=media-libs/freetype-2
- >=media-libs/tiff-3.9.5-r3:3
- sys-libs/zlib
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXrender
- )
- !qt-static? (
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4[accessibility,dbus]
- )
- )"
-
-src_unpack() {
- unpack ${A}
- [[ -d ${S} ]] || { mv skype* "${S}" || die; }
-}
-
-src_compile() {
- type -P lrelease >/dev/null && lrelease lang/*.ts
- rm -f lang/*.ts
-}
-
-src_install() {
- into /opt
- dobin ${PN}
- fowners root:audio /opt/bin/${PN}
-
- insinto /etc/dbus-1/system.d
- doins ${PN}.conf
-
- insinto /usr/share/skype
- doins -r avatars lang sounds
-
- dodoc README
-
- local res
- for res in 16 32 48; do
- newicon -s ${res} icons/SkypeBlue_${res}x${res}.png ${PN}.png
- done
-
- make_desktop_entry ${PN} 'Skype VoIP' ${PN} 'Network;InstantMessaging;Telephony'
-
- if use pax_kernel; then
- pax-mark Cm "${ED}"/opt/bin/${PN} || die
- eqawarn "You have set USE=pax_kernel meaning that you intend to run"
- eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
- eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
- eqawarn "you suspect that ${PN} is being broken by this modification,"
- eqawarn "please open a bug."
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-
- rm -rf "${EROOT}"/usr/share/${PN} #421165
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-
- # http://bugs.gentoo.org/360815
- elog "For webcam support, see \"LD_PRELOAD\" section of \"README.lib\" document provided by"
- elog "media-libs/libv4l package and \"README\" document of this package."
- if use amd64; then
- elog "You can install app-emulation/emul-linux-x86-medialibs package for the 32bit"
- elog "libraries from the media-libs/libv4l package."
- fi
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}