Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_security: mod_security-2.5.10.ebuild ChangeLog
Date: Fri, 02 Oct 2009 10:47:01
Message-Id: E1Mtff9-0006nH-3F@stork.gentoo.org
1 flameeyes 09/10/02 10:46:59
2
3 Modified: mod_security-2.5.10.ebuild ChangeLog
4 Log:
5 Ooops, fix the missing broken autotools correction.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 www-apache/mod_security/mod_security-2.5.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild?r1=1.1&r2=1.2
14
15 Index: mod_security-2.5.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mod_security-2.5.10.ebuild 1 Oct 2009 22:07:37 -0000 1.1
22 +++ mod_security-2.5.10.ebuild 2 Oct 2009 10:46:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild,v 1.1 2009/10/01 22:07:37 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.10.ebuild,v 1.2 2009/10/02 10:46:58 flameeyes Exp $
28
29 inherit apache-module autotools
30
31 @@ -34,6 +34,7 @@
32
33 cd "${S}"/apache2
34
35 + epatch "${FILESDIR}"/${P}-broken-autotools.patch
36 epatch "${FILESDIR}"/${P}-as-needed.patch
37
38 eautoreconf
39
40
41
42 1.29 www-apache/mod_security/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/ChangeLog?rev=1.29&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/ChangeLog?rev=1.29&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/ChangeLog?r1=1.28&r2=1.29
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v
51 retrieving revision 1.28
52 retrieving revision 1.29
53 diff -u -r1.28 -r1.29
54 --- ChangeLog 1 Oct 2009 22:07:37 -0000 1.28
55 +++ ChangeLog 2 Oct 2009 10:46:58 -0000 1.29
56 @@ -1,6 +1,11 @@
57 # ChangeLog for www-apache/mod_security
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.28 2009/10/01 22:07:37 flameeyes Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.29 2009/10/02 10:46:58 flameeyes Exp $
61 +
62 + 02 Oct 2009; Diego E. Pettenò <flameeyes@g.o>
63 + mod_security-2.5.10.ebuild,
64 + +files/mod_security-2.5.10-broken-autotools.patch:
65 + Ooops, fix the missing broken autotools correction.
66
67 *mod_security-2.5.10 (01 Oct 2009)