diff options
author | Lori Jakab <lori@icanhas.net> | 2016-09-20 18:03:18 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-09 10:21:02 +0200 |
commit | 31d73be3c9899ee9d5c43388f55281f057785054 (patch) | |
tree | d19b56ed2b5a6189e997f554db217910386f5131 /x11-plugins/pidgin-funyahoo-plusplus | |
parent | dev-php/pecl-cassandra: new package. (diff) | |
download | gentoo-31d73be3c9899ee9d5c43388f55281f057785054.tar.gz gentoo-31d73be3c9899ee9d5c43388f55281f057785054.tar.bz2 gentoo-31d73be3c9899ee9d5c43388f55281f057785054.zip |
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 <monsieurp@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-funyahoo-plusplus')
-rw-r--r-- | x11-plugins/pidgin-funyahoo-plusplus/metadata.xml | 12 | ||||
-rw-r--r-- | x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild | 17 |
2 files changed, 29 insertions, 0 deletions
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 @@ +<?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 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" |