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: Fri, 21 Sep 2007 21:07:44
Message-Id: E1IYpb6-00048G-Ge@stork.gentoo.org
1 hollow 07/09/21 20:59:36
2
3 Modified: mod_auth_kerb-5.3.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_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.2&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.2&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.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mod_auth_kerb-5.3.ebuild 29 Jul 2007 15:49:42 -0000 1.1
22 +++ mod_auth_kerb-5.3.ebuild 21 Sep 2007 20:59:36 -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_kerb/mod_auth_kerb-5.3.ebuild,v 1.1 2007/07/29 15:49:42 phreak Exp $
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
29 inherit apache-module
30
31 @@ -16,9 +16,6 @@
32 DEPEND="virtual/krb5"
33 RDEPEND="${DEPEND}"
34
35 -APACHE1_MOD_CONF="11_${PN}"
36 -APACHE1_MOD_DEFINE="AUTH_KERB"
37 -
38 APACHE2_MOD_CONF="11_${PN}"
39 APACHE2_MOD_DEFINE="AUTH_KERB"
40
41 @@ -27,10 +24,6 @@
42 need_apache
43
44 src_compile() {
45 - if use apache2 ; then
46 - CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
47 - else
48 - CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
49 - fi
50 + CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
51 emake || die "emake failed"
52 }
53
54
55
56 1.3 www-apache/mod_auth_kerb/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?r1=1.2&r2=1.3
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- ChangeLog 4 Aug 2007 17:13:45 -0000 1.2
69 +++ ChangeLog 21 Sep 2007 20:59:36 -0000 1.3
70 @@ -1,6 +1,9 @@
71 # ChangeLog for www-apache/mod_auth_kerb
72 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.2 2007/08/04 17:13:45 swegener Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.3 2007/09/21 20:59:36 hollow Exp $
75 +
76 + 21 Sep 2007; Benedikt Böhm <hollow@g.o> mod_auth_kerb-5.3.ebuild:
77 + remove apache-1 cruft
78
79 29 Jul 2007; Christian Heim <phreak@g.o>
80 +files/11_mod_auth_kerb.conf, +metadata.xml, +mod_auth_kerb-5.3.ebuild:
81
82
83
84 --
85 gentoo-commits@g.o mailing list