Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Bugzilla: ChangeLog WWW-Bugzilla-1.3.ebuild
Date: Sat, 02 May 2009 09:53:30
Message-Id: E1M0BuQ-0005Zp-Sg@stork.gentoo.org
1 tove 09/05/02 09:53:26
2
3 Modified: ChangeLog WWW-Bugzilla-1.3.ebuild
4 Log:
5 Fix dependencies
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.34 dev-perl/WWW-Bugzilla/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 2 May 2009 09:39:48 -0000 1.33
22 +++ ChangeLog 2 May 2009 09:53:26 -0000 1.34
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/WWW-Bugzilla
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.33 2009/05/02 09:39:48 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.34 2009/05/02 09:53:26 tove Exp $
28 +
29 + 02 May 2009; Torsten Veller <tove@g.o> WWW-Bugzilla-1.3.ebuild:
30 + Fix dependencies
31
32 02 May 2009; Torsten Veller <tove@g.o> +WWW-Bugzilla-1.3.ebuild:
33 Version bump
34
35
36
37 1.4 dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild?r1=1.3&r2=1.4
42
43 Index: WWW-Bugzilla-1.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- WWW-Bugzilla-1.3.ebuild 2 May 2009 09:39:48 -0000 1.3
50 +++ WWW-Bugzilla-1.3.ebuild 2 May 2009 09:53:26 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.3 2009/05/02 09:39:48 tove Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.4 2009/05/02 09:53:26 tove Exp $
56
57 EAPI=2
58
59 @@ -14,6 +14,8 @@
60 IUSE=""
61
62 RDEPEND="dev-perl/WWW-Mechanize
63 + >=dev-perl/Params-Validate-0.88
64 + >=dev-perl/Crypt-SSLeay-0.57
65 dev-perl/Class-MethodMaker"
66 DEPEND="${RDEPEND}"