From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B62258974 for ; Fri, 22 Jan 2016 18:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DD521C008; Fri, 22 Jan 2016 18:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAEE221C007 for ; Fri, 22 Jan 2016 18:04:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A009E340976 for ; Fri, 22 Jan 2016 18:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B3C11017 for ; Fri, 22 Jan 2016 18:04:30 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1453485861.6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/privoxy/metadata.xml net-proxy/privoxy/privoxy-3.0.23.ebuild net-proxy/privoxy/privoxy-3.0.24.ebuild X-VCS-Directories: net-proxy/privoxy/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356 X-VCS-Branch: master Date: Fri, 22 Jan 2016 18:04:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18b1f497-47d8-4696-82e5-fef895e642d6 X-Archives-Hash: f9ab0db765c0cefd4e7af6a6306562a7 commit: 6a1a088e4bc4c7b846f9fa25a49957b9a8ee6356 Author: Andrew Savchenko gentoo org> AuthorDate: Fri Jan 22 18:04:09 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Fri Jan 22 18:04:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1a088e 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 gentoo.org> net-proxy/privoxy/metadata.xml | 9 +++++++++ net-proxy/privoxy/privoxy-3.0.23.ebuild | 4 ++-- 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 1619ff6..7d43162 100644 --- a/net-proxy/privoxy/metadata.xml +++ b/net-proxy/privoxy/metadata.xml @@ -4,6 +4,15 @@ bircoph@gentoo.org + + 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. + Enable the web-based actions file editor Allow to filter content with scripts and programs. Experimental diff --git a/net-proxy/privoxy/privoxy-3.0.23.ebuild b/net-proxy/privoxy/privoxy-3.0.23.ebuild index 6c8be87..3bbb118 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 4c7bb7e..69f17a1 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