Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: WWW-Mechanize-1.720.0.ebuild ChangeLog
Date: Wed, 29 Feb 2012 09:16:21
Message-Id: 20120229091611.32A612004B@flycatcher.gentoo.org
1 robbat2 12/02/29 09:16:11
2
3 Modified: ChangeLog
4 Added: WWW-Mechanize-1.720.0.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.82 dev-perl/WWW-Mechanize/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.82&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.82&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.81&r2=1.82
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
20 retrieving revision 1.81
21 retrieving revision 1.82
22 diff -p -w -b -B -u -u -r1.81 -r1.82
23 --- ChangeLog 30 Nov 2011 18:58:42 -0000 1.81
24 +++ ChangeLog 29 Feb 2012 09:16:11 -0000 1.82
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/WWW-Mechanize
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.81 2011/11/30 18:58:42 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.82 2012/02/29 09:16:11 robbat2 Exp $
31 +
32 +*WWW-Mechanize-1.720.0 (29 Feb 2012)
33 +
34 + 29 Feb 2012; Robin H. Johnson <robbat2@g.o>
35 + +WWW-Mechanize-1.720.0.ebuild:
36 + Version bump via perl-bump experimental tool.
37
38 *WWW-Mechanize-1.710.0 (30 Nov 2011)
39
40
41
42
43 1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: WWW-Mechanize-1.720.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.720.0.ebuild,v 1.1 2012/02/29 09:16:11 robbat2 Exp $
53
54 EAPI=4
55
56 MODULE_AUTHOR=JESSE
57 MODULE_VERSION=1.72
58 inherit perl-module
59
60 DESCRIPTION="Handy web browsing in a Perl object"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
64 IUSE="test"
65
66 RDEPEND="
67 dev-perl/IO-Socket-SSL
68 || (
69 ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
70 <dev-perl/libwww-perl-6
71 )
72 >=dev-perl/URI-1.36
73 >=dev-perl/HTML-Parser-3.34
74 dev-perl/HTML-Tree
75 "
76 DEPEND="${RDEPEND}
77 test? (
78 dev-perl/PadWalker
79 dev-perl/Test-Pod
80 dev-perl/Test-Pod-Coverage
81 dev-perl/Test-Exception
82 dev-perl/Test-NoWarnings
83 dev-perl/Test-Taint
84 >=dev-perl/Test-Warn-0.11
85 dev-perl/Test-Memory-Cycle
86 dev-perl/HTTP-Server-Simple
87 )
88 "
89
90 # configure to run the local tests, but not the ones which access the Internet
91 myconf="--local --nolive"
92
93 SRC_TEST=do