Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 454396

Summary: New ebuild: gnome-extra/proxy_applet-0.2 - GNOME applet for changing network proxy configuration from gnome panel
Product: Gentoo Linux Reporter: Ryan Li <ryanli>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: tomwij
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: proxy_applet-0.2.ebuild
proxy_applet-0.2.ebuild

Description Ryan Li 2013-01-28 08:34:53 UTC
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
Comment 1 Ryan Li 2013-01-28 08:35:42 UTC
Created attachment 337086 [details]
proxy_applet-0.2.ebuild
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-01-28 08:48:43 UTC
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.
Comment 3 Ryan Li 2013-01-28 08:58:55 UTC
Created attachment 337088 [details]
proxy_applet-0.2.ebuild

Thanks for the review, and I have updated the ebuild accordingly.