Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Thu, 28 Sep 2017 09:31:59
Message-Id: 1506591104.e2ef40593daaf9c1c5cd904c0eaae124c87b4913.monsieurp@gentoo
1 commit: e2ef40593daaf9c1c5cd904c0eaae124c87b4913
2 Author: Karol GrudziƄski <krlgrudzinski+gentoo <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 25 17:25:31 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 09:31:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ef4059
7
8 net-im/skypeforlinux: version bump to 5.5.0.1.
9
10 - Bump to 5.5.0.1
11 - Remove ebuild for unfetchable version 5.3.0.1
12
13 Package-Manager: Portage-2.3.10, Repoman-2.3.3
14 Closes: https://github.com/gentoo/gentoo/pull/5791
15
16 net-im/skypeforlinux/Manifest | 2 +-
17 ...eforlinux-5.3.0.1.ebuild => skypeforlinux-5.5.0.1.ebuild} | 12 +++++++++++-
18 2 files changed, 12 insertions(+), 2 deletions(-)
19
20 diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
21 index ab4b9bcaf6e..4330b9f02cb 100644
22 --- a/net-im/skypeforlinux/Manifest
23 +++ b/net-im/skypeforlinux/Manifest
24 @@ -1,2 +1,2 @@
25 -DIST skypeforlinux_5.3.0.1-1.x86_64.rpm 68386976 SHA256 6ce0c4f39de94f65c47a56126d9413bef159086f1065c4ba5803ab2540a79c04 SHA512 ff0ff8724d7887ab3960cabd5d78119dbd61ccf45a2b1ab94ed09eba41af435eeeb86566d0f0f22a7e9c6c8ba19b72841ca3c1acab547675ac518990e8a73ff0 WHIRLPOOL 19c72110cbfe80c17a14e851a40547dfeac39eafddca11c04b598de4809adeaf4cfa4417019c227cd9217935f6bc18b59b1c6fa6d7444ddc15e9b4427ef20332
26 DIST skypeforlinux_5.4.0.1-1.x86_64.rpm 72058201 SHA256 7acb723ba220ba2a2776f98a021a47223ead0a7959f33201ec6d4e9145024702 SHA512 706d33b1ea5c0b9e7aa1799b06ac465f5aafc29627ef4b3660598b0f1762986ba217af0903af1da41f2478ca5011adf9070fe7a331ecfcb028f81ca839b03ccb WHIRLPOOL 83a4fe4931432d7a5fce7231e008011905a41fb6f28240a42c355bc27d673033eecbddfc100da053a9efbea5c1d5c89161e1aab88394ab775a16ebf6848ae819
27 +DIST skypeforlinux_5.5.0.1-1.x86_64.rpm 72080362 SHA256 f32db8a5858a9eb8dde3ca7b29b920649bb2422649ccb58ffee77ff73d81a919 SHA512 73ae5e8443e8e7110a74456d336933d1fe1873009189e764e31904b7c82b3c6b0a6603e527d455b08e780a73b5c1f7794faea5de8179cb600114561ffbb5bcd9 WHIRLPOOL 467d1442ff1d8b0ed8756d1f82dae32d3f182c20f84e944835a564537dff34000504216a445f1ebc9e9ac19553e21646b212baec34154c5b08e6a664059a42bb
28
29 diff --git a/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild
30 similarity index 94%
31 rename from net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild
32 rename to net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild
33 index 257adc73a2f..0d20e2a089c 100644
34 --- a/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild
35 +++ b/net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild
36 @@ -5,7 +5,7 @@ EAPI=6
37
38 MULTILIB_COMPAT=( abi_x86_64 )
39
40 -inherit eutils pax-utils rpm multilib-build
41 +inherit pax-utils rpm multilib-build xdg-utils
42
43 DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
44 HOMEPAGE="https://www.skype.com/"
45 @@ -106,3 +106,13 @@ src_install() {
46 eqawarn "please open a bug."
47 fi
48 }
49 +
50 +pkg_postinst() {
51 + xdg_desktop_database_update
52 + xdg_mimeinfo_database_update
53 +}
54 +
55 +pkg_postrm() {
56 + xdg_desktop_database_update
57 + xdg_mimeinfo_database_update
58 +}