logo

overlay

My (experimental) gentoo overlay
commit: 56f5c3e782983d77a8cfaaf190dd3bf2829e94b7
parent: 37b7e7256b57f6c850a6b56fcda683864b65e1b5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 27 Dec 2017 19:17:22 +0100

x11-plugins/purple-discord: Import from https://github.com/EionRobb/purple-discord/files/994369/ebuild.zip

Diffstat:

Ax11-plugins/purple-discord/purple-discord-9999.ebuild19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/x11-plugins/purple-discord/purple-discord-9999.ebuild b/x11-plugins/purple-discord/purple-discord-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord" +HOMEPAGE="https://github.com/EionRobb/purple-discord" +EGIT_REPO_URI="${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-im/pidgin + dev-libs/json-glib" +RDEPEND="${DEPEND}"