Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/skype: skype-4.1.0.20.ebuild ChangeLog
Date: Sun, 02 Dec 2012 12:48:28
Message-Id: 20121202124817.62F842171D@flycatcher.gentoo.org
1 ssuominen 12/12/02 12:48:17
2
3 Modified: ChangeLog
4 Added: skype-4.1.0.20.ebuild
5 Log:
6 Version bump wrt #443440 by Galym Kerimbekov and Tom Wijsman
7
8 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.142 net-im/skype/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/skype/ChangeLog?rev=1.142&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/skype/ChangeLog?rev=1.142&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/skype/ChangeLog?r1=1.141&r2=1.142
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v
20 retrieving revision 1.141
21 retrieving revision 1.142
22 diff -u -r1.141 -r1.142
23 --- ChangeLog 2 Dec 2012 11:27:03 -0000 1.141
24 +++ ChangeLog 2 Dec 2012 12:48:17 -0000 1.142
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/skype
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.141 2012/12/02 11:27:03 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.142 2012/12/02 12:48:17 ssuominen Exp $
30 +
31 +*skype-4.1.0.20 (02 Dec 2012)
32 +
33 + 02 Dec 2012; Samuli Suominen <ssuominen@g.o> +skype-4.1.0.20.ebuild:
34 + Version bump wrt #443440 by Galym Kerimbekov and Tom Wijsman
35
36 02 Dec 2012; Markos Chandras <hwoarang@g.o> metadata.xml:
37 Drop to maintainer-needed@g.o
38
39
40
41 1.1 net-im/skype/skype-4.1.0.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/skype/skype-4.1.0.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/skype/skype-4.1.0.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: skype-4.1.0.20.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.1.0.20.ebuild,v 1.1 2012/12/02 12:48:17 ssuominen Exp $
51
52 EAPI=5
53 inherit eutils gnome2-utils pax-utils
54
55 DESCRIPTION="An P2P Internet Telephony (VoiceIP) client"
56 HOMEPAGE="http://www.skype.com/"
57 SRC_URI="http://download.${PN}.com/linux/${P}.tar.bz2"
58
59 LICENSE="${PN}-4.0.0.7-copyright ${PN}-4.0.0.7-third-party_attributions.txt"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="pax_kernel selinux"
63
64 QA_PREBUILT=opt/bin/${PN}
65 RESTRICT="mirror strip" #299368
66
67 EMUL_X86_VER=20120520
68
69 DEPEND="x11-libs/qt-core:4"
70 RDEPEND="${DEPEND}
71 virtual/ttf-fonts
72 amd64? (
73 >=app-emulation/emul-linux-x86-baselibs-${EMUL_X86_VER}
74 >=app-emulation/emul-linux-x86-qtlibs-${EMUL_X86_VER}
75 >=app-emulation/emul-linux-x86-soundlibs-${EMUL_X86_VER}
76 >=app-emulation/emul-linux-x86-xlibs-${EMUL_X86_VER}
77 )
78 !amd64? (
79 media-libs/alsa-lib
80 x11-libs/libX11
81 x11-libs/libXext
82 x11-libs/libXScrnSaver
83 x11-libs/libXv
84 x11-libs/qt-dbus:4
85 x11-libs/qt-gui:4[accessibility,dbus]
86 x11-libs/qt-webkit:4
87 )
88 selinux? ( sec-policy/selinux-skype )"
89
90 src_compile() {
91 type -P lrelease >/dev/null && lrelease lang/*.ts
92 rm -f lang/*.ts
93 }
94
95 src_install() {
96 into /opt
97 dobin ${PN}
98 fowners root:audio /opt/bin/${PN}
99
100 insinto /etc/dbus-1/system.d
101 doins ${PN}.conf
102
103 insinto /usr/share/skype
104 doins -r avatars lang sounds
105
106 dodoc README
107
108 local res
109 for res in 16 32 48; do
110 newicon -s ${res} icons/SkypeBlue_${res}x${res}.png ${PN}.png
111 done
112
113 make_desktop_entry ${PN} 'Skype VoIP' ${PN} 'Network;InstantMessaging;Telephony'
114
115 if use pax_kernel; then
116 pax-mark Cm "${ED}"/opt/bin/${PN} || die
117 eqawarn "You have set USE=pax_kernel meaning that you intend to run"
118 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
119 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
120 eqawarn "you suspect that ${PN} is being broken by this modification,"
121 eqawarn "please open a bug."
122 fi
123
124 echo PRELINK_PATH_MASK=/opt/bin/${PN} > ${T}/99${PN}
125 doenvd "${T}"/99${PN} #430142
126 }
127
128 pkg_preinst() {
129 gnome2_icon_savelist
130
131 rm -rf "${EROOT}"/usr/share/${PN} #421165
132 }
133
134 pkg_postinst() {
135 gnome2_icon_cache_update
136
137 # http://bugs.gentoo.org/360815
138 elog "For webcam support, see \"LD_PRELOAD\" section of \"README.lib\" document provided by"
139 elog "media-libs/libv4l package and \"README\" document of this package."
140 if use amd64; then
141 elog "You can install app-emulation/emul-linux-x86-medialibs package for the 32bit"
142 elog "libraries from the media-libs/libv4l package."
143 fi
144 }
145
146 pkg_postrm() {
147 gnome2_icon_cache_update
148 }