# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 versionator IUSE="" MY_P=${PN}-${PV/*_p/} MY_PV=$(get_version_component_range 1-2) DESCRIPTION="A LaTeX wrapper for automatically building documents" HOMEPAGE="https://launchpad.net/rubber/" SRC_URI="https://launchpad.net/rubber/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="virtual/latex-base" S=${WORKDIR}/${P/_p*/} src_configure() { distutils-r1_python_configure } src_compile() { distutils-r1_src_compile } python_install() { distutils-r1_python_install --mandir=/usr/share/man \ --infodir=/usr/share/info }