Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: mod_caucho-4.0.6.ebuild ChangeLog
Date: Mon, 19 Apr 2010 21:16:20
Message-Id: 20100419211616.3F69F2C04B@corvid.gentoo.org
1 nelchael 10/04/19 21:16:15
2
3 Modified: ChangeLog
4 Added: mod_caucho-4.0.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.52 www-apache/mod_caucho/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 2 Apr 2010 12:40:37 -0000 1.51
23 +++ ChangeLog 19 Apr 2010 21:16:15 -0000 1.52
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-apache/mod_caucho
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.51 2010/04/02 12:40:37 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.52 2010/04/19 21:16:15 nelchael Exp $
29 +
30 +*mod_caucho-4.0.6 (19 Apr 2010)
31 +
32 + 19 Apr 2010; Krzysztof Pawlik <nelchael@g.o>
33 + +mod_caucho-4.0.6.ebuild:
34 + Version bump.
35
36 *mod_caucho-4.0.5 (02 Apr 2010)
37
38
39
40
41 1.1 www-apache/mod_caucho/mod_caucho-4.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mod_caucho-4.0.6.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_caucho/mod_caucho-4.0.6.ebuild,v 1.1 2010/04/19 21:16:15 nelchael Exp $
51
52 EAPI="2"
53
54 inherit eutils apache-module autotools
55
56 DESCRIPTION="mod_caucho connects Resin and Apache2."
57 HOMEPAGE="http://www.caucho.com/"
58 SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip"
59 #mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 IUSE=""
65
66 DEPEND="${DEPEND}
67 app-arch/unzip"
68 RDEPEND=""
69
70 S="${WORKDIR}/resin-${PV}"
71
72 # See apache-module.eclass for more information.
73 APACHE2_MOD_CONF="88_${PN}"
74 APACHE2_MOD_DEFINE="CAUCHO"
75 APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so"
76
77 need_apache2
78
79 src_prepare() {
80 ## for i in "${WORKDIR}"/${PV}/mod_caucho-*; do
81 ## epatch "${i}"
82 ## done
83
84 eautoreconf
85 chmod 755 ./configure
86 }
87
88 src_configure() {
89 econf --with-apxs=${APXS} || die "econf failed"
90 }
91
92 src_compile() {
93 emake -C "${S}/modules/c/src/apache2/" || die "emake failed"
94 }