# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild,v 1.3 2015/02/22 22:23:43 dilfridge Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="A tool to create DjVu files from PDF files" HOMEPAGE="http://code.google.com/p/pdf2djvu/" SRC_URI="http://pdf2djvu.googlecode.com/files/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+graphicsmagick nls openmp test" RDEPEND=" >=app-text/djvu-3.5.21:=