commit 209dbece45b412e3c3692ca5f74e61b45a3930a6 parent 7378ef608b1b0895b8b67f4488c4d5976c836cd5 Author: parazyd <parazyd@dyne.org> Date: Mon, 19 Mar 2018 14:55:14 +0100 app-text/pdf-diff: Remove Diffstat:
D | app-text/pdf-diff/pdf-diff-9999.ebuild | | | 27 | --------------------------- |
1 file changed, 0 insertions(+), 27 deletions(-)
diff --git a/app-text/pdf-diff/pdf-diff-9999.ebuild b/app-text/pdf-diff/pdf-diff-9999.ebuild @@ -1,27 +0,0 @@ -# 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}"