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_pam: mod_auth_pam-1.1.1-r1.ebuild mod_auth_pam-1.1.1-r2.ebuild ChangeLog
Date: Thu, 31 Jan 2008 17:08:37
Message-Id: E1JKctu-0008SP-Lz@stork.gentoo.org
1 hollow 08/01/31 17:08:34
2
3 Modified: mod_auth_pam-1.1.1-r1.ebuild
4 mod_auth_pam-1.1.1-r2.ebuild ChangeLog
5 Log:
6 fix depend.apache usage wrt #208033; cleanup
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.2 www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: mod_auth_pam-1.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mod_auth_pam-1.1.1-r1.ebuild 29 Jul 2007 16:15:21 -0000 1.1
23 +++ mod_auth_pam-1.1.1-r1.ebuild 31 Jan 2008 17:08:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.1 2007/07/29 16:15:21 phreak Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.2 2008/01/31 17:08:34 hollow Exp $
30
31 inherit eutils apache-module
32
33 @@ -37,7 +37,7 @@
34
35 src_compile() {
36 apache-module_src_compile
37 - ${APXS2} -c mod_auth_sys_group.c
38 + ${APXS} -c mod_auth_sys_group.c
39 }
40
41 src_install() {
42
43
44
45 1.2 www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?r1=1.1&r2=1.2
50
51 Index: mod_auth_pam-1.1.1-r2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- mod_auth_pam-1.1.1-r2.ebuild 29 Jul 2007 16:15:21 -0000 1.1
58 +++ mod_auth_pam-1.1.1-r2.ebuild 31 Jan 2008 17:08:34 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.1 2007/07/29 16:15:21 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.2 2008/01/31 17:08:34 hollow Exp $
65
66 inherit eutils apache-module
67
68 @@ -37,7 +37,7 @@
69
70 src_compile() {
71 apache-module_src_compile
72 - ${APXS2} -c mod_auth_sys_group.c
73 + ${APXS} -c mod_auth_sys_group.c
74 }
75
76 src_install() {
77
78
79
80 1.4 www-apache/mod_auth_pam/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?rev=1.4&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?rev=1.4&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?r1=1.3&r2=1.4
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v
89 retrieving revision 1.3
90 retrieving revision 1.4
91 diff -u -r1.3 -r1.4
92 --- ChangeLog 27 Jan 2008 18:56:19 -0000 1.3
93 +++ ChangeLog 31 Jan 2008 17:08:34 -0000 1.4
94 @@ -1,6 +1,11 @@
95 # ChangeLog for www-apache/mod_auth_pam
96 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v 1.3 2008/01/27 18:56:19 hollow Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v 1.4 2008/01/31 17:08:34 hollow Exp $
99 +
100 + 31 Jan 2008; Benedikt Böhm <hollow@g.o>
101 + files/10_mod_auth_pam.conf, mod_auth_pam-1.1.1-r1.ebuild,
102 + mod_auth_pam-1.1.1-r2.ebuild:
103 + fix depend.apache usage wrt #208033; cleanup
104
105 27 Jan 2008; Benedikt Böhm <hollow@g.o> metadata.xml:
106 update metadata; fix changelog
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list