Skip to content

Commit

Permalink
app-text/pdf2htmlEX: New package. Seriously cool.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
akhuettel committed Apr 3, 2017
1 parent c232778 commit c959929
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-text/pdf2htmlEX/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pdf2htmlEX-0.14.6.tgz 8955179 SHA256 320ac2e1c2ea4a2972970f52809d90073ee00a6c42ef6d9833fb48436222f0e5 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50 WHIRLPOOL bda12473493b02139480b6f53cdaf87746f445881a974cb862d538603a094da4d459063a5383c44c4d6075f9065ab561cf4c9cdb8c71645d87c732d79126ad9d
8 changes: 8 additions & 0 deletions app-text/pdf2htmlEX/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Printing Project</name>
</maintainer>
</pkgmetadata>
29 changes: 29 additions & 0 deletions app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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
"

0 comments on commit c959929

Please sign in to comment.