summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-10-12 08:17:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-10-12 08:17:19 +0000
commit2eb64c8d351656d66dd52071c0dee10bf5e1d624 (patch)
tree12589482776d2e85ef1470e8714e88ff4933c9bb /www-apache/mod_extract_forwarded
parentRestricting python-2.5 (diff)
downloadgentoo-2-2eb64c8d351656d66dd52071c0dee10bf5e1d624.tar.gz
gentoo-2-2eb64c8d351656d66dd52071c0dee10bf5e1d624.tar.bz2
gentoo-2-2eb64c8d351656d66dd52071c0dee10bf5e1d624.zip
Restricting to apache 2.2
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_extract_forwarded')
-rw-r--r--www-apache/mod_extract_forwarded/ChangeLog9
-rw-r--r--www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild6
2 files changed, 9 insertions, 6 deletions
diff --git a/www-apache/mod_extract_forwarded/ChangeLog b/www-apache/mod_extract_forwarded/ChangeLog
index 84612793dcac..ae1872c5a9b4 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.4 2011/02/25 19:44:37 idl0r Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.5 2012/10/12 08:17:19 patrick Exp $
+
+ 12 Oct 2012; Patrick Lauer <patrick@gentoo.org>
+ mod_extract_forwarded-2.0.2.ebuild:
+ Restricting to apache 2.2
25 Feb 2011; Christian Ruppert <idl0r@gentoo.org>
mod_extract_forwarded-2.0.2.ebuild metadata.xml:
@@ -20,4 +24,3 @@
+files/98_mod_extract_forwarded.conf, +metadata.xml,
+mod_extract_forwarded-2.0.2.ebuild:
initial ebuild, #200895
-
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 26867d0cfd2b..8730a1853edc 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,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.3 2011/02/25 19:44:37 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild,v 1.4 2012/10/12 08:17:19 patrick Exp $
EAPI="3"
@@ -23,7 +23,7 @@ S="${WORKDIR}/extract_forwarded"
APACHE2_MOD_CONF="98_${PN}"
APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"
-need_apache2
+need_apache2_2
src_prepare() {
if ! use mod_proxy; then