Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 197215 Details for
Bug 277064
[patch]dev-php5/ZendFramework-1.8.3: 'doc' USE flag ignored with 'minimal' flag enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to install docs with 'minimal' flag enabled
ZF-minimal_doc.patch (text/plain), 383 bytes, created by
Jacek Sowiński
on 2009-07-08 17:07:07 UTC
(
hide
)
Description:
Patch to install docs with 'minimal' flag enabled
Filename:
MIME Type:
Creator:
Jacek Sowiński
Created:
2009-07-08 17:07:07 UTC
Size:
383 bytes
patch
obsolete
>--- ZendFramework-1.8.3.ebuild.old 2009-07-08 18:48:55.000000000 +0200 >+++ ZendFramework-1.8.3.ebuild 2009-07-08 18:47:51.000000000 +0200 >@@ -24,12 +24,15 @@ > need_php_by_category > > src_unpack() { >+ unpack ${A} >+ > if use minimal ; then > S="${WORKDIR}/${P}-minimal" >+ if use doc ; then >+ mv "${WORKDIR}/${P}/documentation" "${S}" >+ fi > fi > >- unpack ${A} >- > cd "${S}" > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277064
:
197215
|
198439