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: Sun, 31 Dec 2017 11:28:45
Message-Id: 1514719704.6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.dilfridge@gentoo
1 commit: 6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 11:27:17 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 11:28:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e10f3b4
7
8 app-text/pdf2htmlEX: Version that builds *and* runs. Yay! \o/
9
10 We achieve this by copying internal fontforge headers. That's the reason
11 for the precise fontforge dependency.
12 Similarly also internal poppler headers are used. :(
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 app-text/pdf2htmlEX/Manifest | 2 +-
17 .../{pdf2htmlEX-0.14.6.1.ebuild => pdf2htmlEX-0.14.6.2.ebuild} | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
21 index 676b928cb33..01ce24d175f 100644
22 --- a/app-text/pdf2htmlEX/Manifest
23 +++ b/app-text/pdf2htmlEX/Manifest
24 @@ -1,2 +1,2 @@
25 -DIST pdf2htmlEX-0.14.6.1.tgz 9043573 BLAKE2B 600a19716a38086722a07c4df816051697cf9959e24559ba1cb0e17a5a6de6551e416c532f4d769b1fc6d4111bc72244df672e0647e73a1a412e995ffe16ddb7 SHA512 9609d13a1cdcba1aa265b481749f5003d931e65fef9a7235d484196b977843bf5588ffb4a4de942561d028bb8a5f704924706d447ff93586a15046a299c61862
26 +DIST pdf2htmlEX-0.14.6.2.tgz 9066685 BLAKE2B b139f72c806e432facce5472e55a23567e74204829956d06bd9ead0426cbadad4ce36c581fb1d39c96eeef27fb416b2c6387dff7b0ca08b10479de24b8ffdc9b SHA512 03d04437386b2eb83530551ff15ce9d21b7990127fa659d204a269405f0d49912c622687eb6920cc4e88be8e94ab41024b378663effb61d1eda905eeb98093d3
27 DIST pdf2htmlEX-0.14.6.tgz 8955179 BLAKE2B 68a474a0afce7e505af0331c7a05e745d0c18057c0e9dab0f57f8455b36489c399985d2f69cbebc2c3df3264ee1eef43346df49ff9ac3fae7edd3bbff884c6d2 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50
28
29 diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
30 similarity index 89%
31 rename from app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
32 rename to app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
33 index 78308c249c2..384d67d85f0 100644
34 --- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
35 +++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
36 @@ -8,9 +8,9 @@ inherit cmake-utils toolchain-funcs flag-o-matic
37 DESCRIPTION="A precise PDF to HTML converter"
38 HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
39 SRC_URI="
40 - https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
41 https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz
42 "
43 +# https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
44
45 LICENSE="GPL-3+"
46 SLOT="0"
47 @@ -21,7 +21,7 @@ IUSE=""
48 CDEPEND="
49 >=app-text/poppler-0.61.1:=[jpeg,png]
50 app-text/poppler-data
51 - media-gfx/fontforge
52 + ~media-gfx/fontforge-20170731
53 media-libs/freetype
54 x11-libs/cairo[svg]
55 "