net-im/skypeforlinux: New version (5.0.0.5), remove old
authorKarol Grudziński <krlgrudzinski@gmail.com>
Fri, 3 Mar 2017 08:56:37 +0000 (09:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 7 Mar 2017 03:14:52 +0000 (04:14 +0100)
- Added ebuild for new version (5.0.0.5)
- Removed ebuild for version not available anymore (1.16.0.1)

Closes: https://github.com/gentoo/gentoo/pull/4102

net-im/skypeforlinux/Manifest
net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild [moved from net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild with 92% similarity]

index 7e4e0d67c6160a981935e67d790283a02d63540b..d394378841e76297c7c2171e16a61d39653bcf55 100644 (file)
@@ -1,2 +1,2 @@
-DIST skypeforlinux_1.16.0.1-1.x86_64.rpm 63509620 SHA256 9a20934dfaa7680fcd2ff2ea6087074cc703fb5c21fd243750ce36dce1ed46b2 SHA512 b9a32381c5a3deaf2355c7803f3d39dab20a1173383f3c952f077db7880aaba302ae3e67e6793b1b1b9459e119734b095b971142cc818a9e7dfe6370b4a8df28 WHIRLPOOL 6f066af386323dd2fc4ab6e590d5c296928f4a0e580efaed5d155a28c59ccfc629ec23de8db29c52f71d5ae966cfa117d4933359a6a6e39d3f6257f383f0a1c8
 DIST skypeforlinux_1.17.0.1-1.x86_64.rpm 63527308 SHA256 3eb614781bb55d3e29097192bf4bab3ab1df4215d63e0c610375fce361d95c20 SHA512 2d11c1bae5c13812b61c6aa91d215faefe0c0920f4c9d69741906f1d47db501f0f15dabcfe1675c0439fc855eff6a258b2104fb9b213d0fadcd5432b03be6ca4 WHIRLPOOL 3f91650271579e810ddf3e7c1988ae75ecdc782f5ebddf69dff7ddc824dd98dfcec2c8211ffdbad53e021fe9959a9beec64c9966f57e565ba8157c17110bb888
+DIST skypeforlinux_5.0.0.5-1.x86_64.rpm 67525460 SHA256 afd90e232849e90508f7ce06c765d850e9353f8074443d9f1d99fc0c53789cef SHA512 fe09406d57cc02910078c4ede54986753a671cd7b31fa6733f7c111cecf0cc574b13f08980470a32b9921b77ab1fc2cac24faef5fcd2110e8e579003d6e035f0 WHIRLPOOL 87cf34808494a4b46788e9f8539b5b435a59bfa583456bd8c0c6c17f890e3ff6b44a168d25c588cdaf98431db0b3261f423c021cf9aa85b92bbed772c91b6376
similarity index 92%
rename from net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
rename to net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
index 7e0420078ad6b96971e5a2776cd1c9282303d7a7..c5a2bef1406ab4f75fbbd59b7cd4be664c073917 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils rpm
+inherit eutils pax-utils rpm
 
 DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
 HOMEPAGE="https://www.skype.com/"
@@ -96,7 +96,7 @@ src_install() {
        domenu usr/share/applications/skypeforlinux.desktop
 
        if use pax_kernel; then
-               paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
+               pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
                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"
@@ -104,8 +104,3 @@ src_install() {
                eqawarn "please open a bug."
        fi
 }
-
-pkg_postinst() {
-       einfo "See https://support.skype.com/en/faq/FA34656"
-       einfo "for more information about Skype for Linux Alpha."
-}