summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_fcgid/mod_fcgid-2.2.ebuild')
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.2.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.2.ebuild
deleted file mode 100644
index 1ffe4d5693f9..000000000000
--- a/www-apache/mod_fcgid/mod_fcgid-2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.2.ebuild,v 1.5 2009/12/21 15:15:26 hanno Exp $
-
-inherit apache-module eutils multilib
-
-DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management."
-HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
-SRC_URI="mirror://sourceforge/mod-fcgid/${PN}.${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}.${PV}"
-
-APACHE2_MOD_CONF="${PV}/20_${PN}"
-APACHE2_MOD_DEFINE="FCGID"
-
-APXS2_ARGS="-I ${S} -c ${PN}.c fcgid_bridge.c \
- fcgid_conf.c fcgid_pm_main.c \
- fcgid_spawn_ctl.c mod_fcgid.rc fcgid_bucket.c \
- fcgid_filter.c fcgid_protocol.c \
- arch/unix/fcgid_pm_unix.c \
- arch/unix/fcgid_proctbl_unix.c \
- arch/unix/fcgid_proc_unix.c"
-
-DOCFILES="AUTHOR ChangeLog"
-
-need_apache2_2