Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144210 Details for
Bug 208584
webapps do not use depend.{apache,php}.eclass and/or virtual/httpd-* correctly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
webapp.eclass.diff
webapp.eclass.diff (text/plain), 730 bytes, created by
Jakub Moc (RETIRED)
on 2008-02-21 14:44:09 UTC
(
hide
)
Description:
webapp.eclass.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2008-02-21 14:44:09 UTC
Size:
730 bytes
patch
obsolete
>--- webapp.eclass 2007-01-03 21:36:52.000000000 +0100 >+++ webapp.eclass 2008-02-21 15:43:05.000000000 +0100 >@@ -23,8 +23,25 @@ > # ------------------------------------------------------------------------ > > SLOT="${PVR}" >-IUSE="vhosts" >-DEPEND=">=app-admin/webapp-config-1.50.15" >+ >+need_httpd() { >+ DEPEND="|| ( virtual/httpd-basic virtual/httpd-cgi virtual/httpd-fastcgi )" >+} >+ >+need_httpd_cgi() { >+ DEPEND="|| ( virtual/httpd-cgi virtual/httpd-fastcgi )" >+} >+ >+need_httpd_fastcgi() { >+ DEPEND="virtual/httpd-fastcgi" >+} >+ >+if [[ -z ${WEBAPP_OPTIONAL} ]] ; then >+ IUSE="vhosts" >+ DEPEND=">=app-admin/webapp-config-1.50.15" >+ need_httpd >+fi >+ > RDEPEND="${DEPEND}" > > EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install pkg_prerm
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 208584
:
144210
|
144212
|
144214