summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_fcgid/mod_fcgid-1.06.ebuild')
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-1.06.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-1.06.ebuild b/www-apache/mod_fcgid/mod_fcgid-1.06.ebuild
deleted file mode 100644
index c5a4ea2a2979..000000000000
--- a/www-apache/mod_fcgid/mod_fcgid-1.06.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-1.06.ebuild,v 1.3 2005/09/23 01:18:48 ramereth Exp $
-
-DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi
-with better process management"
-KEYWORDS="x86"
-IUSE=""
-SLOT="0"
-
-MY_P=${PN}.${PV}
-
-HOMEPAGE="http://fastcgi.coremail.cn/"
-SRC_URI="http://fastcgi.coremail.cn/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-# For now, I only support the 'stable' layout for apache
-DEPEND="<=net-www/apache-2.0.54-r30
- !>net-www/apache-2.0.54-r30
- !=net-www/apache-1*"
-RDEPEND="<=net-www/apache-2.0.54-r30
- !>net-www/apache-2.0.54-r30
- !=net-www/apache-1*"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- cd ${WORKDIR}
- mv ${MY_P} ${P}
- cd ${S}
- sed -i '/^include/s:$:\nINCLUDES=-I/usr/include/apache2:;/^top_dir/s:local:lib:' Makefile
-}
-
-src_install() {
- dodoc AUTHOR ChangeLog INSTALL.txt
- exeinto /usr/lib/apache2-extramodules ; doexe .libs/${PN}.so
- insinto /etc/apache2/conf/modules.d
- newins ${FILESDIR}/20_mod_fcgid.conf-oldlayout 20_mod_fcgid.conf
-}
-
-pkg_postinst() {
- einfo "Add '-D FCGID' to your APACHE2_OPTS in /etc/conf.d/apache2"
-}