# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/python-poppler-qt4-0.16.3-r1.ebuild,v 1.1 2013/03/17 17:14:40 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="A python binding for libpoppler-qt4" HOMEPAGE="http://code.google.com/p/python-poppler-qt4/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-text/poppler:=[qt4] dev-python/PyQt4[${PYTHON_USEDEP}] >=dev-python/sip-4.9.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}"