summaryrefslogtreecommitdiff
blob: fbec51b431f78a3121b5ea584910e6a793b46142 (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
26
27
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit autotools git-r3 python-single-r1

DESCRIPTION="EFL user interface for connman"
HOMEPAGE="http://www.enlightenment.org/"
EGIT_REPO_URI="http://git.enlightenment.org/apps/econnman.git"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="
	dev-python/python-efl[${PYTHON_USEDEP}]
	net-misc/connman:0"
DEPEND="${RDEPEND}"

src_prepare() {
	eautoreconf
}