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_jk: ChangeLog mod_jk-1.2.21-r2.ebuild mod_jk-1.2.26-r1.ebuild mod_jk-1.2.25.ebuild mod_jk-1.2.22.ebuild mod_jk-1.2.23.ebuild
Date: Thu, 31 Jan 2008 19:05:32
Message-Id: E1JKej3-0002Wq-JI@stork.gentoo.org
1 hollow 08/01/31 19:05:29
2
3 Modified: ChangeLog mod_jk-1.2.21-r2.ebuild
4 mod_jk-1.2.26-r1.ebuild mod_jk-1.2.25.ebuild
5 mod_jk-1.2.22.ebuild mod_jk-1.2.23.ebuild
6 Log:
7 fix depend.apache usage wrt #208033
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.47 www-apache/mod_jk/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 16 Jan 2008 21:07:37 -0000 1.46
24 +++ ChangeLog 31 Jan 2008 19:05:28 -0000 1.47
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-apache/mod_jk
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.46 2008/01/16 21:07:37 wltjr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.47 2008/01/31 19:05:28 hollow Exp $
30 +
31 + 31 Jan 2008; Benedikt Böhm <hollow@g.o> mod_jk-1.2.21-r2.ebuild,
32 + mod_jk-1.2.22.ebuild, mod_jk-1.2.23.ebuild, mod_jk-1.2.25.ebuild,
33 + mod_jk-1.2.26-r1.ebuild:
34 + fix depend.apache usage wrt #208033
35
36 *mod_jk-1.2.26-r1 (16 Jan 2008)
37
38
39
40
41 1.5 www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild?r1=1.4&r2=1.5
46
47 Index: mod_jk-1.2.21-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- mod_jk-1.2.21-r2.ebuild 15 Jul 2007 23:03:48 -0000 1.4
54 +++ mod_jk-1.2.21-r2.ebuild 31 Jan 2008 19:05:28 -0000 1.5
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild,v 1.4 2007/07/15 23:03:48 mr_bones_ Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild,v 1.5 2008/01/31 19:05:28 hollow Exp $
61
62 inherit apache-module autotools
63
64 @@ -34,7 +34,7 @@
65
66 src_compile() {
67 econf \
68 - --with-apxs=${APXS2} \
69 + --with-apxs=${APXS} \
70 --with-apr-config=/usr/bin/apr-config \
71 || die "econf failed"
72 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
73
74
75
76 1.2 www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild?r1=1.1&r2=1.2
81
82 Index: mod_jk-1.2.26-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- mod_jk-1.2.26-r1.ebuild 16 Jan 2008 21:07:37 -0000 1.1
89 +++ mod_jk-1.2.26-r1.ebuild 31 Jan 2008 19:05:28 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild,v 1.1 2008/01/16 21:07:37 wltjr Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26-r1.ebuild,v 1.2 2008/01/31 19:05:28 hollow Exp $
95
96 inherit apache-module autotools
97
98 @@ -34,7 +34,7 @@
99
100 src_compile() {
101 econf \
102 - --with-apxs=${APXS2} \
103 + --with-apxs=${APXS} \
104 --with-apr-config=/usr/bin/apr-config \
105 || die "econf failed"
106 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
107
108
109
110 1.6 www-apache/mod_jk/mod_jk-1.2.25.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild?rev=1.6&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild?rev=1.6&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild?r1=1.5&r2=1.6
115
116 Index: mod_jk-1.2.25.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild,v
119 retrieving revision 1.5
120 retrieving revision 1.6
121 diff -u -r1.5 -r1.6
122 --- mod_jk-1.2.25.ebuild 11 Jan 2008 19:41:56 -0000 1.5
123 +++ mod_jk-1.2.25.ebuild 31 Jan 2008 19:05:28 -0000 1.6
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2008 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild,v 1.5 2008/01/11 19:41:56 wltjr Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.25.ebuild,v 1.6 2008/01/31 19:05:28 hollow Exp $
129
130 inherit apache-module autotools
131
132 @@ -34,7 +34,7 @@
133
134 src_compile() {
135 econf \
136 - --with-apxs=${APXS2} \
137 + --with-apxs=${APXS} \
138 --with-apr-config=/usr/bin/apr-config \
139 || die "econf failed"
140 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
141
142
143
144 1.7 www-apache/mod_jk/mod_jk-1.2.22.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild?rev=1.7&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild?rev=1.7&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild?r1=1.6&r2=1.7
149
150 Index: mod_jk-1.2.22.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild,v
153 retrieving revision 1.6
154 retrieving revision 1.7
155 diff -u -r1.6 -r1.7
156 --- mod_jk-1.2.22.ebuild 15 Jul 2007 23:03:48 -0000 1.6
157 +++ mod_jk-1.2.22.ebuild 31 Jan 2008 19:05:28 -0000 1.7
158 @@ -1,6 +1,6 @@
159 -# Copyright 1999-2007 Gentoo Foundation
160 +# Copyright 1999-2008 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild,v 1.6 2007/07/15 23:03:48 mr_bones_ Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.22.ebuild,v 1.7 2008/01/31 19:05:28 hollow Exp $
164
165 inherit apache-module autotools
166
167 @@ -34,7 +34,7 @@
168
169 src_compile() {
170 econf \
171 - --with-apxs=${APXS2} \
172 + --with-apxs=${APXS} \
173 --with-apr-config=/usr/bin/apr-config \
174 || die "econf failed"
175 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
176
177
178
179 1.6 www-apache/mod_jk/mod_jk-1.2.23.ebuild
180
181 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild?rev=1.6&view=markup
182 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild?rev=1.6&content-type=text/plain
183 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild?r1=1.5&r2=1.6
184
185 Index: mod_jk-1.2.23.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild,v
188 retrieving revision 1.5
189 retrieving revision 1.6
190 diff -u -r1.5 -r1.6
191 --- mod_jk-1.2.23.ebuild 27 Jul 2007 21:04:23 -0000 1.5
192 +++ mod_jk-1.2.23.ebuild 31 Jan 2008 19:05:28 -0000 1.6
193 @@ -1,6 +1,6 @@
194 -# Copyright 1999-2007 Gentoo Foundation
195 +# Copyright 1999-2008 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild,v 1.5 2007/07/27 21:04:23 dertobi123 Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.23.ebuild,v 1.6 2008/01/31 19:05:28 hollow Exp $
199
200 inherit apache-module autotools
201
202 @@ -34,7 +34,7 @@
203
204 src_compile() {
205 econf \
206 - --with-apxs=${APXS2} \
207 + --with-apxs=${APXS} \
208 --with-apr-config=/usr/bin/apr-config \
209 || die "econf failed"
210 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
211
212
213
214 --
215 gentoo-commits@l.g.o mailing list