From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/
Date: Sun, 31 Dec 2017 11:28:39 +0000 (UTC) [thread overview]
Message-ID: <1514719704.6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.dilfridge@gentoo> (raw)
commit: 6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 11:27:17 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 11:28:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e10f3b4
app-text/pdf2htmlEX: Version that builds *and* runs. Yay! \o/
We achieve this by copying internal fontforge headers. That's the reason
for the precise fontforge dependency.
Similarly also internal poppler headers are used. :(
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-text/pdf2htmlEX/Manifest | 2 +-
.../{pdf2htmlEX-0.14.6.1.ebuild => pdf2htmlEX-0.14.6.2.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
index 676b928cb33..01ce24d175f 100644
--- a/app-text/pdf2htmlEX/Manifest
+++ b/app-text/pdf2htmlEX/Manifest
@@ -1,2 +1,2 @@
-DIST pdf2htmlEX-0.14.6.1.tgz 9043573 BLAKE2B 600a19716a38086722a07c4df816051697cf9959e24559ba1cb0e17a5a6de6551e416c532f4d769b1fc6d4111bc72244df672e0647e73a1a412e995ffe16ddb7 SHA512 9609d13a1cdcba1aa265b481749f5003d931e65fef9a7235d484196b977843bf5588ffb4a4de942561d028bb8a5f704924706d447ff93586a15046a299c61862
+DIST pdf2htmlEX-0.14.6.2.tgz 9066685 BLAKE2B b139f72c806e432facce5472e55a23567e74204829956d06bd9ead0426cbadad4ce36c581fb1d39c96eeef27fb416b2c6387dff7b0ca08b10479de24b8ffdc9b SHA512 03d04437386b2eb83530551ff15ce9d21b7990127fa659d204a269405f0d49912c622687eb6920cc4e88be8e94ab41024b378663effb61d1eda905eeb98093d3
DIST pdf2htmlEX-0.14.6.tgz 8955179 BLAKE2B 68a474a0afce7e505af0331c7a05e745d0c18057c0e9dab0f57f8455b36489c399985d2f69cbebc2c3df3264ee1eef43346df49ff9ac3fae7edd3bbff884c6d2 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
similarity index 89%
rename from app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
rename to app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
index 78308c249c2..384d67d85f0 100644
--- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
+++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
@@ -8,9 +8,9 @@ inherit cmake-utils toolchain-funcs flag-o-matic
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
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz
"
+# https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
LICENSE="GPL-3+"
SLOT="0"
@@ -21,7 +21,7 @@ IUSE=""
CDEPEND="
>=app-text/poppler-0.61.1:=[jpeg,png]
app-text/poppler-data
- media-gfx/fontforge
+ ~media-gfx/fontforge-20170731
media-libs/freetype
x11-libs/cairo[svg]
"
next reply other threads:[~2017-12-31 11:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-31 11:28 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-02 18:00 [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/ Mikle Kolyada
2018-06-16 21:24 Andreas Hüttel
2018-06-16 19:41 Andreas Hüttel
2018-06-03 11:36 Andreas Hüttel
2018-05-21 21:54 Andreas Hüttel
2018-05-20 20:43 Andreas Hüttel
2018-05-20 20:43 Andreas Hüttel
2018-05-18 22:33 Andreas Sturmlechner
2017-12-31 10:08 Andreas Hüttel
2017-12-30 21:57 Andreas Hüttel
2017-12-30 19:37 Andreas Hüttel
2017-04-03 10:34 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514719704.6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox