summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-09-17 10:42:19 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-09-17 10:42:19 +0000
commitf452709d497fe84c141704dfd42bd252d6057338 (patch)
treec6909683d3bd722e81dff463ee21d00e8cd4ff3c /www-apache/mod_extract_forwarded
parentstable on amd64 & x86 (diff)
downloadgentoo-2-f452709d497fe84c141704dfd42bd252d6057338.tar.gz
gentoo-2-f452709d497fe84c141704dfd42bd252d6057338.tar.bz2
gentoo-2-f452709d497fe84c141704dfd42bd252d6057338.zip
stable on amd64 & x86
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'www-apache/mod_extract_forwarded')
-rw-r--r--www-apache/mod_extract_forwarded/ChangeLog8
-rw-r--r--www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild14
2 files changed, 13 insertions, 9 deletions
diff --git a/www-apache/mod_extract_forwarded/ChangeLog b/www-apache/mod_extract_forwarded/ChangeLog
index 42d15344dd01..9c872756e4eb 100644
--- a/www-apache/mod_extract_forwarded/ChangeLog
+++ b/www-apache/mod_extract_forwarded/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_extract_forwarded
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.2 2008/01/31 18:49:38 hollow Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.3 2009/09/17 10:42:19 hollow Exp $
+
+ 17 Sep 2009; Benedikt Böhm <hollow@gentoo.org>
+ mod_extract_forwarded-2.0.2.ebuild:
+ stable on amd64 & x86
31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
files/98_mod_extract_forwarded.conf, metadata.xml:
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
index 7011820f5fed..b0c9a002993a 100644
--- 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
@@ -1,22 +1,22 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild,v 1.1 2007/12/31 23:58:35 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild,v 1.2 2009/09/17 10:42:19 hollow Exp $
inherit apache-module
-KEYWORDS="~amd64 ~x86"
-
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-2.0 Apache-1.1"
+
+LICENSE="Apache-1.1"
SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
DEPEND=""
RDEPEND=""
-APXS2_S="${WORKDIR}/extract_forwarded"
-APXS2_ARGS="-c ${PN}.c"
+S="${WORKDIR}/extract_forwarded"
APACHE2_MOD_CONF="98_${PN}"
APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"