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

Bug 18349

Summary: Eclass for ebuilds that go in the apache documet root
Product: Gentoo Linux Reporter: Abhishek Amit (RETIRED) <abhishek>
Component: New packagesAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The eclass
Patch for phpBB ebuild to use eclasss

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.