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-servers/skunkweb: skunkweb-3.4.1.ebuild ChangeLog skunkweb-3.4.3.ebuild skunkweb-3.4.0-r1.ebuild
Date: Thu, 31 Jan 2008 21:05:12
Message-Id: E1JKg8i-0005PM-0L@stork.gentoo.org
1 hollow 08/01/31 20:36:04
2
3 Modified: skunkweb-3.4.1.ebuild ChangeLog
4 skunkweb-3.4.3.ebuild skunkweb-3.4.0-r1.ebuild
5 Log:
6 fix depend.apache usage wrt #208033
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.5 www-servers/skunkweb/skunkweb-3.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.1.ebuild?r1=1.4&r2=1.5
15
16 Index: skunkweb-3.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- skunkweb-3.4.1.ebuild 12 May 2007 03:52:33 -0000 1.4
23 +++ skunkweb-3.4.1.ebuild 31 Jan 2008 20:36:03 -0000 1.5
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-servers/skunkweb/skunkweb-3.4.1.ebuild,v 1.4 2007/05/12 03:52:33 chtekk Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.1.ebuild,v 1.5 2008/01/31 20:36:03 hollow Exp $
30
31 inherit eutils apache-module
32
33 @@ -31,7 +31,7 @@
34 }
35
36 src_compile() {
37 - local apxs="${APXS2}"
38 + local apxs="${APXS}"
39
40 econf \
41 --with-user=skunkweb \
42
43
44
45 1.19 www-servers/skunkweb/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/ChangeLog?rev=1.19&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/ChangeLog?rev=1.19&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/ChangeLog?r1=1.18&r2=1.19
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-servers/skunkweb/ChangeLog,v
54 retrieving revision 1.18
55 retrieving revision 1.19
56 diff -u -r1.18 -r1.19
57 --- ChangeLog 29 Jul 2007 17:45:36 -0000 1.18
58 +++ ChangeLog 31 Jan 2008 20:36:03 -0000 1.19
59 @@ -1,6 +1,10 @@
60 # ChangeLog for www-servers/skunkweb
61 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/ChangeLog,v 1.18 2007/07/29 17:45:36 phreak Exp $
63 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/ChangeLog,v 1.19 2008/01/31 20:36:03 hollow Exp $
65 +
66 + 31 Jan 2008; Benedikt Böhm <hollow@g.o> skunkweb-3.4.0-r1.ebuild,
67 + skunkweb-3.4.1.ebuild, skunkweb-3.4.3.ebuild:
68 + fix depend.apache usage wrt #208033
69
70 29 Jul 2007; Christian Heim <phreak@g.o> skunkweb-3.4.0.ebuild:
71 Fixing the DEPEND/RDEPEND for the move of net-www/apache to
72
73
74
75 1.6 www-servers/skunkweb/skunkweb-3.4.3.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.3.ebuild?rev=1.6&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.3.ebuild?rev=1.6&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.3.ebuild?r1=1.5&r2=1.6
80
81 Index: skunkweb-3.4.3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.3.ebuild,v
84 retrieving revision 1.5
85 retrieving revision 1.6
86 diff -u -r1.5 -r1.6
87 --- skunkweb-3.4.3.ebuild 12 May 2007 03:52:33 -0000 1.5
88 +++ skunkweb-3.4.3.ebuild 31 Jan 2008 20:36:03 -0000 1.6
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2007 Gentoo Foundation
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-servers/skunkweb/skunkweb-3.4.3.ebuild,v 1.5 2007/05/12 03:52:33 chtekk Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.3.ebuild,v 1.6 2008/01/31 20:36:03 hollow Exp $
95
96 inherit eutils apache-module
97
98 @@ -31,7 +31,7 @@
99 }
100
101 src_compile() {
102 - local apxs="${APXS2}"
103 + local apxs="${APXS}"
104
105 econf \
106 --with-user=skunkweb \
107
108
109
110 1.9 www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild?rev=1.9&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild?rev=1.9&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild?r1=1.8&r2=1.9
115
116 Index: skunkweb-3.4.0-r1.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild,v
119 retrieving revision 1.8
120 retrieving revision 1.9
121 diff -u -r1.8 -r1.9
122 --- skunkweb-3.4.0-r1.ebuild 12 May 2007 03:52:33 -0000 1.8
123 +++ skunkweb-3.4.0-r1.ebuild 31 Jan 2008 20:36:03 -0000 1.9
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2007 Gentoo Foundation
126 +# Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild,v 1.8 2007/05/12 03:52:33 chtekk Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/www-servers/skunkweb/skunkweb-3.4.0-r1.ebuild,v 1.9 2008/01/31 20:36:03 hollow Exp $
130
131 inherit eutils apache-module
132
133 @@ -31,7 +31,7 @@
134 }
135
136 src_compile() {
137 - local apxs="${APXS2}"
138 + local apxs="${APXS}"
139
140 econf \
141 --with-user=skunkweb \
142
143
144
145 --
146 gentoo-commits@l.g.o mailing list