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, 28 Dec 2007 16:43:10
Message-Id: E1J8IIW-00036k-3s@stork.gentoo.org
1 hollow 07/12/28 16:43:00
2
3 Modified: mod_auth_nufw-2.2.0.ebuild ChangeLog
4 Log:
5 use apr-1 instead of apr-0
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.3 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.3&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.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mod_auth_nufw-2.2.0.ebuild 21 Sep 2007 21:07:07 -0000 1.2
22 +++ mod_auth_nufw-2.2.0.ebuild 28 Dec 2007 16:42:59 -0000 1.3
23 @@ -1,11 +1,11 @@
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.2 2007/09/21 21:07:07 hollow Exp $
27 +# $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 $
28
29 inherit eutils apache-module autotools
30
31 DESCRIPTION="A NuFW authentication module for Apache."
32 -HOMEPAGE="http://www.inl.fr/mod-auth-nufw.html"
33 +HOMEPAGE="http://software.inl.fr/trac/wiki/EdenWall/mod_auth_nufw"
34 SRC_URI="http://software.inl.fr/releases/${PN}/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 @@ -13,8 +13,7 @@
38 KEYWORDS="~x86"
39 IUSE="ldap mysql postgres"
40
41 -DEPEND="=dev-libs/apr-0*
42 - ldap? ( net-nds/openldap )
43 +DEPEND="ldap? ( net-nds/openldap )
44 mysql? ( virtual/mysql )
45 postgres? ( dev-db/postgresql )"
46 RDEPEND="${DEPEND}"
47 @@ -25,7 +24,7 @@
48
49 DOCFILES="doc/mod_auth_nufw.html"
50
51 -need_apache
52 +need_apache2_2
53
54 pkg_setup() {
55 local cnt=0
56 @@ -49,13 +48,11 @@
57 }
58
59 src_compile() {
60 - cd "${S}"
61 -
62 - econf --with-apache20 \
63 + CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
64 + econf --with-apache22 \
65 + --with-apxs=${APXS2} \
66 $(use_with ldap ldap-uids) \
67 $(use_with mysql) \
68 - --with-apxs=${APXS2} \
69 - CPPFLAGS="-I$($(apr_config) --includedir) ${CPPFLAGS}" \
70 || die "econf failed"
71 emake || die "emake failed"
72 }
73
74
75
76 1.4 www-apache/mod_auth_nufw/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.4&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.4&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?r1=1.3&r2=1.4
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
85 retrieving revision 1.3
86 retrieving revision 1.4
87 diff -u -r1.3 -r1.4
88 --- ChangeLog 21 Sep 2007 21:07:07 -0000 1.3
89 +++ ChangeLog 28 Dec 2007 16:42:59 -0000 1.4
90 @@ -1,6 +1,10 @@
91 # ChangeLog for www-apache/mod_auth_nufw
92 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.3 2007/09/21 21:07:07 hollow Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.4 2007/12/28 16:42:59 hollow Exp $
95 +
96 + 28 Dec 2007; Benedikt Böhm <hollow@g.o>
97 + mod_auth_nufw-2.2.0.ebuild:
98 + use apr-1 instead of apr-0
99
100 21 Sep 2007; Benedikt Böhm <hollow@g.o>
101 mod_auth_nufw-2.2.0.ebuild:
102
103
104
105 --
106 gentoo-commits@g.o mailing list