Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_fcgid: ChangeLog mod_fcgid-2.3.4.ebuild
Date: Mon, 30 Nov 2009 13:50:52
Message-Id: E1NF6eQ-0005yF-Ac@stork.gentoo.org
1 scarabeus 09/11/30 13:50:50
2
3 Modified: ChangeLog
4 Added: mod_fcgid-2.3.4.ebuild
5 Log:
6 Version bump. Per bug #294153. This is non-maintainer commit.
7 (Portage version: 2.2_rc53/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 www-apache/mod_fcgid/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 24 Jul 2009 12:14:33 -0000 1.38
23 +++ ChangeLog 30 Nov 2009 13:50:50 -0000 1.39
24 @@ -1,6 +1,12 @@
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.38 2009/07/24 12:14:33 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.39 2009/11/30 13:50:50 scarabeus Exp $
29 +
30 +*mod_fcgid-2.3.4 (30 Nov 2009)
31 +
32 + 30 Nov 2009; Tomáš Chvátal <scarabeus@g.o>
33 + +mod_fcgid-2.3.4.ebuild:
34 + Version bump. Per bug #294153. This is non-maintainer commit.
35
36 *mod_fcgid-2.2-r1 (24 Jul 2009)
37
38
39
40
41 1.1 www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mod_fcgid-2.3.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.4.ebuild,v 1.1 2009/11/30 13:50:50 scarabeus 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://fastcgi.coremail.cn/"
56 SRC_URI="http://websiterra.com/friends/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="${PV}/20_${PN}"
64 APACHE2_MOD_DEFINE="FCGID"
65
66 DOCFILES="AUTHOR ChangeLog"
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 }