# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" PYTHON_DEPEND="2" inherit eutils python vcs-snapshot REV=404908827b4eb1eef8e54a71dbb7067b270fbc1b DESCRIPTION="Dual head PDF presenter" HOMEPAGE="http://www.uninformativ.de/projects/?q=pdfpres" SRC_URI="https://github.com/vain/${PN}/archive/${REV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_prepare() { epatch "${FILESDIR}/${P}-fix_fullscreen.patch" } src_install() { dodoc README || die newbin legacy-notes-converter.py ${PN}-legacy-notes-converter || die python_convert_shebangs 2 "${D}"/usr/bin/${PN}-legacy-notes-converter || die dobin ${PN} || die doman man1/${PN}.1 || die }