summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKarol Grudziński <krlgrudzinski@gmail.com>2017-03-03 09:56:37 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-07 04:14:52 +0100
commit476f71ae217c0db767216e2b4dc5f83e6cdfa389 (patch)
treed7a483f6868ea06f5f17495d5b3061fdabe0ba4a /net-im
parentnet-im/skypeforlinux: Add Karol Grudziński as co-maintainer (diff)
downloadgentoo-476f71ae217c0db767216e2b4dc5f83e6cdfa389.tar.gz
gentoo-476f71ae217c0db767216e2b4dc5f83e6cdfa389.tar.bz2
gentoo-476f71ae217c0db767216e2b4dc5f83e6cdfa389.zip
net-im/skypeforlinux: New version (5.0.0.5), remove old
- 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
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skypeforlinux/Manifest2
-rw-r--r--net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild)9
2 files changed, 3 insertions, 8 deletions
diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 7e4e0d67c616..d394378841e7 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -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
diff --git a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
index 7e0420078ad6..c5a2bef1406a 100644
--- a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
@@ -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."
-}