Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27771 - Patch to make phpgroupware use the webapp-apache eclass.
Summary: Patch to make phpgroupware use the webapp-apache eclass.
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-02 08:03 UTC by Ian Leitch (RETIRED)
Modified: 2003-10-04 05:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
phpgroupware.patch - OBSOLETE (phpgroupware.patch,1.38 KB, patch)
2003-09-02 08:03 UTC, Ian Leitch (RETIRED)
Details | Diff
phpgroupware.patch (phpgroupware.patch,1.21 KB, patch)
2003-09-02 08:28 UTC, Ian Leitch (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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