diff options
author | Raymond Jennings <shentino@gmail.com> | 2016-11-19 11:29:47 -0800 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-20 20:24:04 +0100 |
commit | 650d90b9fb494ec5f671ee35259204f584c6a016 (patch) | |
tree | 3bbaa1dd8dbb493eea60bace8319b0177cb85efa /net-im | |
parent | net-p2p/go-ethereum: version bump to 1.5.2 (diff) | |
download | gentoo-650d90b9fb494ec5f671ee35259204f584c6a016.tar.gz gentoo-650d90b9fb494ec5f671ee35259204f584c6a016.tar.bz2 gentoo-650d90b9fb494ec5f671ee35259204f584c6a016.zip |
net-im/skypeforlinux: Version bump
* Update to version 1.12.0.4
* Use EPREFIX instead of EROOT (Reported-by: Soap)
Closes: https://github.com/gentoo/gentoo/pull/2865
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/Manifest | 2 | ||||
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest index 0ae6f8cd54fd..ccf79dd0c996 100644 --- a/net-im/skypeforlinux/Manifest +++ b/net-im/skypeforlinux/Manifest @@ -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 diff --git a/net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild index 8d3e2a179aed..28b5b8475afc 100644 --- a/net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild @@ -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 } |