From 31d73be3c9899ee9d5c43388f55281f057785054 Mon Sep 17 00:00:00 2001 From: Lori Jakab Date: Tue, 20 Sep 2016 18:03:18 +0300 Subject: [PATCH] x11-plugins/pidgin-funyahoo-plusplus: new package. 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 --- .../pidgin-funyahoo-plusplus/metadata.xml | 12 ++++++++++++ .../pidgin-funyahoo-plusplus-9999.ebuild | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 x11-plugins/pidgin-funyahoo-plusplus/metadata.xml create mode 100644 x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild diff --git a/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml b/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml new file mode 100644 index 000000000000..8493c14b026e --- /dev/null +++ b/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml @@ -0,0 +1,12 @@ + + + + + lori@icanhas.net + Lori Jakab + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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 index 000000000000..a546dca6a827 --- /dev/null +++ b/x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild @@ -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" -- 2.26.2