parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 6a02630c9610c403a3ec8342888649d04c66bab8
parent c96a002c939308d56080f46467f77b68e26afeff
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 18 Mar 2018 10:48:08 +0100

app-text/pdf-diff: Add 9999

Diffstat:
Aapp-text/pdf-diff/pdf-diff-9999.ebuild | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/app-text/pdf-diff/pdf-diff-9999.ebuild b/app-text/pdf-diff/pdf-diff-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=(python3_6) + +inherit git-r3 distutils-r1 + +DESCRIPTION="A PDF comparison utility in Python" +HOMEPAGE="https://github.com/JoshData/pdf-diff" +EGIT_REPO_URI="https://github.com/JoshData/pdf-diff" + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + app-text/poppler[utils] + dev-libs/libxslt + dev-libs/libxml2 + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/diff-match-patch[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}"