# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 git-r3 DESCRIPTION="A command line tool that generates XDG menus for several window managers" HOMEPAGE="https://github.com/gapan/xdgmenumaker" EGIT_REPO_URI="https://github.com/gapan/${PN}.git" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} dev-python/pygtk[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] " REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_install() { emake install DESTDIR=${D} PREFIX=/usr dodoc README.md }