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/wkhtmltopdf/files | |
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/wkhtmltopdf/files')
-rw-r--r-- | media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch | 24 |
1 files changed, 0 insertions, 24 deletions
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 |