]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - x11-plugins/purple-tox/purple-tox-9999.ebuild
x11-plugins/purple-tox: new ebuild
[CDN/portage-cdn.git] / x11-plugins / purple-tox / purple-tox-9999.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit git-r3
7
8 DESCRIPTION="Pidgin/Purple PRotocol PLugin for Tox"
9 HOMEPAGE="https://github.com/EionRobb/tox-prpl"
10 EGIT_REPO_URI="${HOMEPAGE}"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="net-im/pidgin
18 dev-vcs/git
19 net-libs/tox"
20 RDEPEND="${DEPEND}"