commit:     4d7827fa8a81cbea9af60573508c4eea8c73cc0a
Author:     Guillaume Castagnino <casta <AT> xwing <DOT> info>
AuthorDate: Tue Sep 18 09:14:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 07:07:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7827fa

x11-plugins/pidgin-skypeweb: bump version to 1.5

Closes: https://bugs.gentoo.org/666464
Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9903

 x11-plugins/pidgin-skypeweb/Manifest               |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild     | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest 
b/x11-plugins/pidgin-skypeweb/Manifest
index 2dc25723bca..ba5d628ba8b 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -2,3 +2,4 @@ DIST pidgin-skypeweb-1.1.tar.gz 321761 BLAKE2B 
5968946352c272bea84bde3bf5bcc04a9
 DIST pidgin-skypeweb-1.2.2.tar.gz 410637 BLAKE2B 
4766042f31159c3165e54267cd108d91e8fb1f8997a5e401843ee419126b312cd21bff72d27009064f34fa3549b6635516214dca8e1901ad451b24b1b210b2dc
 SHA512 
4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d
 DIST pidgin-skypeweb-1.2.tar.gz 323263 BLAKE2B 
3a460fc53f53cb82608a9e09bfaa52c5ccd28350a485631725de953e020e9d05fb87a19e5e62198fe37e5590e763798ef8e20efd63ba84b46aeaf1ae314cb02a
 SHA512 
12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c
 DIST pidgin-skypeweb-1.4.tar.gz 436177 BLAKE2B 
1d78456a12d2ac52b7c0c6019148fad14ecb5a85f4d113dfa5c5916d64ecfaf6035b11cc348b8f3b0a7254a92ee0e35fef0fcacdb0ea69b092e528fab461728d
 SHA512 
58a5bc0db5ddaeb3614366eecbb0d72f02e504bb10278a5df3075c8d2aa29e2f9cc18242616d8380044982a76440f51bdceec20b277d826e8b3066b1e303145e
+DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 
0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b
 SHA512 
93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild 
b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
new file mode 100644
index 00000000000..4a71a461232
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin";
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+       dev-libs/json-glib"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
+
+pkg_postinst(){
+       elog "If you get error message like 'Failed getting Magic T value':"
+       elog "Go to https://web.skype.com ; Log In and follow the instructions 
to enable your account!"
+}

Reply via email to