# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 EGIT_REPO_URI="git://github.com/ssokolow/quicktile.git https://github.com/ssokolow/quicktile.git" PYTHON_COMPAT=( python2_7 ) inherit git-2 distutils-r1 DESCRIPTION="Keyboard-driven Window Tiling for your existing X11 window manager" HOMEPAGE="http://ssokolow.com/quicktile/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="dbus" DEPEND="" RDEPEND=" >=dev-python/pygtk-2.2 >=dev-python/libwnck-python-2.20 dev-python/python-xlib dbus? ( dev-python/dbus-python ) "