diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-01-16 11:54:27 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-01-16 11:54:27 +0000 |
commit | 3888dd141836288a52bb5f1f4d60d428df86d42a (patch) | |
tree | bc0cc3af689800e56ebbe13601ed7381f9bc43f3 /net-www | |
parent | Fix typo in URL (qbankmanager). (diff) | |
download | historical-3888dd141836288a52bb5f1f4d60d428df86d42a.tar.gz historical-3888dd141836288a52bb5f1f4d60d428df86d42a.tar.bz2 historical-3888dd141836288a52bb5f1f4d60d428df86d42a.zip |
fix broken install on apache1 (#52734)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_fastcgi/Manifest | 18 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild | 6 |
3 files changed, 22 insertions, 9 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 3da577903b4d..486c866c708c 100644 --- a/net-www/mod_fastcgi/ChangeLog +++ b/net-www/mod_fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_fastcgi -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.8 2004/10/03 19:28:29 kugelfang Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.9 2005/01/16 11:54:27 mrness Exp $ + + 16 Jan 2005; Alin Nastac <mrness@gentoo.org> mod_fastcgi-2.4.2.ebuild: + Fix installation problem on Apache1 (#52734). 03 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> mod_fastcgi-2.4.2.ebuild: Marked ~amd64. diff --git a/net-www/mod_fastcgi/Manifest b/net-www/mod_fastcgi/Manifest index 0da7c551c1a6..d6537dcbdbdb 100644 --- a/net-www/mod_fastcgi/Manifest +++ b/net-www/mod_fastcgi/Manifest @@ -1,7 +1,17 @@ -MD5 05053a0a0e551ead054737539232bf40 ChangeLog 1133 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cb6063cf3810678d94831864b3fc7118 mod_fastcgi-2.4.2.ebuild 2973 +MD5 335b5123d6a1be940442365a4e446a2d ChangeLog 1252 MD5 0c1ffc3eff281366ee07df94a66166e6 metadata.xml 160 -MD5 d227af781a08ea5282932c97979f7ba4 mod_fastcgi-2.4.2.ebuild 2982 -MD5 f91641961f208de56af9e453c8cf414c files/20_mod_fastcgi.conf 221 -MD5 e243c356a4eb728bb4372c4f99296d37 files/Makefile-2.4.0 436 MD5 c28c5986e00f82855ecbd1887f1cd72b files/digest-mod_fastcgi-2.4.2 68 +MD5 f91641961f208de56af9e453c8cf414c files/20_mod_fastcgi.conf 221 MD5 60fafe97f43e4a2c2a38c4423b6b3958 files/mod_fastcgi.conf 92 +MD5 e243c356a4eb728bb4372c4f99296d37 files/Makefile-2.4.0 436 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB6lX9jiC39V7gKu0RAmyrAJ0S38Wo8hxHh4oDHyJSo7bYe2VJqACfZd10 +o4cauNc7Ce24FTzVEwbbhsM= +=G4Q1 +-----END PGP SIGNATURE----- diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild index 33dc1a90ddb7..f0fe24837821 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.ebuild,v 1.8 2004/10/03 19:28:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.9 2005/01/16 11:54:27 mrness Exp $ DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." KEYWORDS="x86 ppc ~amd64" @@ -74,7 +74,7 @@ src_install() { doins ${FILESDIR}/20_mod_fastcgi.conf else exeinto /usr/lib/apache-extramodules - doexe .libs/${PN}.so + doexe ${PN}.so insinto /etc/apache/conf/addon-modules doins ${FILESDIR}/mod_fastcgi.conf fi |