Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
Date: Sat, 22 Sep 2018 07:07:35
Message-Id: 1537600033.4d7827fa8a81cbea9af60573508c4eea8c73cc0a.mgorny@gentoo
1 commit: 4d7827fa8a81cbea9af60573508c4eea8c73cc0a
2 Author: Guillaume Castagnino <casta <AT> xwing <DOT> info>
3 AuthorDate: Tue Sep 18 09:14:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 07:07:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7827fa
7
8 x11-plugins/pidgin-skypeweb: bump version to 1.5
9
10 Closes: https://bugs.gentoo.org/666464
11 Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/9903
15
16 x11-plugins/pidgin-skypeweb/Manifest | 1 +
17 .../pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild | 24 ++++++++++++++++++++++
18 2 files changed, 25 insertions(+)
19
20 diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
21 index 2dc25723bca..ba5d628ba8b 100644
22 --- a/x11-plugins/pidgin-skypeweb/Manifest
23 +++ b/x11-plugins/pidgin-skypeweb/Manifest
24 @@ -2,3 +2,4 @@ DIST pidgin-skypeweb-1.1.tar.gz 321761 BLAKE2B 5968946352c272bea84bde3bf5bcc04a9
25 DIST pidgin-skypeweb-1.2.2.tar.gz 410637 BLAKE2B 4766042f31159c3165e54267cd108d91e8fb1f8997a5e401843ee419126b312cd21bff72d27009064f34fa3549b6635516214dca8e1901ad451b24b1b210b2dc SHA512 4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d
26 DIST pidgin-skypeweb-1.2.tar.gz 323263 BLAKE2B 3a460fc53f53cb82608a9e09bfaa52c5ccd28350a485631725de953e020e9d05fb87a19e5e62198fe37e5590e763798ef8e20efd63ba84b46aeaf1ae314cb02a SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c
27 DIST pidgin-skypeweb-1.4.tar.gz 436177 BLAKE2B 1d78456a12d2ac52b7c0c6019148fad14ecb5a85f4d113dfa5c5916d64ecfaf6035b11cc348b8f3b0a7254a92ee0e35fef0fcacdb0ea69b092e528fab461728d SHA512 58a5bc0db5ddaeb3614366eecbb0d72f02e504bb10278a5df3075c8d2aa29e2f9cc18242616d8380044982a76440f51bdceec20b277d826e8b3066b1e303145e
28 +DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478
29
30 diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
31 new file mode 100644
32 index 00000000000..4a71a461232
33 --- /dev/null
34 +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
35 @@ -0,0 +1,24 @@
36 +# Copyright 1999-2018 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +DESCRIPTION="SkypeWeb Plugin for Pidgin"
42 +HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
43 +SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +KEYWORDS="~amd64 ~x86"
47 +SLOT="0"
48 +
49 +RDEPEND="net-im/pidgin
50 + dev-libs/json-glib"
51 +DEPEND="${RDEPEND}
52 + virtual/pkgconfig"
53 +
54 +S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
55 +
56 +pkg_postinst(){
57 + elog "If you get error message like 'Failed getting Magic T value':"
58 + elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
59 +}