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