diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-02 21:16:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-02 22:35:03 +0100 |
commit | fc5b4d0dd7256d80bbbd855bcb30ed1471b2fc0a (patch) | |
tree | b372e242c820e6937bc504edaf94339d6b5eabc6 /media-gfx | |
parent | Merge eclass/.gitignore into the top-level one. (diff) | |
download | gentoo-fc5b4d0dd7256d80bbbd855bcb30ed1471b2fc0a.tar.gz gentoo-fc5b4d0dd7256d80bbbd855bcb30ed1471b2fc0a.tar.bz2 gentoo-fc5b4d0dd7256d80bbbd855bcb30ed1471b2fc0a.zip |
media-gfx/wkhtmltopdf: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/wkhtmltopdf/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch | 24 | ||||
-rw-r--r-- | media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.1.2.ebuild | 39 | ||||
-rw-r--r-- | media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.2.1.ebuild | 39 |
4 files changed, 0 insertions, 104 deletions
diff --git a/media-gfx/wkhtmltopdf/Manifest b/media-gfx/wkhtmltopdf/Manifest index 655fb912e69e..2763af142dac 100644 --- a/media-gfx/wkhtmltopdf/Manifest +++ b/media-gfx/wkhtmltopdf/Manifest @@ -1,3 +1 @@ -DIST wkhtmltopdf-0.12.1.2.tar.gz 127182 SHA256 2f27dd0e9e7957692aba98014c873121898275859b1da0f1dab42b7dd5e10098 SHA512 81f3e29e6714e9fc6737100218758b59760c9675b9d9caaad1b40737e6322e6067d80dcf51cf8a533aaa5fb293b0c72efc6331909eeeed60da007fccb90f88d8 WHIRLPOOL 1f1e6470fbbbee07a76073d2946df3159d962d6452211126431e3a9c6ad44c0bf0b6444ace4616251def091dde13196577c11f3b7c4daf56892c48b0725d60e5 -DIST wkhtmltopdf-0.12.2.1.tar.gz 127565 SHA256 24847a2b8f495fb40d8b7a92c9051b40520d2439454ee8def0c952c932a1283d SHA512 4986d1a85ad8f3e8a3577ae0d6e1cfba726b143c67d3301ebbaac844c63a1ffd39b6d2b2c64054ec3603ca24efd01deb5b2f7501b14c092b09ad64160dc9db0e WHIRLPOOL f37afa640430db18cd48258f2f670405714fe3084a6cd2684aae9952bdbe5afdd1acc42fed4d0811c8a3329a5e4bd7b658444d7fb5683d228bb526670d624001 DIST wkhtmltopdf-0.12.4.tar.gz 128695 SHA256 dd466f5c2504670459f3b8265de5697b9054f077e2f3e392e5172b5133080edf SHA512 6ec27453efdf32b97f6434a3eb5dd3d3470bbdccdbb4f997ff4234441c79960932e51d963e5d0d2d98bbf8b4f7ab2ed8835dbc1a35407a63815691b59217caa2 WHIRLPOOL 382c930e21e7136fe540b26afe86d53c74e6d97a70f87cd2138cc654ad65958f60cb11e76bf3e0a1aeb4f8bbc7671deae2e109058e9343d773684ec916d4aa8d diff --git a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch b/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch deleted file mode 100644 index 962647121402..000000000000 --- a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch +++ /dev/null @@ -1,24 +0,0 @@ -Fix install paths and don't precompress man pages. - ---- wkhtmltopdf-0.12.1.2/src/image/image.pro -+++ wkhtmltopdf-0.12.1.2/src/image/image.pro -@@ -25,7 +25,7 @@ - - unix { - man.path=$$INSTALLBASE/share/man/man1 -- man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage | gzip > $(INSTALL_ROOT)/share/man/man1/wkhtmltoimage.1.gz -+ man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage > $(INSTALL_ROOT)$$INSTALLBASE/share/man/man1/wkhtmltoimage.1 - - QMAKE_EXTRA_TARGETS += man - INSTALLS += man ---- wkhtmltopdf-0.12.1.2/src/pdf/pdf.pro -+++ wkhtmltopdf-0.12.1.2/src/pdf/pdf.pro -@@ -25,7 +25,7 @@ - - unix { - man.path=$$INSTALLBASE/share/man/man1 -- man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltopdf --manpage | gzip > $(INSTALL_ROOT)/share/man/man1/wkhtmltopdf.1.gz -+ man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltopdf --manpage > $(INSTALL_ROOT)$$INSTALLBASE/share/man/man1/wkhtmltopdf.1 - - QMAKE_EXTRA_TARGETS += man - INSTALLS += man diff --git a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.1.2.ebuild b/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.1.2.ebuild deleted file mode 100644 index 01011aa956b3..000000000000 --- a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.1.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 multilib eutils - -DESCRIPTION="Convert html to pdf (and various image formats) using webkit" -HOMEPAGE="http://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - dev-qt/qtcore:4 - dev-qt/qtsvg:4 - dev-qt/qtxmlpatterns:4" -DEPEND="${RDEPEND}" - -src_prepare() { - # fix install paths and don't precompress man pages - epatch "${FILESDIR}"/${P}-manpages.patch - - sed -i "s:\(INSTALLBASE/\)lib:\1$(get_libdir):" src/lib/lib.pro || die -} - -src_configure() { - eqmake4 INSTALLBASE=/usr -} - -src_install() { - emake INSTALL_ROOT="${D}" install - dodoc AUTHORS CHANGELOG* README.md - use examples && dodoc -r examples -} diff --git a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.2.1.ebuild b/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.2.1.ebuild deleted file mode 100644 index 7a139c8fe28c..000000000000 --- a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 multilib eutils - -DESCRIPTION="Convert html to pdf (and various image formats) using webkit" -HOMEPAGE="http://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - dev-qt/qtcore:4 - dev-qt/qtsvg:4 - dev-qt/qtxmlpatterns:4" -DEPEND="${RDEPEND}" - -src_prepare() { - # fix install paths and don't precompress man pages - epatch "${FILESDIR}"/${PN}-0.12.1.2-manpages.patch - - sed -i "s:\(INSTALLBASE/\)lib:\1$(get_libdir):" src/lib/lib.pro || die -} - -src_configure() { - eqmake4 INSTALLBASE=/usr -} - -src_install() { - emake INSTALL_ROOT="${D}" install - dodoc AUTHORS CHANGELOG* README.md - use examples && dodoc -r examples -} |