Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36265 - webapp.eclass truncated
Summary: webapp.eclass truncated
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 30607
  Show dependency tree
 
Reported: 2003-12-21 16:08 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-12-21 16:08:26 UTC
/usr/portage/eclass/webapp.eclass is cut off... take a look at the end of the file. it ends:

function webapp_pkg_setup ()
{
        use vhosts || webapp-config -u root -d /var/www/localhost/htdocs/${PN}/ ${PN}



where is the rest of it?
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2003-12-22 15:17:24 UTC
Hrm ... did this really need a new bug?  This eclass isn't complete, and you already know about 30607.  Please - post bugs & comments about this eclass there until the eclass is no longer in beta.

I've committed a new version of the ebuild with the missing closing brace.

Stu