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 ChangeLog
Date: Fri, 21 Sep 2007 21:15:10
Message-Id: E1IYpiN-0001cM-Rm@stork.gentoo.org
1 hollow 07/09/21 21:07:07
2
3 Modified: mod_auth_nufw-2.2.0.ebuild ChangeLog
4 Log:
5 remove apache-1 cruft
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: mod_auth_nufw-2.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mod_auth_nufw-2.2.0.ebuild 29 Jul 2007 16:07:35 -0000 1.1
22 +++ mod_auth_nufw-2.2.0.ebuild 21 Sep 2007 21:07:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.1 2007/07/29 16:07:35 phreak Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.2 2007/09/21 21:07:07 hollow Exp $
28
29 inherit eutils apache-module autotools
30
31 @@ -20,10 +20,6 @@
32 RDEPEND="${DEPEND}"
33
34 APACHE2_MOD_FILE="mod_auth_nufw.so"
35 -
36 -APACHE1_MOD_CONF="50_${PN}"
37 -APACHE1_MOD_DEFINE="AUTH_NUFW"
38 -
39 APACHE2_MOD_CONF="50_${PN}"
40 APACHE2_MOD_DEFINE="AUTH_NUFW"
41
42 @@ -55,19 +51,11 @@
43 src_compile() {
44 cd "${S}"
45
46 - local apx
47 - if [[ ${APACHE_VERSION} -eq '1' ]] ; then
48 - apx=${APXS1}
49 - else
50 - apx=${APXS2}
51 - fi
52 -
53 - econf \
54 - $(use_with apache2 apache20) \
55 + econf --with-apache20 \
56 $(use_with ldap ldap-uids) \
57 $(use_with mysql) \
58 - --with-apxs=${apx} \
59 - CPPFLAGS="-I$(apr-config --includedir) ${CPPFLAGS}" \
60 + --with-apxs=${APXS2} \
61 + CPPFLAGS="-I$($(apr_config) --includedir) ${CPPFLAGS}" \
62 || die "econf failed"
63 emake || die "emake failed"
64 }
65
66
67
68 1.3 www-apache/mod_auth_nufw/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.3&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.3&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?r1=1.2&r2=1.3
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
77 retrieving revision 1.2
78 retrieving revision 1.3
79 diff -u -r1.2 -r1.3
80 --- ChangeLog 4 Aug 2007 17:14:56 -0000 1.2
81 +++ ChangeLog 21 Sep 2007 21:07:07 -0000 1.3
82 @@ -1,6 +1,10 @@
83 # ChangeLog for www-apache/mod_auth_nufw
84 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.2 2007/08/04 17:14:56 swegener Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.3 2007/09/21 21:07:07 hollow Exp $
87 +
88 + 21 Sep 2007; Benedikt Böhm <hollow@g.o>
89 + mod_auth_nufw-2.2.0.ebuild:
90 + remove apache-1 cruft
91
92 29 Jul 2007; Christian Heim <phreak@g.o>
93 +files/50_mod_auth_nufw.conf,
94
95
96
97 --
98 gentoo-commits@g.o mailing list