Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91561 - New ebuild : phpWirelessMap-0.4.1
Summary: New ebuild : phpWirelessMap-0.4.1
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Web-apps project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-05-05 05:21 UTC by Florian Fainelli
Modified: 2007-11-25 13:43 UTC (History)
1 user (show)

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


Attachments
ebuild : phpwirelessmap-0.4.1.ebuild (phpwirelessmap-0.4.1.ebuild,1.60 KB, text/plain)
2005-05-05 05:23 UTC, Florian Fainelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Fainelli 2005-05-05 05:21:25 UTC
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 :)
Comment 1 Florian Fainelli 2005-05-05 05:23:23 UTC
Created attachment 58135 [details]
ebuild : phpwirelessmap-0.4.1.ebuild

Normally you should not encounter issue using this ebuild
Comment 2 Steev Klimaszewski (RETIRED) gentoo-dev 2005-07-02 19:21:36 UTC
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.
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2005-07-02 19:42:36 UTC
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!
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2005-12-14 11:26:50 UTC
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.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-11-25 13:43:26 UTC
Requires PHP4 which is dead, upstream no longer active. Removed from overlay and WONTFIX.