Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_cplusplus: mod_cplusplus-1.5.4.ebuild ChangeLog
Date: Thu, 10 Jan 2008 15:57:20
Message-Id: E1JCzmP-0002HT-U2@stork.gentoo.org
1 hollow 08/01/10 15:57:17
2
3 Modified: mod_cplusplus-1.5.4.ebuild ChangeLog
4 Log:
5 fix #205170
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild?r1=1.1&r2=1.2
14
15 Index: mod_cplusplus-1.5.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mod_cplusplus-1.5.4.ebuild 8 Sep 2007 18:48:09 -0000 1.1
22 +++ mod_cplusplus-1.5.4.ebuild 10 Jan 2008 15:57:17 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild,v 1.1 2007/09/08 18:48:09 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild,v 1.2 2008/01/10 15:57:17 hollow Exp $
29
30 inherit apache-module autotools
31
32 @@ -25,8 +25,15 @@
33
34 S="${WORKDIR}/${PN}"
35
36 -src_compile() {
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 + sed -i -e 's/-Werror //g' configure.in
42 eautoreconf
43 +}
44 +
45 +src_compile() {
46 econf --with-apxs=${APXS2} || die "econf failed"
47 emake || die "emake failed"
48 }
49
50
51
52 1.3 www-apache/mod_cplusplus/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/ChangeLog?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/ChangeLog?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_cplusplus/ChangeLog?r1=1.2&r2=1.3
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/ChangeLog,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- ChangeLog 10 Sep 2007 10:19:07 -0000 1.2
65 +++ ChangeLog 10 Jan 2008 15:57:17 -0000 1.3
66 @@ -1,6 +1,10 @@
67 # ChangeLog for www-apache/mod_cplusplus
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/ChangeLog,v 1.2 2007/09/10 10:19:07 hollow Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/ChangeLog,v 1.3 2008/01/10 15:57:17 hollow Exp $
72 +
73 + 10 Jan 2008; Benedikt Böhm <hollow@g.o>
74 + files/51_mod_cplusplus.conf, mod_cplusplus-1.5.4.ebuild:
75 + fix #205170
76
77 10 Sep 2007; Benedikt Böhm <hollow@g.o> metadata.xml:
78 fix metadata
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list