Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Tue, 07 Mar 2017 03:17:19
Message-Id: 1488856492.476f71ae217c0db767216e2b4dc5f83e6cdfa389.mgorny@gentoo
1 commit: 476f71ae217c0db767216e2b4dc5f83e6cdfa389
2 Author: Karol Grudziński <krlgrudzinski <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 3 08:56:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 03:14:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476f71ae
7
8 net-im/skypeforlinux: New version (5.0.0.5), remove old
9
10 - Added ebuild for new version (5.0.0.5)
11 - Removed ebuild for version not available anymore (1.16.0.1)
12
13 Closes: https://github.com/gentoo/gentoo/pull/4102
14
15 net-im/skypeforlinux/Manifest | 2 +-
16 ...kypeforlinux-1.16.0.1.ebuild => skypeforlinux-5.0.0.5.ebuild} | 9 ++-------
17 2 files changed, 3 insertions(+), 8 deletions(-)
18
19 diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
20 index 7e4e0d67c61..d394378841e 100644
21 --- a/net-im/skypeforlinux/Manifest
22 +++ b/net-im/skypeforlinux/Manifest
23 @@ -1,2 +1,2 @@
24 -DIST skypeforlinux_1.16.0.1-1.x86_64.rpm 63509620 SHA256 9a20934dfaa7680fcd2ff2ea6087074cc703fb5c21fd243750ce36dce1ed46b2 SHA512 b9a32381c5a3deaf2355c7803f3d39dab20a1173383f3c952f077db7880aaba302ae3e67e6793b1b1b9459e119734b095b971142cc818a9e7dfe6370b4a8df28 WHIRLPOOL 6f066af386323dd2fc4ab6e590d5c296928f4a0e580efaed5d155a28c59ccfc629ec23de8db29c52f71d5ae966cfa117d4933359a6a6e39d3f6257f383f0a1c8
25 DIST skypeforlinux_1.17.0.1-1.x86_64.rpm 63527308 SHA256 3eb614781bb55d3e29097192bf4bab3ab1df4215d63e0c610375fce361d95c20 SHA512 2d11c1bae5c13812b61c6aa91d215faefe0c0920f4c9d69741906f1d47db501f0f15dabcfe1675c0439fc855eff6a258b2104fb9b213d0fadcd5432b03be6ca4 WHIRLPOOL 3f91650271579e810ddf3e7c1988ae75ecdc782f5ebddf69dff7ddc824dd98dfcec2c8211ffdbad53e021fe9959a9beec64c9966f57e565ba8157c17110bb888
26 +DIST skypeforlinux_5.0.0.5-1.x86_64.rpm 67525460 SHA256 afd90e232849e90508f7ce06c765d850e9353f8074443d9f1d99fc0c53789cef SHA512 fe09406d57cc02910078c4ede54986753a671cd7b31fa6733f7c111cecf0cc574b13f08980470a32b9921b77ab1fc2cac24faef5fcd2110e8e579003d6e035f0 WHIRLPOOL 87cf34808494a4b46788e9f8539b5b435a59bfa583456bd8c0c6c17f890e3ff6b44a168d25c588cdaf98431db0b3261f423c021cf9aa85b92bbed772c91b6376
27
28 diff --git a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
29 similarity index 92%
30 rename from net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
31 rename to net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
32 index 7e0420078ad..c5a2bef1406 100644
33 --- a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
34 +++ b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -inherit eutils rpm
40 +inherit eutils pax-utils rpm
41
42 DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
43 HOMEPAGE="https://www.skype.com/"
44 @@ -96,7 +96,7 @@ src_install() {
45 domenu usr/share/applications/skypeforlinux.desktop
46
47 if use pax_kernel; then
48 - paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
49 + pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
50 eqawarn "You have set USE=pax_kernel meaning that you intend to run"
51 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
52 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
53 @@ -104,8 +104,3 @@ src_install() {
54 eqawarn "please open a bug."
55 fi
56 }
57 -
58 -pkg_postinst() {
59 - einfo "See https://support.skype.com/en/faq/FA34656"
60 - einfo "for more information about Skype for Linux Alpha."
61 -}