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>
--- /dev/null
+<?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>
--- /dev/null
+# 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"