# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="6" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-r3 python-r1 EGIT_BRANCH="master" EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" DESCRIPTION="xflux-gui is a gui for f.lux, which makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day" HOMEPAGE="https://justgetflux.com/" LICENSE="f.lux" SLOT="0" KEYWORDS="" IUSE="" DEPEND="dev-libs/libappindicator:2[python] dev-python/gconf-python x11-misc/xflux" RDEPEND="${DEPEND}"