summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-06-05 18:30:57 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-06-05 18:30:57 +0000
commitfbf7f5ed07a13fa06db64d0a4b272bd3d127167e (patch)
tree5619c1f364318d51ca3f6c62e040db56167a9417 /net-www
parentpushing 2.6.16-7 ready for testing prior to stable (diff)
downloadgentoo-2-fbf7f5ed07a13fa06db64d0a4b272bd3d127167e.tar.gz
gentoo-2-fbf7f5ed07a13fa06db64d0a4b272bd3d127167e.tar.bz2
gentoo-2-fbf7f5ed07a13fa06db64d0a4b272bd3d127167e.zip
Cleanup old files.
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_fastcgi/ChangeLog8
-rw-r--r--net-www/mod_fastcgi/files/20_mod_fastcgi.conf5
-rw-r--r--net-www/mod_fastcgi/metadata.xml8
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild6
4 files changed, 16 insertions, 11 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog
index 09fb85030423..4476944a82dc 100644
--- a/net-www/mod_fastcgi/ChangeLog
+++ b/net-www/mod_fastcgi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-www/mod_fastcgi
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.18 2006/06/04 19:42:18 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.19 2006/06/05 18:30:57 chtekk Exp $
+
+ 05 Jun 2006; Luca Longinotti <chtekk@gentoo.org>
+ -files/2.4.2-r1/20_mod_fastcgi.conf, files/20_mod_fastcgi.conf,
+ -files/Makefile-2.4.0, -files/mod_fastcgi.conf, metadata.xml,
+ mod_fastcgi-2.4.2-r1.ebuild:
+ Cleanup old files and fix bug #129211.
04 Jun 2006; Michael Stewart <vericgar@gentoo.org>
-mod_fastcgi-2.4.2.ebuild:
diff --git a/net-www/mod_fastcgi/files/20_mod_fastcgi.conf b/net-www/mod_fastcgi/files/20_mod_fastcgi.conf
index 8807a37c237e..c5568ed4aace 100644
--- a/net-www/mod_fastcgi/files/20_mod_fastcgi.conf
+++ b/net-www/mod_fastcgi/files/20_mod_fastcgi.conf
@@ -1,10 +1,9 @@
<IfDefine FASTCGI>
<IfModule !mod_fastcgi.c>
- LoadModule fastcgi_module extramodules/mod_fastcgi.so
+ LoadModule fastcgi_module modules/mod_fastcgi.so
</IfModule>
<IfModule mod_fastcgi.c>
- AddHandler fastcgi-script .fcg
+ AddHandler fastcgi-script .fcg .fcgi
</IfModule>
</IfDefine>
-# vim:ft=apache:
diff --git a/net-www/mod_fastcgi/metadata.xml b/net-www/mod_fastcgi/metadata.xml
index ff5b6490402e..8f398d815b6c 100644
--- a/net-www/mod_fastcgi/metadata.xml
+++ b/net-www/mod_fastcgi/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>apache</herd>
-<maintainer>
- <email>apache-bugs@gentoo.org</email>
-</maintainer>
+ <herd>apache</herd>
+ <maintainer>
+ <email>apache-bugs@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
index 6f2bbeec77a1..8178af162582 100644
--- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
+++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.8 2006/04/29 00:32:56 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.9 2006/06/05 18:30:57 chtekk Exp $
inherit eutils apache-module
@@ -14,8 +14,8 @@ LICENSE="mod_fastcgi"
APXS1_ARGS="-c mod_fastcgi.c fcgi*.c"
APXS2_ARGS="${APXS1_ARGS}"
-APACHE1_MOD_CONF="${PVR}/20_mod_fastcgi"
-APACHE2_MOD_CONF="${PVR}/20_mod_fastcgi"
+APACHE1_MOD_CONF="20_mod_fastcgi"
+APACHE2_MOD_CONF="20_mod_fastcgi"
APACHE1_MOD_DEFINE="FASTCGI"
APACHE2_MOD_DEFINE="FASTCGI"