commit: 650d90b9fb494ec5f671ee35259204f584c6a016 Author: Raymond Jennings <shentino <AT> gmail <DOT> com> AuthorDate: Sat Nov 19 19:29:47 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Nov 20 19:24:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650d90b9
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 net-im/skypeforlinux/Manifest | 2 +- .../{skypeforlinux-1.11.0.1.ebuild => skypeforlinux-1.12.0.4.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest index 0ae6f8c..ccf79dd 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 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 8d3e2a1..28b5b84 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 }
