summaryrefslogtreecommitdiff
path: root/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild')
-rw-r--r--app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild
deleted file mode 100644
index 965311e3a296..000000000000
--- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A precise PDF to HTML converter"
-HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
-SRC_URI="https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-CDEPEND="
- app-text/poppler:=[jpeg,png]
- app-text/poppler-data
- media-gfx/fontforge
- media-libs/freetype
- x11-libs/cairo[svg]
-"
-RDEPEND="${CDEPEND}
-"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
-"