diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-01-22 21:04:09 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-01-22 21:04:21 +0300 |
commit | 6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356 (patch) | |
tree | e00c0a34f7b4cc763e5c2806f2b299cf4e24852f /net-proxy | |
parent | net-proxy/privoxy: version bump (diff) | |
download | gentoo-6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356.tar.gz gentoo-6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356.tar.bz2 gentoo-6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356.zip |
net-proxy/privoxy: update description
1. Shorten DESCRIPTION to make repoman happy.
2. Add longdescription to metadata.
Package-Manager: portage-2.2.27
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/privoxy/metadata.xml | 9 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.23.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.24.ebuild | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/net-proxy/privoxy/metadata.xml b/net-proxy/privoxy/metadata.xml index 1619ff6d10e5..7d43162cb6b1 100644 --- a/net-proxy/privoxy/metadata.xml +++ b/net-proxy/privoxy/metadata.xml @@ -4,6 +4,15 @@ <maintainer> <email>bircoph@gentoo.org</email> </maintainer> + <longdescription> + Privoxy is a non-caching web proxy with advanced filtering + capabilities for enhancing privacy, modifying web page data + and HTTP headers, controlling access, and removing ads and + other obnoxious Internet junk. Privoxy has a flexible + configuration and can be customized to suit individual + needs and tastes. It has application for both stand-alone + systems and multi-user networks. + </longdescription> <use> <flag name="editor">Enable the web-based actions file editor</flag> <flag name="external-filters">Allow to filter content with scripts and programs. Experimental</flag> diff --git a/net-proxy/privoxy/privoxy-3.0.23.ebuild b/net-proxy/privoxy/privoxy-3.0.23.ebuild index 6c8be872ab2a..3bbb1189810b 100644 --- a/net-proxy/privoxy/privoxy-3.0.23.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit eutils toolchain-funcs autotools systemd user PRIVOXY_STATUS="stable" HOMEPAGE="http://www.privoxy.org http://sourceforge.net/projects/ijbswa/" -DESCRIPTION="A web proxy with advanced filtering capabilities for protecting privacy against Internet junk" +DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" IUSE="+acl editor external-filters +fast-redirects +force graceful-termination diff --git a/net-proxy/privoxy/privoxy-3.0.24.ebuild b/net-proxy/privoxy/privoxy-3.0.24.ebuild index 4c7bb7e2e5f2..69f17a1cb840 100644 --- a/net-proxy/privoxy/privoxy-3.0.24.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.24.ebuild @@ -11,7 +11,7 @@ inherit eutils toolchain-funcs autotools systemd user PRIVOXY_STATUS="stable" HOMEPAGE="http://www.privoxy.org http://sourceforge.net/projects/ijbswa/" -DESCRIPTION="A web proxy with advanced filtering capabilities for protecting privacy against Internet junk" +DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" IUSE="+acl editor external-filters +fast-redirects +force graceful-termination |