From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E4D313835A for ; Sat, 28 Nov 2020 09:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FEA0E0825; Sat, 28 Nov 2020 09:15:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AD67E0825 for ; Sat, 28 Nov 2020 09:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6322B340C6C for ; Sat, 28 Nov 2020 09:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F8146E for ; Sat, 28 Nov 2020 09:15:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606554921.9aba73ed5a96ea85683c3b721aac9fc8ad06c13f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-skypeweb/Manifest x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild X-VCS-Directories: x11-plugins/pidgin-skypeweb/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9aba73ed5a96ea85683c3b721aac9fc8ad06c13f X-VCS-Branch: master Date: Sat, 28 Nov 2020 09:15:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a971b25-16c5-4cc7-8a91-8144755fd75c X-Archives-Hash: 95df447c8571027bd16512d550c023ae commit: 9aba73ed5a96ea85683c3b721aac9fc8ad06c13f Author: Igor Mikeshin list ru> AuthorDate: Thu Nov 26 04:05:51 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Nov 28 09:15:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aba73ed x11-plugins/pidgin-skypeweb: version 1.7 bump Closes: https://bugs.gentoo.org/738180 Signed-off-by: Igor Mikeshin list.ru> Closes: https://github.com/gentoo/gentoo/pull/17251 Signed-off-by: Joonas Niilola gentoo.org> x11-plugins/pidgin-skypeweb/Manifest | 1 + .../pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest index 2dac376b7c0..5197220502e 100644 --- a/x11-plugins/pidgin-skypeweb/Manifest +++ b/x11-plugins/pidgin-skypeweb/Manifest @@ -1 +1,2 @@ DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478 +DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871 diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild new file mode 100644 index 00000000000..3c7e43e4e7b --- /dev/null +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +BDEPEND="virtual/pkgconfig" +RDEPEND="net-im/pidgin + dev-libs/json-glib" +DEPEND="${RDEPEND}" + +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!" +}