diff options
Diffstat (limited to 'x11-plugins/pidgin-funyahoo-plusplus')
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-funyahoo-plusplus/Manifest b/x11-plugins/pidgin-funyahoo-plusplus/Manifest new file mode 100644 index 000000000000..1993339db69d --- /dev/null +++ b/x11-plugins/pidgin-funyahoo-plusplus/Manifest @@ -0,0 +1,3 @@ +EBUILD pidgin-funyahoo-plusplus-9999.ebuild 415 SHA256 87c29dd3703f50e08e72471c0f77a56cefedc43f8731631c760cfbe18cd0af0f SHA512 0cf2673cd607246562ff572b8ea52a7e371aba669ac0dd668010f64df268fb4154b4e6214a309d6e58ac52357c0de30bc78f46034d16bb62e24ac86d09299ccf WHIRLPOOL 6cec1703f30e10318fa3ae4bcf4de32ea76bcb854c4d4ecc3422570111847bc910088952ec5c1227defa97283612bb431bc1b97e3ba61e9065006a227c334030 +MISC ChangeLog 552 SHA256 6a1e396fc2db78bbf731bdf93b7fa1ff39d5ebf17b2fcdd75b8c0a56d5bb0414 SHA512 57926d385d1d3f0ef6907cf3956260e8d094a62de600b53fad635ce70f7c1e983bb2a93ed04db7c873e43fec42bcadb284b08b63e8e5c948c46b544da569234b WHIRLPOOL 9d9e66d478e4e0f423f06bf36b2935eeeb479664ec541106ddcedf0a1916030d2c8e04feaf8147402e98df39ce5b6e06bdbd106eee969615d17009b7f0c3de58 +MISC metadata.xml 466 SHA256 5a3f2f9c39a0a04e6c1d40984a10446c0f10f7dfde4501359e0dd6121e4fed29 SHA512 a7101be135df106c9a500a21a7ffc9e481cd03c6be13f6209f2f835069ba00f7d4bf66380abe99117e6c8df2aae0ba31b754bd11dc144d8a01dce44bbd95086e WHIRLPOOL 36f914c7dd58900bf76f393eeb58edb50173b326870eade2c9ab71b1979a347fc7d703e8567a8b076482e74b77e7f61567df70befb7d379cd419a7131068fecd diff --git a/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml b/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml new file mode 100644 index 000000000000..255ffd68061a --- /dev/null +++ b/x11-plugins/pidgin-funyahoo-plusplus/metadata.xml @@ -0,0 +1,15 @@ +<?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> + <upstream> + <remote-id type="github">EionRobb/funyahoo-plusplus</remote-id> + </upstream> +</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..549de1ad1ec3 --- /dev/null +++ b/x11-plugins/pidgin-funyahoo-plusplus/pidgin-funyahoo-plusplus-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" |