summaryrefslogtreecommitdiff
blob: 954be24189f65216bc10e3b805e10cfd12d07881 (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
28
29
30
31
32
33
34
35
36
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils eutils

DESCRIPTION="A Python application to manage your S60 3rd/5th Edition mobile phone"
HOMEPAGE="http://series60-remote.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="stats obex"

RDEPEND="obex? ( app-mobilephone/obexftp[python] )
	stats? ( dev-python/matplotlib )
	dev-python/pybluez
	dev-python/PyQt4[sql,webkit]"

RESTRICT_PYTHON_ABIS="3.*"

DOCS="TODO Changelog"

src_prepare() {
	epatch "${FILESDIR}/${PN}-menufix.patch"
	distutils_src_prepare
}

src_compile() {
	{ :; }
}