# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_6} ) inherit eutils python-single-r1 bash-completion-r1 git-r3 DESCRIPTION="Entropy Package Manager text-based client" HOMEPAGE="http://www.sabayon.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" EGIT_REPO_URI="https://github.com/Sabayon/entropy.git" S="${WORKDIR}/${P}/client" MISC_DIR="${WORKDIR}/${P}/misc" COMMON_DEPEND="${PYTHON_DEPS} sys-apps/entropy[${PYTHON_USEDEP}]" DEPEND="${COMMON_DEPEND} dev-util/intltool app-text/asciidoc" RDEPEND="${COMMON_DEPEND} sys-apps/file[python]" REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { default python_fix_shebang "${S}" } src_install() { emake DESTDIR="${D}" LIBDIR="usr/lib" PYTHON_SITEDIR="$(python_get_sitedir)" install newbashcomp "${MISC_DIR}/equo-completion.bash" equo python_optimize }