EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 git-r3 EGIT_REPO_URI="https://github.com/lelutin/scout.git" DESCRIPTION="CLI to Tomboy/Gnote" HOMEPAGE="https://github.com/lelutin/scout" LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="|| ( app-misc/tomboy app-misc/gnote ) sys-apps/dbus" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] ${RDEPEND}" python_test() { nosetests || die }