Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18349 - Eclass for ebuilds that go in the apache documet root
Summary: Eclass for ebuilds that go in the apache documet root
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 02:07 UTC by Abhishek Amit (RETIRED)
Modified: 2003-06-04 23:25 UTC (History)
0 users

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


Attachments
The eclass (apache.eclass,300 bytes, text/plain)
2003-03-28 02:10 UTC, Abhishek Amit (RETIRED)
Details
Patch for phpBB ebuild to use eclasss (patch,558 bytes, patch)
2003-03-28 02:13 UTC, Abhishek Amit (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Abhishek Amit (RETIRED) gentoo-dev 2003-03-28 02:07:35 UTC
This is an eclass for packages that install themselves into the DocumentRoot specifed in apache 
configuration files. One example is phpBB, which is from where I got the code. I put it into an 
eclass becuase there is other such software, such as bugzilla.
Comment 1 Abhishek Amit (RETIRED) gentoo-dev 2003-03-28 02:10:43 UTC
Created attachment 9937 [details]
The eclass
Comment 2 Abhishek Amit (RETIRED) gentoo-dev 2003-03-28 02:13:01 UTC
Created attachment 9938 [details, diff]
Patch for phpBB ebuild to use eclasss

This is a patch that makes the php ebuild use the apache eclass.
Comment 3 Martti Rannanjärvi 2003-05-12 00:33:50 UTC
What if someone wants to run a different httpd as default?
Comment 4 Tom Payne (RETIRED) gentoo-dev 2003-05-13 10:06:22 UTC
See bug # 20642.

The conclusion of bug # 20642 is that attempting to autodetect DocumentRoot is a bad idea -- it should be assumed to be /home/httpd/htdocs.
Comment 5 Donny Davies (RETIRED) gentoo-dev 2003-06-04 23:25:09 UTC
sorry but im not going to entertain this at this time.

in the future i think an eclass for web stuff is going to be
needed but the foundation for this and what feature will be
needed isnt clear to me quite yet.