Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/
Date: Sun, 06 Aug 2017 13:42:46
Message-Id: 1502026904.6852ebde6758989f5040d68e7a14365d6b662537.amynka@gentoo
1 commit: 6852ebde6758989f5040d68e7a14365d6b662537
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:16:48 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6852ebde
7
8 www-apache/mod_extract_forwarded: Shorter DESCRIPTION
9
10 .../mod_extract_forwarded-2.0.3_pre2015052015.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild b/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild
14 index f0546713349..284bedb2db2 100644
15 --- a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild
16 +++ b/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit apache-module
24
25 -DESCRIPTION="Apache module that rewrites X-Forwarded-For to REMOTE_ADDR for reverse proxy configurations"
26 +DESCRIPTION="Rewrites X-Forwarded-For to REMOTE_ADDR for reverse proxy configurations"
27 HOMEPAGE="http://www.openinfo.co.uk/apache/index.html"
28 #SRC_URI="http://www.openinfo.co.uk/apache/extract_forwarded-${PV}.tar.gz"
29 SRC_URI="https://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz"