summaryrefslogtreecommitdiff
blob: 41483800e08ae522ee881d9ba4bcf2b128bbe9c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit cmake-utils git-r3 vala

DESCRIPTION="Vala/Gtk+ graphical user interface for Tox"

HOMEPAGE="http://wiki.tox.im/Venom"
EGIT_REPO_URI="https://github.com/naxuroqa/Venom.git"


LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-libs/json-glib
		dev-db/sqlite
		net-im/tox-core
		>=x11-libs/gtk+-3.4:3
		$(vala_depend)"
RDEPEND="${DEPEND}"