summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2007-07-29 16:02:08 +0000
committerBenedikt Boehm <hollow@gentoo.org>2007-07-29 16:02:08 +0000
commitc6614d0d3a253f2ad69c3943add515fae2e649c3 (patch)
tree0110419e10f8857a98e2caa058d2128251135423 /www-apache/mod_fcgid
parentremove useless patches; fix configuration file; depend on apache 2.2 because ... (diff)
downloadgentoo-2-c6614d0d3a253f2ad69c3943add515fae2e649c3.tar.gz
gentoo-2-c6614d0d3a253f2ad69c3943add515fae2e649c3.tar.bz2
gentoo-2-c6614d0d3a253f2ad69c3943add515fae2e649c3.zip
remove old ebuild
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'www-apache/mod_fcgid')
-rw-r--r--www-apache/mod_fcgid/ChangeLog5
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.1-r1.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/www-apache/mod_fcgid/ChangeLog b/www-apache/mod_fcgid/ChangeLog
index 3e7a9312b425..d0b733529df5 100644
--- a/www-apache/mod_fcgid/ChangeLog
+++ b/www-apache/mod_fcgid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_fcgid
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.30 2007/07/29 15:58:50 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.31 2007/07/29 16:02:08 hollow Exp $
+
+ 29 Jul 2007; Benedikt Böhm <hollow@gentoo.org> -mod_fcgid-2.1-r1.ebuild:
+ remove old ebuild
*mod_fcgid-2.1-r2 (29 Jul 2007)
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.1-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.1-r1.ebuild
deleted file mode 100644
index e6991c28b48c..000000000000
--- a/www-apache/mod_fcgid/mod_fcgid-2.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 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.1-r1.ebuild,v 1.2 2007/05/24 20:14:16 phreak Exp $
-
-inherit apache-module eutils multilib
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management."
-HOMEPAGE="http://fastcgi.coremail.cn/"
-SRC_URI="mirror://sourceforge/mod-fcgid/${PN}.${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/${PN}.${PV}"
-
-#APACHE2_MOD_CONF="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
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-apr_shm_remove.patch
-
- # Fix the stupid Makefile, assuming our builddir is in /usr/local
- sed -e "s,^top_dir.*=.*,top_dir = /usr/$(get_libdir)/apache2," -i Makefile
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
-
- # Once APACHE2_MOD_CONF is able to use newconfd (probably never), this line
- # should go.
- insinto ${APACHE2_MODULES_CONFDIR}
- newins "${FILESDIR}"/20_mod_fcgid-${PV}.conf 20_mod_fcgid.conf
-}