# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Pdf viewer and presentation program, based on K**j****" HOMEPAGE="http://www.cs.rit.edu/~jrm8005/accentuate.html" SRC_URI="http://www.cs.rit.edu/~jrm8005/accentuate/accentuate-1.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="lirc" RESTRICT="nomirror" DEPEND=">=dev-lang/python-2.3 dev-python/pyopengl dev-python/pygame dev-python/imaging || ( app-text/poppler virtual/ghostscript ) app-text/pdftk lirc? ( dev-python/pylirc ) !media-gfx/keyjnote" src_install() { newbin "${WORKDIR}/${PN}" ${PN} || die }