diff options
author | Christian Heim <phreak@gentoo.org> | 2007-03-08 18:39:24 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-03-08 18:39:24 +0000 |
commit | 114d7b5d4946c291922e63841b95d0198a2020fe (patch) | |
tree | d16396d918810561bd0224bb4c34be65f09a4185 /www-apache | |
parent | Stable on sparc wrt #169097 (diff) | |
download | gentoo-2-114d7b5d4946c291922e63841b95d0198a2020fe.tar.gz gentoo-2-114d7b5d4946c291922e63841b95d0198a2020fe.tar.bz2 gentoo-2-114d7b5d4946c291922e63841b95d0198a2020fe.zip |
Version bump (thanks to Hanno in #169942).
(Portage version: 2.1.2.1)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_fcgid/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_fcgid/files/digest-mod_fcgid-2.1 | 3 | ||||
-rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-2.1.ebuild | 34 |
3 files changed, 43 insertions, 1 deletions
diff --git a/www-apache/mod_fcgid/ChangeLog b/www-apache/mod_fcgid/ChangeLog index cbc71052a2b7..aa858233de7a 100644 --- a/www-apache/mod_fcgid/ChangeLog +++ b/www-apache/mod_fcgid/ChangeLog @@ -1,6 +1,11 @@ # 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.24 2007/02/13 20:35:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.25 2007/03/08 18:39:24 phreak Exp $ + +*mod_fcgid-2.1 (08 Mar 2007) + + 08 Mar 2007; Christian Heim <phreak@gentoo.org> +mod_fcgid-2.1.ebuild: + Version bump (thanks to Hanno in #169942). 13 Feb 2007; Markus Rothe <corsair@gentoo.org> mod_fcgid-2.0.ebuild: Added ~ppc64; bug #166675 diff --git a/www-apache/mod_fcgid/files/digest-mod_fcgid-2.1 b/www-apache/mod_fcgid/files/digest-mod_fcgid-2.1 new file mode 100644 index 000000000000..c74843686e7b --- /dev/null +++ b/www-apache/mod_fcgid/files/digest-mod_fcgid-2.1 @@ -0,0 +1,3 @@ +MD5 0bc036276e378463c80617ff57e853dc mod_fcgid.2.1.tar.gz 54359 +RMD160 cf8ec344ad2e108ad0b47085b0509e2c13a062c1 mod_fcgid.2.1.tar.gz 54359 +SHA256 9d847f66f8067c5b8de06088a04356d22cee9ced2db7d04be6d6a7613c6b83df mod_fcgid.2.1.tar.gz 54359 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.1.ebuild new file mode 100644 index 000000000000..30e42d6d7c12 --- /dev/null +++ b/www-apache/mod_fcgid/mod_fcgid-2.1.ebuild @@ -0,0 +1,34 @@ +# 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.ebuild,v 1.1 2007/03/08 18:39:24 phreak Exp $ + +inherit apache-module + +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="" + +DEPEND="" +RDEPEND="" + +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 |