summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2016-07-24 11:12:23 -0700
committerPatrice Clement <monsieurp@gentoo.org>2016-07-25 17:11:23 +0200
commit900a6b46428f130bf509d9a0fd1af0fe9409f3f4 (patch)
treeda8655a81851107f8ab85b514c10884e8192c648 /x11-plugins/pidgin-skypeweb
parentdev-php/pecl-timezonedb: Drop old (diff)
downloadgentoo-900a6b46428f130bf509d9a0fd1af0fe9409f3f4.tar.gz
gentoo-900a6b46428f130bf509d9a0fd1af0fe9409f3f4.tar.bz2
gentoo-900a6b46428f130bf509d9a0fd1af0fe9409f3f4.zip
x11-plugins/pidgin-skypeweb-1.2: version bump
Closes: https://github.com/gentoo/gentoo/pull/1956 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-skypeweb')
-rw-r--r--x11-plugins/pidgin-skypeweb/Manifest1
-rw-r--r--x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index ce883fb352ad..e0d10c2dc90d 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1 +1,2 @@
DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca
+DIST pidgin-skypeweb-1.2.tar.gz 323263 SHA256 a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c WHIRLPOOL 27ff944e8e6479c320e0cd897c43475aec0ff76520eb504c2aa1f8061bfb7b435001f8c6a26771a0b50d4aac12bdea57b446a778b73a87f7a88ccff0c1fddf7f
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
new file mode 100644
index 000000000000..4a23cb03cfa1
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"