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-apps/zina: zina-1.0_rc3.ebuild zina-1.0_rc2.ebuild ChangeLog
Date: Tue, 05 Feb 2008 14:09:11
Message-Id: E1JMOTz-00061i-GN@stork.gentoo.org
1 hollow 08/02/05 14:09:07
2
3 Modified: zina-1.0_rc3.ebuild zina-1.0_rc2.ebuild ChangeLog
4 Log:
5 fix depend.apache usage wrt #208584
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 www-apps/zina/zina-1.0_rc3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc3.ebuild?r1=1.2&r2=1.3
14
15 Index: zina-1.0_rc3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- zina-1.0_rc3.ebuild 13 Oct 2007 08:00:13 -0000 1.2
22 +++ zina-1.0_rc3.ebuild 5 Feb 2008 14:09:06 -0000 1.3
23 @@ -1,8 +1,8 @@
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-apps/zina/zina-1.0_rc3.ebuild,v 1.2 2007/10/13 08:00:13 wrobel Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc3.ebuild,v 1.3 2008/02/05 14:09:06 hollow Exp $
29
30 -inherit webapp
31 +inherit webapp depend.apache
32
33 MY_P=${P/_/}
34
35 @@ -14,8 +14,9 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -RDEPEND="www-servers/apache
40 - virtual/httpd-php"
41 +RDEPEND="virtual/httpd-php"
42 +
43 +need_apache
44
45 S=${WORKDIR}/${MY_P}
46
47
48
49
50 1.5 www-apps/zina/zina-1.0_rc2.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild?r1=1.4&r2=1.5
55
56 Index: zina-1.0_rc2.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- zina-1.0_rc2.ebuild 13 Oct 2007 08:00:13 -0000 1.4
63 +++ zina-1.0_rc2.ebuild 5 Feb 2008 14:09:06 -0000 1.5
64 @@ -1,8 +1,8 @@
65 -# Copyright 1999-2007 Gentoo Foundation
66 +# Copyright 1999-2008 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild,v 1.4 2007/10/13 08:00:13 wrobel Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild,v 1.5 2008/02/05 14:09:06 hollow Exp $
70
71 -inherit webapp
72 +inherit webapp depend.apache
73
74 MY_P=${P/_/}
75
76 @@ -14,8 +14,9 @@
77 KEYWORDS="~x86"
78 IUSE=""
79
80 -RDEPEND="www-servers/apache
81 - virtual/httpd-php"
82 +RDEPEND="virtual/httpd-php"
83 +
84 +need_apache
85
86 S=${WORKDIR}/${MY_P}
87
88
89
90
91 1.8 www-apps/zina/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/ChangeLog?rev=1.8&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/ChangeLog?rev=1.8&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/zina/ChangeLog?r1=1.7&r2=1.8
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/www-apps/zina/ChangeLog,v
100 retrieving revision 1.7
101 retrieving revision 1.8
102 diff -u -r1.7 -r1.8
103 --- ChangeLog 13 Oct 2007 08:00:13 -0000 1.7
104 +++ ChangeLog 5 Feb 2008 14:09:06 -0000 1.8
105 @@ -1,6 +1,10 @@
106 # ChangeLog for www-apps/zina
107 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/ChangeLog,v 1.7 2007/10/13 08:00:13 wrobel Exp $
109 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
110 +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/ChangeLog,v 1.8 2008/02/05 14:09:06 hollow Exp $
111 +
112 + 05 Feb 2008; Benedikt Böhm <hollow@g.o> zina-1.0_rc2.ebuild,
113 + zina-1.0_rc3.ebuild:
114 + fix depend.apache usage wrt #208584
115
116 13 Oct 2007; <wrobel@g.o> -zina-0.12.12.ebuild,
117 zina-1.0_rc2.ebuild, zina-1.0_rc3.ebuild:
118
119
120
121 --
122 gentoo-commits@l.g.o mailing list