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/bugzilla: ChangeLog bugzilla-2.22.3.ebuild bugzilla-2.20.5.ebuild
Date: Tue, 05 Feb 2008 15:20:43
Message-Id: E1JMPbE-0008TN-7x@stork.gentoo.org
1 hollow 08/02/05 15:20:40
2
3 Modified: ChangeLog bugzilla-2.22.3.ebuild
4 bugzilla-2.20.5.ebuild
5 Log:
6 fix depend.apache usage wrt #208584
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.106 www-apps/bugzilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 10 Dec 2007 16:46:49 -0000 1.105
23 +++ ChangeLog 5 Feb 2008 15:20:39 -0000 1.106
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-apps/bugzilla
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.105 2007/12/10 16:46:49 armin76 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.106 2008/02/05 15:20:39 hollow Exp $
30 +
31 + 05 Feb 2008; Benedikt Böhm <hollow@g.o> bugzilla-2.20.5.ebuild,
32 + bugzilla-2.22.3.ebuild:
33 + fix depend.apache usage wrt #208584
34
35 10 Dec 2007; Raúl Porcel <armin76@g.o> bugzilla-3.0.2.ebuild:
36 alpha/ia64/sparc stable wrt #198075
37
38
39
40 1.7 www-apps/bugzilla/bugzilla-2.22.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild?r1=1.6&r2=1.7
45
46 Index: bugzilla-2.22.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- bugzilla-2.22.3.ebuild 4 Sep 2007 18:19:43 -0000 1.6
53 +++ bugzilla-2.22.3.ebuild 5 Feb 2008 15:20:39 -0000 1.7
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.6 2007/09/04 18:19:43 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.7 2008/02/05 15:20:39 hollow Exp $
60
61 -inherit webapp
62 +inherit webapp depend.apache
63
64 DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
65 SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
66 @@ -17,7 +17,6 @@
67 >=dev-lang/perl-5.6.1
68 postgres? ( >=dev-perl/DBD-Pg-1.45 )
69 mysql? ( >=dev-perl/DBD-mysql-3.0007 )
70 - >=www-servers/apache-2.0
71 graphviz? ( media-gfx/graphviz )
72 >=dev-perl/AppConfig-1.52
73 >=virtual/perl-CGI-2.93
74 @@ -46,6 +45,8 @@
75 "
76 # dev-util/patchutils needed for interdiff
77
78 +need_apache2
79 +
80 src_unpack() {
81 unpack ${A}
82 cd ${S}
83
84
85
86 1.8 www-apps/bugzilla/bugzilla-2.20.5.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild?rev=1.8&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild?rev=1.8&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild?r1=1.7&r2=1.8
91
92 Index: bugzilla-2.20.5.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild,v
95 retrieving revision 1.7
96 retrieving revision 1.8
97 diff -u -r1.7 -r1.8
98 --- bugzilla-2.20.5.ebuild 15 Oct 2007 15:09:53 -0000 1.7
99 +++ bugzilla-2.20.5.ebuild 5 Feb 2008 15:20:39 -0000 1.8
100 @@ -1,8 +1,8 @@
101 -# Copyright 1999-2007 Gentoo Foundation
102 +# Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild,v 1.7 2007/10/15 15:09:53 corsair Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild,v 1.8 2008/02/05 15:20:39 hollow Exp $
106
107 -inherit webapp
108 +inherit webapp depend.apache
109
110 DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
111 SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
112 @@ -17,7 +17,6 @@
113 >=dev-lang/perl-5.6.1
114 postgres? ( >=dev-perl/DBD-Pg-1.43 )
115 mysql? ( <=dev-perl/DBD-mysql-3.0002 )
116 - >=www-servers/apache-2.0
117 graphviz? ( media-gfx/graphviz )
118 >=dev-perl/AppConfig-1.52
119 >=virtual/perl-CGI-2.93
120 @@ -40,6 +39,8 @@
121 virtual/mta
122 "
123
124 +need_apache2
125 +
126 src_unpack() {
127 unpack ${A}
128 cd ${S}
129
130
131
132 --
133 gentoo-commits@l.g.o mailing list