Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/
Date: Sat, 30 Dec 2017 19:37:19
Message-Id: 1514662615.ca40e3a175ee5cda3f248d1b84c6d8a596f3fcba.dilfridge@gentoo
1 commit: ca40e3a175ee5cda3f248d1b84c6d8a596f3fcba
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 19:36:22 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 19:36:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca40e3a1
7
8 app-text/pdf2htmlEX: Bump for debugging purposes. Builds with poppler-0.61 but crashes, see bug 642614 and bug 642210
9
10 Closes: https://bugs.gentoo.org/642614
11 Bug: https://bugs.gentoo.org/642210
12 See-also: https://github.com/akhuettel/pdf2htmlEX/releases/tag/gentoo-v0.14.6.1
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 app-text/pdf2htmlEX/Manifest | 1 +
16 app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild | 32 ++++++++++++++++++++++++++
17 2 files changed, 33 insertions(+)
18
19 diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
20 index 91ea3255fc5..676b928cb33 100644
21 --- a/app-text/pdf2htmlEX/Manifest
22 +++ b/app-text/pdf2htmlEX/Manifest
23 @@ -1 +1,2 @@
24 +DIST pdf2htmlEX-0.14.6.1.tgz 9043573 BLAKE2B 600a19716a38086722a07c4df816051697cf9959e24559ba1cb0e17a5a6de6551e416c532f4d769b1fc6d4111bc72244df672e0647e73a1a412e995ffe16ddb7 SHA512 9609d13a1cdcba1aa265b481749f5003d931e65fef9a7235d484196b977843bf5588ffb4a4de942561d028bb8a5f704924706d447ff93586a15046a299c61862
25 DIST pdf2htmlEX-0.14.6.tgz 8955179 BLAKE2B 68a474a0afce7e505af0331c7a05e745d0c18057c0e9dab0f57f8455b36489c399985d2f69cbebc2c3df3264ee1eef43346df49ff9ac3fae7edd3bbff884c6d2 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50
26
27 diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
28 new file mode 100644
29 index 00000000000..d02dd44ec39
30 --- /dev/null
31 +++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
32 @@ -0,0 +1,32 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils
39 +
40 +DESCRIPTION="A precise PDF to HTML converter"
41 +HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
42 +SRC_URI="
43 + https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
44 + https://dev.gentoo.org/~dilfrigde/distfiles/${P}.tgz
45 +"
46 +
47 +LICENSE="GPL-3+"
48 +SLOT="0"
49 +KEYWORDS=""
50 +
51 +IUSE=""
52 +
53 +CDEPEND="
54 + >=app-text/poppler-0.61.1:=[jpeg,png]
55 + app-text/poppler-data
56 + media-gfx/fontforge
57 + media-libs/freetype
58 + x11-libs/cairo[svg]
59 +"
60 +RDEPEND="${CDEPEND}
61 +"
62 +DEPEND="${CDEPEND}
63 + virtual/pkgconfig
64 +"