Hi all ! Here comes the gentoo ebuild which installs phpWirelessMap. This software is a dynamic map written in php which helps you managing wireless nodes for you community. I suggest dev-php as it is written in php and depends from mysql, and webapp-config. Thanks a lot to pay attention to this ebuild :)
Created attachment 58135 [details] ebuild : phpwirelessmap-0.4.1.ebuild Normally you should not encounter issue using this ebuild
I would say the src_compile function in the ebuild is really unnecessary, also, I am not sure that the way you have the mysql line is the best way to do it.
Thanks for your submission. A few comments: 1. The header is incorrect (missing CVS header info) 2. Please get into the habit of KEYWORD-ing only for the architecture that you have tested the ebuild on, and start as ~ (most likely only ~x86). 3. src_compile is unnecessary and misleading - it has not yet been installed. If you really wish to override the default src_compile, just use `:;' 4. Don't rm things in src_install. Running several ebuild xxx.ebuild in a row shouldn't fail. 5. No need to einfo "Installing main files" 6. Post-install instructions shouldn't be in the ebuild - move them to postinstall-en.txt 7. Don't fperms / fowners things after webapp_src_install - files are installed with those permissions for a reason. Consult man webapp-config, and take a look at /etc/vhosts/webapp-config Great start, please keep it up!
phpwirelessmap is now in our unofficial overlay: http://svn.gnqs.org/projects/gentoo-webapps-overlay/browser/experimental/www-apps/phpwirelessmap Please note that the overlay is unofficial, not a Gentoo project, and not supported. It is intended to provide easier access to new web applications.
Requires PHP4 which is dead, upstream no longer active. Removed from overlay and WONTFIX.