Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520854 - =net-libs/gnutls-3.3* USE=-doc should not install images in doc dir
Summary: =net-libs/gnutls-3.3* USE=-doc should not install images in doc dir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-25 18:12 UTC by Alexander Tsoy
Modified: 2014-08-29 20:49 UTC (History)
1 user (show)

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 Alexander Tsoy 2014-08-25 18:12:18 UTC
net-libs/gnutls with USE=-doc installs useless png files in doc dir. They needed only by gnutls.html, which only get installed with USE=doc. I tried -3.3.6 and -3.3.7.

With USE=doc:

# qlist gnutls | grep /usr/share/doc/gnutls-3.3.7/html/
/usr/share/doc/gnutls-3.3.7/html/gnutls-client-server-use-case.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-handshake-sequence.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-handshake-state.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-internals.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-layers.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-logo.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-modauth.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-pgp.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-x509.png
/usr/share/doc/gnutls-3.3.7/html/gnutls.html
/usr/share/doc/gnutls-3.3.7/html/pkcs11-vision.png

With USE=-doc:

# qlist gnutls | grep /usr/share/doc/gnutls-3.3.7/html/
/usr/share/doc/gnutls-3.3.7/html/gnutls-client-server-use-case.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-handshake-sequence.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-handshake-state.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-internals.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-layers.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-logo.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-modauth.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-pgp.png
/usr/share/doc/gnutls-3.3.7/html/gnutls-x509.png
/usr/share/doc/gnutls-3.3.7/html/pkcs11-vision.png
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2014-08-29 20:49:10 UTC
Fixed in gnutls-3.3.7-r1, thanks!