Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472908 - dev-python/pillow-2.0.0 - doc and examples installation location problems
Summary: dev-python/pillow-2.0.0 - doc and examples installation location problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-06-10 18:51 UTC by Chris Mayo
Modified: 2013-06-10 19:51 UTC (History)
0 users

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


Attachments
Patch to ebuild (pillow-2.0.0.ebuild-install.patch,455 bytes, patch)
2013-06-10 18:51 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2013-06-10 18:51:27 UTC
Created attachment 350706 [details, diff]
Patch to ebuild

With USE="doc" pillow installs two layers of html directories:

/usr/share/doc/pillow-2.0.0/html/html/searchindex.js
/usr/share/doc/pillow-2.0.0/html/html/_static/default.css
/usr/share/doc/pillow-2.0.0/html/html/_static/sidebar.js
/usr/share/doc/pillow-2.0.0/html/html/_static/down.png
...

With USE="examples scanner" examples are installed in root directory:
/demo_numarray.py
/demo_pil.py

Attached patch fixes both for me.
Comment 1 Mike Gilbert gentoo-dev 2013-06-10 19:51:20 UTC
+*pillow-2.0.0-r1 (10 Jun 2013)
+
+  10 Jun 2013; Mike Gilbert <floppym@gentoo.org> +pillow-2.0.0-r1.ebuild,
+  -pillow-2.0.0.ebuild:
+  Fixup docs and examples installation, bug 472908.