# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="Configuration GUI for x11-misc/wbar" HOMEPAGE="http://koti.kapsi.fi/ighea/wbarconf/" SRC_URI="http://koti.kapsi.fi/ighea/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" sys-devel/gettext " RDEPEND=" ${PYTHON_DEPS} >=x11-misc/wbar-1.3.3 $(python_gen_cond_dep ' dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] ') " PATCHES=( "${FILESDIR}"/${P}-install.patch ) S="${WORKDIR}/${PN}" src_compile() { python_fix_shebang wbarconf } src_install() { ./install.sh "${ED}/usr" || die "./install.sh failed" if [[ "${P}" != "${PF}" ]]; then mv "${ED}"/usr/share/doc/{${P},${PF}} || die fi }