proxy_applet [0] is a GNOME applet for changing network proxy configuration from GNOME panel. It's very simple and light weighted. If any maintainer is required, I can take the job myself. [0] http://www.andreafabrizi.it/?proxyapplet Reproducible: Always
Created attachment 337086 [details] proxy_applet-0.2.ebuild
The ebuild seems based on a skeleton ebuild of last year, please change 2012 to 2013 and use EAPI="5". > src_prepare() { > DOCS="AUTHORS ChangeLog README" > > gnome2_src_prepare >} DOCS is used by src_install, therefore I think you can use that in the global scope as I think it is not interpreted here. Since the src_prepare function becomes its gnome2 default, you can remove the src_prepare function as a result.
Created attachment 337088 [details] proxy_applet-0.2.ebuild Thanks for the review, and I have updated the ebuild accordingly.