[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/

2019-09-23 Thread Michał Górny
commit: bad72cce0a5583d5b048d8ad911f84fec9aeafdd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 23 07:44:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 23 08:07:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad72cce

www-apache/mod_extract_forwarded: Replace underscore in flag name

Closes: https://bugs.gentoo.org/695156
Signed-off-by: Michał Górny  gentoo.org>

 www-apache/mod_extract_forwarded/metadata.xml | 2 +-
 .../mod_extract_forwarded-2.0.3_pre2015052015.ebuild  | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apache/mod_extract_forwarded/metadata.xml 
b/www-apache/mod_extract_forwarded/metadata.xml
index cd3828aea5d..f30b35246ca 100644
--- a/www-apache/mod_extract_forwarded/metadata.xml
+++ b/www-apache/mod_extract_forwarded/metadata.xml
@@ -3,6 +3,6 @@
 
 
 
-   Enable support for Apache's internal 
proxy
+   Enable support for Apache's internal 
proxy

 

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
index 284bedb2db2..24703f93f87 100644
--- 
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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,10 +12,10 @@ 
SRC_URI="https://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz;
 LICENSE="Apache-1.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="mod_proxy"
+IUSE="mod-proxy"
 
 DEPEND=""
-RDEPEND="mod_proxy? ( www-servers/apache[apache2_modules_proxy_connect] )"
+RDEPEND="mod-proxy? ( www-servers/apache[apache2_modules_proxy_connect] )"
 
 APACHE2_MOD_CONF="98_${PN}"
 APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"
@@ -23,7 +23,7 @@ APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"
 need_apache2_4
 
 src_prepare() {
-   if ! use mod_proxy; then
+   if ! use mod-proxy; then
sed -i -e 's:#define USING_proxy_http_module .*::' 
mod_extract_forwarded.c || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/

2017-08-06 Thread Amy Liffey
commit: 6852ebde6758989f5040d68e7a14365d6b662537
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Aug  6 13:16:48 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug  6 13:41:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6852ebde

www-apache/mod_extract_forwarded: Shorter DESCRIPTION

 .../mod_extract_forwarded-2.0.3_pre2015052015.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index f0546713349..284bedb2db2 100644
--- 
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
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit apache-module
 
-DESCRIPTION="Apache module that rewrites X-Forwarded-For to REMOTE_ADDR for 
reverse proxy configurations"
+DESCRIPTION="Rewrites X-Forwarded-For to REMOTE_ADDR for reverse proxy 
configurations"
 HOMEPAGE="http://www.openinfo.co.uk/apache/index.html;
 #SRC_URI="http://www.openinfo.co.uk/apache/extract_forwarded-${PV}.tar.gz;
 SRC_URI="https://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/

2016-11-01 Thread Pacho Ramos
commit: aa6025ab2b3bf1f9773f7a04ac5db454036e9e92
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov  1 10:47:59 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov  1 10:51:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6025ab

www-apache/mod_extract_forwarded: x86 stable, bug #548982

Package-Manager: portage-2.3.2

 .../mod_extract_forwarded-2.0.3_pre2015052015.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index f3b1479..a2aaccb 100644
--- 
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
@@ -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$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz;
 
 LICENSE="Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="mod_proxy"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/

2016-11-01 Thread Pacho Ramos
commit: ec71139ffeab54869f7a2d44af371631d777e992
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov  1 10:48:16 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov  1 10:51:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec71139f

www-apache/mod_extract_forwarded: Drop old

Package-Manager: portage-2.3.2

 www-apache/mod_extract_forwarded/Manifest  |  1 -
 .../mod_extract_forwarded-2.0.2.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/www-apache/mod_extract_forwarded/Manifest 
b/www-apache/mod_extract_forwarded/Manifest
index b0298f4..b1e41f7 100644
--- a/www-apache/mod_extract_forwarded/Manifest
+++ b/www-apache/mod_extract_forwarded/Manifest
@@ -1,2 +1 @@
-DIST extract_forwarded-2.0.2.tar.gz 13812 SHA256 
934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb SHA512 
20b408cc27bd0d92333a90a41c7e93362919693dbeb7643388bb0c70cb0aab88cbd6361d7f5bc3f892da715bcb1d7241a2cc396b5feb6f31f8716f08c83242ca
 WHIRLPOOL 
1ae1d700f92a9e120764c2664029cf8e1d87c1655d2da5913b58c41f185b7da3d365b106af398c33e71197a60c47c06be291e9b54fc8e5ac0c6be33ae3a83ab4
 DIST mod_extract_forwarded-2.0.3_pre2015052015.tar.xz 13548 SHA256 
284861a3267b8b494408a692cf6b4c7f31957e18b25ba7f6b1a6e0cd3bcd1bd9 SHA512 
26cfde6343885eea964dcd96ce9bc5952bfb9b5b27b093abd71358a26548c1361e37449d2f38a68aa0bac0bc43e465d65d6fbfaf91598b94ced2e65b861a14db
 WHIRLPOOL 
2a68b21233616fc77d9faa812dffd51c7629f49059c53cc42c4c9b585a738c2579899105c0eed15fac288232698045e8f0009a576173bf3878f80ae3ea6d807b

diff --git 
a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild 
b/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild
deleted file mode 100644
index 09a77b1..
--- a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit apache-module
-
-DESCRIPTION="Apache module that rewrites X-Forwarded-For to REMOTE_ADDR for 
reverse proxy configurations"
-HOMEPAGE="http://www.openinfo.co.uk/apache/index.html;
-SRC_URI="http://www.openinfo.co.uk/apache/extract_forwarded-${PV}.tar.gz;
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="mod_proxy"
-
-DEPEND=""
-RDEPEND="mod_proxy? ( www-servers/apache[apache2_modules_proxy_connect] )"
-
-S="${WORKDIR}/extract_forwarded"
-
-APACHE2_MOD_CONF="98_${PN}"
-APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"
-
-need_apache2_2
-
-src_prepare() {
-   if ! use mod_proxy; then
-   sed -i -e 's:#define USING_proxy_http_module .*::' 
mod_extract_forwarded.c || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_extract_forwarded/

2016-03-07 Thread Agostino Sarubbo
commit: 56f84d50055b7e9aa20bf8b0e7f0467c5d4cb148
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar  7 12:54:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar  7 12:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f84d50

www-apache/mod_extract_forwarded: amd64 stable wrt bug #548982

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../mod_extract_forwarded-2.0.3_pre2015052015.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index d282343..f3b1479 100644
--- 
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
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz;
 
 LICENSE="Apache-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="mod_proxy"
 
 DEPEND=""