# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Note: at the moment the Gtk3 code is commented-out in the Turpial source code, # so the qt4 flag is mandatory if you want a GUI. EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 git-r3 DESCRIPTION="A light, beautiful and functional microblogging client" HOMEPAGE="http://turpial.org.ve/" EGIT_REPO_URI="https://github.com/satanas/Turpial.git" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="phonon qt4" RDEPEND=" =net-libs/lib${PN}-${PV}[${PYTHON_USEDEP}] dev-python/pyinotify[${PYTHON_USEDEP}] dev-python/gst-python:1.0=[${PYTHON_USEDEP}] dev-python/Babel[${PYTHON_USEDEP}] qt4? ( dev-python/PyQt4[${PYTHON_USEDEP},webkit,phonon?] ) " DEPEND="${RDEPEND}"