Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/httpush/
Date: Sun, 06 Aug 2017 13:42:34
Message-Id: 1502026899.8e841a1c26cc786673786967fe70347f3d42908f.amynka@gentoo
1 commit: 8e841a1c26cc786673786967fe70347f3d42908f
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:08:32 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e841a1c
7
8 net-proxy/httpush: Shorter DESCRIPTION
9
10 net-proxy/httpush/httpush-0.9_beta11-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild b/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild
14 index b83a9eec024..6e9deaa142f 100644
15 --- a/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild
16 +++ b/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2008 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 inherit eutils
23
24 MY_P="${P/_beta/b}"
25
26 -DESCRIPTION="Httpush is an intercepting proxy, allowing user to modify HTTP requests on-the-fly"
27 +DESCRIPTION="Intercepting proxy, allowing user to modify HTTP requests on-the-fly"
28 HOMEPAGE="http://httpush.sourceforge.net/"
29 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"