summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild')
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild
deleted file mode 100644
index 51517fe1c1d9..000000000000
--- a/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 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.3.5.ebuild,v 1.4 2010/06/13 21:27:17 angelos 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://apache/httpd/mod_fcgid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-APACHE2_MOD_CONF="2.2/20_${PN}"
-APACHE2_MOD_DEFINE="FCGID"
-
-DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID"
-
-need_apache2_2
-
-src_compile () {
- ./configure.apxs || die "apxs configure failed!"
- make || die "make failed"
- ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
-}