net-im/skypeforlinux: Version bump
authorRaymond Jennings <shentino@gmail.com>
Sat, 19 Nov 2016 19:29:47 +0000 (11:29 -0800)
committerDavid Seifert <soap@gentoo.org>
Sun, 20 Nov 2016 19:24:04 +0000 (20:24 +0100)
* Update to version 1.12.0.4
* Use EPREFIX instead of EROOT (Reported-by: Soap)
Closes: https://github.com/gentoo/gentoo/pull/2865

net-im/skypeforlinux/Manifest
net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild [moved from net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild with 95% similarity]

index 0ae6f8cd54fdef86d25c632b2224a648006f1dc2..ccf79dd0c996b7100d02340b06984d3dd59c2900 100644 (file)
@@ -1 +1 @@
-DIST skypeforlinux_1.11.0.1-1.x86_64.rpm 63377325 SHA256 cddd5bc09b82f8b82bf8361a5b7718f67840f286bfbcf67a30f94cd5eebaf827 SHA512 11d64352790a096498c35394392082e549c39c0295c6fed5c040838614e91f17b4086d5f203eebc089605f48bbd6b2efcbc3845dff73df6f507b48e5d82e8f1b WHIRLPOOL 6225d24211f795694d7b75d40851580b93f9ee24ff3dc005d404b998f9a477ad12aefc2b5af056b24a84eb4d4975e690f371392eb37c6fd4c8ce5efde9b854da
+DIST skypeforlinux_1.12.0.4-1.x86_64.rpm 63402792 SHA256 533cc3051534e5e37614535bda30efa1db09988295dd481fc6ceefba2ea5ea43 SHA512 b611ff9d9ad236f04f068184acc24905e26e7f08a3b93a1d2bc859c77449da56ad5cb68b5a1c4fb7dda6d8af4489f594d8e9142c9557e3339e7fee18b94c598b WHIRLPOOL c894e1763924295b2b64ac57454dfb08c7d4d2a4a4b4035bbf5931bf970c9c35328c1a8a21a4e2d572db635b5a31befd99c565ea448395f7655e03324f6a1b02
similarity index 95%
rename from net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild
rename to net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild
index 8d3e2a179aed01e16d896fef0154a478425f876d..28b5b8475afc22d7c0b116d51c79b704293fe649 100644 (file)
@@ -56,9 +56,9 @@ src_unpack() {
 
 src_prepare() {
        default
-       sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EROOT%/}/opt/skypeforlinux/skypeforlinux!" \
+       sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
                -i usr/bin/skypeforlinux || die
-       sed -e "s!^Exec=.*!Exec=${EROOT%/}/opt/bin/skypeforlinux!" \
+       sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
                -e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
                -i usr/share/applications/skypeforlinux.desktop || die
 }