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/SOAP-Lite: ChangeLog SOAP-Lite-0.712.ebuild
Date: Wed, 27 Oct 2010 20:13:13
Message-Id: 20101027201308.2CBEB20051@flycatcher.gentoo.org
1 tove 10/10/27 20:13:08
2
3 Modified: ChangeLog SOAP-Lite-0.712.ebuild
4 Log:
5 Depends on dev-perl/Class-Inspector (#342191)
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.57 dev-perl/SOAP-Lite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 10 Aug 2010 15:35:45 -0000 1.56
23 +++ ChangeLog 27 Oct 2010 20:13:08 -0000 1.57
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/SOAP-Lite
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.56 2010/08/10 15:35:45 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.57 2010/10/27 20:13:08 tove Exp $
29 +
30 + 27 Oct 2010; Torsten Veller <tove@g.o> SOAP-Lite-0.712.ebuild:
31 + Depends on dev-perl/Class-Inspector (#342191)
32
33 *SOAP-Lite-0.712 (10 Aug 2010)
34
35
36
37
38 1.2 dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild?r1=1.1&r2=1.2
43
44 Index: SOAP-Lite-0.712.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- SOAP-Lite-0.712.ebuild 10 Aug 2010 15:35:45 -0000 1.1
51 +++ SOAP-Lite-0.712.ebuild 27 Oct 2010 20:13:08 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild,v 1.1 2010/08/10 15:35:45 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.ebuild,v 1.2 2010/10/27 20:13:08 tove Exp $
57
58 MODULE_AUTHOR="MKUTTER"
59 inherit perl-module eutils
60 @@ -21,7 +21,8 @@
61 # 24/10/04
62 SRC_TEST="do"
63
64 -DEPEND="dev-perl/XML-Parser
65 +DEPEND="dev-perl/Class-Inspector
66 + dev-perl/XML-Parser
67 dev-perl/libwww-perl
68 virtual/perl-libnet
69 dev-perl/MIME-Lite