Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 277064

Summary: [patch]dev-php5/ZendFramework-1.8.3: 'doc' USE flag ignored with 'minimal' flag enabled
Product: Gentoo Linux Reporter: Jacek Sowiński <mruwek.gentoo>
Component: Current packagesAssignee: Bjarke Istrup Pedersen (RETIRED) <gurligebis>
Status: RESOLVED FIXED    
Severity: normal CC: php-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to install docs with 'minimal' flag enabled
Install docs with 'minimal' flag enabled

Description Jacek Sowiński 2009-07-08 17:05:48 UTC
dev-php5/ZendFramework-1.8.3.ebuild does not install documentation if USE flag 'doc' is combined with 'minimal'.

Reproducible: Always

Steps to Reproduce:
1. `USE="minimal doc" emerge =dev-php5/ZendFramework-1.8.3`
2. `equery files ZendFramework | grep manual`
Actual Results:  
Nothing…

Expected Results:  
“/usr/share/doc/ZendFramework-1.8.3/html/manual
/usr/share/doc/ZendFramework-1.8.3/html/manual/core
/usr/share/doc/ZendFramework-1.8.3/html/manual/core/en
/usr/share/doc/ZendFramework-1.8.3/html/manual/core/en/coding-standard.coding-style.html
…”
Comment 1 Jacek Sowiński 2009-07-08 17:07:07 UTC
Created attachment 197215 [details, diff]
Patch to install docs with 'minimal' flag enabled
Comment 2 Wormo (RETIRED) gentoo-dev 2009-07-12 01:26:57 UTC
Thanks for submitting your patch, assigning to maintainers.
Comment 3 Jacek Sowiński 2009-07-19 00:18:01 UTC
Created attachment 198439 [details, diff]
Install docs with 'minimal' flag enabled

Updated to current version of ZendFramework-1.8.3.ebuild
Comment 4 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-07-19 11:51:15 UTC
Fixed in CVS.