Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454396 - New ebuild: gnome-extra/proxy_applet-0.2 - GNOME applet for changing network proxy configuration from gnome panel
Summary: New ebuild: gnome-extra/proxy_applet-0.2 - GNOME applet for changing network ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 08:34 UTC by Ryan Li
Modified: 2013-01-28 08:58 UTC (History)
1 user (show)

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


Attachments
proxy_applet-0.2.ebuild (proxy_applet-0.2.ebuild,684 bytes, text/plain)
2013-01-28 08:35 UTC, Ryan Li
Details
proxy_applet-0.2.ebuild (proxy_applet-0.2.ebuild,639 bytes, text/plain)
2013-01-28 08:58 UTC, Ryan Li
Details

Note You need to log in before you can comment on or make changes to this bug.
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.