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_kerb: mod_auth_kerb-5.3.ebuild ChangeLog
Date: Thu, 31 Jan 2008 17:00:51
Message-Id: E1JKcmO-00085R-F3@stork.gentoo.org
1 hollow 08/01/31 17:00:48
2
3 Modified: mod_auth_kerb-5.3.ebuild ChangeLog
4 Log:
5 fix depend.apache usage wrt #208033
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild?r1=1.2&r2=1.3
14
15 Index: mod_auth_kerb-5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mod_auth_kerb-5.3.ebuild 21 Sep 2007 20:59:36 -0000 1.2
22 +++ mod_auth_kerb-5.3.ebuild 31 Jan 2008 17:00:47 -0000 1.3
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_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.2 2007/09/21 20:59:36 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.3 2008/01/31 17:00:47 hollow Exp $
29
30 inherit apache-module
31
32 @@ -24,6 +24,6 @@
33 need_apache
34
35 src_compile() {
36 - CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
37 + CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
38 emake || die "emake failed"
39 }
40
41
42
43 1.6 www-apache/mod_auth_kerb/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 27 Jan 2008 16:53:08 -0000 1.5
56 +++ ChangeLog 31 Jan 2008 17:00:47 -0000 1.6
57 @@ -1,6 +1,10 @@
58 # ChangeLog for www-apache/mod_auth_kerb
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.5 2008/01/27 16:53:08 hollow Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.6 2008/01/31 17:00:47 hollow Exp $
62 +
63 + 31 Jan 2008; Benedikt Böhm <hollow@g.o>
64 + files/11_mod_auth_kerb.conf, mod_auth_kerb-5.3.ebuild:
65 + fix depend.apache usage wrt #208033
66
67 27 Jan 2008; Benedikt Böhm <hollow@g.o> ChangeLog, Manifest:
68 fix metadata; cleanup
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list