Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_fcgid: ChangeLog mod_fcgid-2.3.5.ebuild
Date: Sun, 31 Jan 2010 19:38:07
Message-Id: E1NbfcQ-00064m-3V@stork.gentoo.org
1 hanno 10/01/31 19:38:02
2
3 Modified: ChangeLog
4 Added: mod_fcgid-2.3.5.ebuild
5 Log:
6 mod_fcgid bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 www-apache/mod_fcgid/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 21 Dec 2009 15:18:34 -0000 1.42
23 +++ ChangeLog 31 Jan 2010 19:38:01 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-apache/mod_fcgid
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.42 2009/12/21 15:18:34 hanno Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.43 2010/01/31 19:38:01 hanno Exp $
30 +
31 +*mod_fcgid-2.3.5 (31 Jan 2010)
32 +
33 + 31 Jan 2010; Hanno Boeck <hanno@g.o> +mod_fcgid-2.3.5.ebuild:
34 + Version bump.
35
36 *mod_fcgid-2.3.5_pre20091221 (21 Dec 2009)
37
38
39
40
41 1.1 www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mod_fcgid-2.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.5.ebuild,v 1.1 2010/01/31 19:38:01 hanno Exp $
51
52 inherit apache-module eutils multilib
53
54 DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management."
55 HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
56 SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 APACHE2_MOD_CONF="2.2/20_${PN}"
64 APACHE2_MOD_DEFINE="FCGID"
65
66 DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID"
67
68 need_apache2_2
69
70 src_compile () {
71 ./configure.apxs || die "apxs configure failed!"
72 make || die "make failed"
73 ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
74 }