Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683490 - app-text/mupdf: installs files +x into /usr/share/doc
Summary: app-text/mupdf: installs files +x into /usr/share/doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 683478
  Show dependency tree
 
Reported: 2019-04-16 17:26 UTC by Michał Górny
Modified: 2019-05-07 02:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-16 17:26:13 UTC
/usr/share/doc/mupdf-1.14.0-r3/examples/bbox-device.js
/usr/share/doc/mupdf-1.14.0-r3/examples/create-thumbnail.js
/usr/share/doc/mupdf-1.14.0-r3/examples/draw-device.js
/usr/share/doc/mupdf-1.14.0-r3/examples/draw-document.js
/usr/share/doc/mupdf-1.14.0-r3/examples/fix-s22pdf.js
/usr/share/doc/mupdf-1.14.0-r3/examples/jpx-to-pdf.js
/usr/share/doc/mupdf-1.14.0-r3/examples/pdf-create-lowlevel.js
/usr/share/doc/mupdf-1.14.0-r3/examples/pdf-create.js
/usr/share/doc/mupdf-1.14.0-r3/examples/pdf-merge.js
/usr/share/doc/mupdf-1.14.0-r3/examples/trace-device.js
/usr/share/doc/mupdf-1.14.0-r3/examples/example.c.lz
/usr/share/doc/mupdf-1.14.0-r3/examples/multi-threaded.c.lz
/usr/share/doc/mupdf-1.14.0-r3/android-sdk.html
/usr/share/doc/mupdf-1.14.0-r3/building.html
/usr/share/doc/mupdf-1.14.0-r3/coding-overview.html
/usr/share/doc/mupdf-1.14.0-r3/coding-progressive.html
/usr/share/doc/mupdf-1.14.0-r3/coding-style.html
/usr/share/doc/mupdf-1.14.0-r3/index.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mupdf-gl.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-clean.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-convert.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-create.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-draw.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-extract.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-merge.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-portfolio.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-run.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-show.html
/usr/share/doc/mupdf-1.14.0-r3/manual-mutool-trace.html
/usr/share/doc/mupdf-1.14.0-r3/template.html
/usr/share/doc/mupdf-1.14.0-r3/thirdparty.html
/usr/share/doc/mupdf-1.14.0-r3/style.css
/usr/share/doc/mupdf-1.14.0-r3/artifex-logo.png
Comment 1 Virgil Dupras (RETIRED) gentoo-dev 2019-05-07 01:50:37 UTC
I see that upstream has changed its "install" to "install -m 644" for its doc in its makefile in v1.15.0, so it was an upstream problem and was fixed by upstream.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-07 02:39:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0b3e7722417649362c3909fbf1fc0b5c80eb93

commit 6e0b3e7722417649362c3909fbf1fc0b5c80eb93
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-05-07 02:37:54 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-05-07 02:38:46 +0000

    app-text/mupdf: bump to 1.15.0
    
    We remove the "curl" USE flag because upstream stopped depending on it
    with its removal of "progressive loading code".
    
    Closes: https://bugs.gentoo.org/653298
    Closes: https://bugs.gentoo.org/683490
    Closes: https://bugs.gentoo.org/595190
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/mupdf/Manifest                           |   1 +
 app-text/mupdf/files/mupdf-1.15-CFLAGS.patch      |  13 +++
 app-text/mupdf/files/mupdf-1.15-Makefile.patch    |  42 ++++++++
 app-text/mupdf/files/mupdf-1.15-openssl-x11.patch |  20 ++++
 app-text/mupdf/mupdf-1.15.0.ebuild                | 122 ++++++++++++++++++++++
 5 files changed, 198 insertions(+)