x11-plugins/pidgin-funyahoo-plusplus: new package.
authorLori Jakab <lori@icanhas.net>
Tue, 20 Sep 2016 15:03:18 +0000 (18:03 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 9 Oct 2016 08:21:02 +0000 (10:21 +0200)
A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple.

Gentoo-Bug: https://bugs.gentoo.org/591650
Closes: https://github.com/gentoo/gentoo/pull/2374

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
x11-plugins/pidgin-funyahoo-plusplus/metadata.xml [new file with mode: 0644]
x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml b/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml
new file mode 100644 (file)
index 0000000..8493c14
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lori@icanhas.net</email>
+    <name>Lori Jakab</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild b/x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild
new file mode 100644 (file)
index 0000000..a546dca
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit git-r3
+
+DESCRIPTION="Yahoo! (2016) Protocol Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/funyahoo-plusplus"
+EGIT_REPO_URI="https://github.com/EionRobb/funyahoo-plusplus"
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+       dev-libs/json-glib"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"