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

Bug 27771

Summary: Patch to make phpgroupware use the webapp-apache eclass.
Product: Gentoo Linux Reporter: Ian Leitch (RETIRED) <port001>
Component: New packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: phpgroupware.patch - OBSOLETE
phpgroupware.patch

Description Ian Leitch (RETIRED) gentoo-dev 2003-09-02 08:03:27 UTC
As summary.

Reproducible: Always
Steps to Reproduce:
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2003-09-02 08:03:58 UTC
Created attachment 16949 [details, diff]
phpgroupware.patch - OBSOLETE
Comment 2 Ian Leitch (RETIRED) gentoo-dev 2003-09-02 08:09:24 UTC
Actualy, I changed my mind again.

The line: if [ -d ${HTTPD_ROOT}/phpgroupware ] ; then
should be: if [ -d ${HTTPD_ROOT}/${PN} ] ; then
Comment 3 Ian Leitch (RETIRED) gentoo-dev 2003-09-02 08:28:03 UTC
Created attachment 16952 [details, diff]
phpgroupware.patch

I originaly decided against using ${PN} incase the ebuild name changed into a
mixture of uper/lower case. However, the chances of that happening are very
slim, so back to using ${PN} now, plus it makes less work for me when copying
code :)
Comment 4 Stuart Herbert (RETIRED) gentoo-dev 2003-10-04 05:52:41 UTC
Hi Ian,

I'd rather this was ported to the new webapp.eclass that I'm working on.
 Sorry.

Stu