Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51013 - phpMp should use webapp-config
Summary: phpMp should use webapp-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-14 01:21 UTC by Martin Ehmsen (RETIRED)
Modified: 2004-06-14 23:54 UTC (History)
1 user (show)

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


Attachments
phpmp-0.10.1-r1-to-r2.ebuild.patch (phpmp-0.10.1-r1-to-r2.ebuild.patch,1.36 KB, patch)
2004-05-14 02:19 UTC, Sven Wegener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ehmsen (RETIRED) gentoo-dev 2004-05-14 01:21:38 UTC
I think the package net-www/phpmp should use the webapp-config style of installing...?!?

Reproducible: Always
Steps to Reproduce:
Comment 1 Sven Wegener gentoo-dev 2004-05-14 02:19:22 UTC
Created attachment 31399 [details, diff]
phpmp-0.10.1-r1-to-r2.ebuild.patch
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-14 03:13:47 UTC
as I've seen with squirrelmail, webapp still has quite a few bugs...

this ebuild will be updated to use webapp once I feel confident that most of the kinks have been worked out.

Thanks for the patch, though =)
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-05-14 03:53:58 UTC
IUSE=""
is still needed, even when it's empty

but remove
RESTRICT="nomirror"
 
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-14 10:02:20 UTC
and note that the IUSE needs to be above the inherit because the eclass modifies it.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-14 23:54:52 UTC
looks like Martin just beat me to this...