Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: mod_caucho-3.1.2.ebuild ChangeLog mod_caucho-3.0.24.ebuild
Date: Tue, 06 Nov 2007 14:38:30
Message-Id: E1IpPZP-0005Df-0c@stork.gentoo.org
1 nelchael 07/11/06 14:38:23
2
3 Modified: mod_caucho-3.1.2.ebuild ChangeLog
4 mod_caucho-3.0.24.ebuild
5 Log:
6 Add missing app-arch/unzip to DEPEND.
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.2 www-apache/mod_caucho/mod_caucho-3.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: mod_caucho-3.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mod_caucho-3.1.2.ebuild 17 Aug 2007 08:21:44 -0000 1.1
23 +++ mod_caucho-3.1.2.ebuild 6 Nov 2007 14:38:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild,v 1.1 2007/08/17 08:21:44 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild,v 1.2 2007/11/06 14:38:22 nelchael Exp $
29
30 inherit eutils apache-module autotools
31
32 @@ -24,6 +24,9 @@
33
34 need_apache2
35
36 +DEPEND="${DEPENDS}
37 + app-arch/unzip"
38 +
39 src_unpack() {
40 unpack ${A}
41 cd "${S}"
42
43
44
45 1.24 www-apache/mod_caucho/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.24&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.24&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?r1=1.23&r2=1.24
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v
54 retrieving revision 1.23
55 retrieving revision 1.24
56 diff -u -r1.23 -r1.24
57 --- ChangeLog 13 Oct 2007 10:25:34 -0000 1.23
58 +++ ChangeLog 6 Nov 2007 14:38:22 -0000 1.24
59 @@ -1,6 +1,10 @@
60 # ChangeLog for www-apache/mod_caucho
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.23 2007/10/13 10:25:34 corsair Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.24 2007/11/06 14:38:22 nelchael Exp $
64 +
65 + 06 Nov 2007; Krzysiek Pawlik <nelchael@g.o>
66 + mod_caucho-3.0.24.ebuild, mod_caucho-3.1.2.ebuild:
67 + Add missing app-arch/unzip to DEPEND.
68
69 13 Oct 2007; Markus Rothe <corsair@g.o> mod_caucho-3.0.24.ebuild:
70 Added ~ppc64; bug #191741
71
72
73
74 1.5 www-apache/mod_caucho/mod_caucho-3.0.24.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild?r1=1.4&r2=1.5
79
80 Index: mod_caucho-3.0.24.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- mod_caucho-3.0.24.ebuild 13 Oct 2007 10:25:34 -0000 1.4
87 +++ mod_caucho-3.0.24.ebuild 6 Nov 2007 14:38:22 -0000 1.5
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild,v 1.4 2007/10/13 10:25:34 corsair Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild,v 1.5 2007/11/06 14:38:22 nelchael Exp $
93
94 inherit eutils apache-module autotools
95
96 @@ -21,6 +21,9 @@
97
98 need_apache2
99
100 +DEPEND="${DEPENDS}
101 + app-arch/unzip"
102 +
103 src_unpack() {
104 unpack ${A}
105 cd "${S}"
106
107
108
109 --
110 gentoo-commits@g.o mailing list