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_auth_nufw: mod_auth_nufw-2.2.0.ebuild mod_auth_nufw-2.2.1.ebuild ChangeLog
Date: Thu, 31 Jan 2008 17:05:37
Message-Id: E1JKcr0-0008KM-3K@stork.gentoo.org
1 hollow 08/01/31 17:05:34
2
3 Modified: mod_auth_nufw-2.2.0.ebuild
4 mod_auth_nufw-2.2.1.ebuild ChangeLog
5 Log:
6 fix depend.apache usage wrt #208033; fix module loading
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.4 www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?r1=1.3&r2=1.4
15
16 Index: mod_auth_nufw-2.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mod_auth_nufw-2.2.0.ebuild 28 Dec 2007 16:42:59 -0000 1.3
23 +++ mod_auth_nufw-2.2.0.ebuild 31 Jan 2008 17:05:33 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.3 2007/12/28 16:42:59 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2008/01/31 17:05:33 hollow Exp $
30
31 inherit eutils apache-module autotools
32
33 @@ -50,7 +50,7 @@
34 src_compile() {
35 CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
36 econf --with-apache22 \
37 - --with-apxs=${APXS2} \
38 + --with-apxs=${APXS} \
39 $(use_with ldap ldap-uids) \
40 $(use_with mysql) \
41 || die "econf failed"
42
43
44
45 1.2 www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?r1=1.1&r2=1.2
50
51 Index: mod_auth_nufw-2.2.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- mod_auth_nufw-2.2.1.ebuild 27 Jan 2008 17:17:24 -0000 1.1
58 +++ mod_auth_nufw-2.2.1.ebuild 31 Jan 2008 17:05:33 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.1 2008/01/27 17:17:24 hollow Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.2 2008/01/31 17:05:33 hollow Exp $
64
65 inherit eutils apache-module autotools
66
67 @@ -42,7 +42,7 @@
68 CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
69 econf \
70 --with-apache22 \
71 - --with-apxs=${APXS2} \
72 + --with-apxs=${APXS} \
73 $(use_with mysql) \
74 || die "econf failed"
75 emake || die "emake failed"
76
77
78
79 1.6 www-apache/mod_auth_nufw/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.6&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.6&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?r1=1.5&r2=1.6
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
88 retrieving revision 1.5
89 retrieving revision 1.6
90 diff -u -r1.5 -r1.6
91 --- ChangeLog 27 Jan 2008 17:17:24 -0000 1.5
92 +++ ChangeLog 31 Jan 2008 17:05:33 -0000 1.6
93 @@ -1,6 +1,11 @@
94 # ChangeLog for www-apache/mod_auth_nufw
95 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.5 2008/01/27 17:17:24 hollow Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.6 2008/01/31 17:05:33 hollow Exp $
98 +
99 + 31 Jan 2008; Benedikt Böhm <hollow@g.o>
100 + files/50_mod_auth_nufw.conf, mod_auth_nufw-2.2.0.ebuild,
101 + mod_auth_nufw-2.2.1.ebuild:
102 + fix depend.apache usage wrt #208033; fix module loading
103
104 *mod_auth_nufw-2.2.1 (27 Jan 2008)
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list