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: ChangeLog WWW-Mechanize-1.54.ebuild
Date: Tue, 13 Jan 2009 20:23:25
Message-Id: E1LMpnD-00060I-Iy@stork.gentoo.org
1 robbat2 09/01/13 20:23:19
2
3 Modified: ChangeLog
4 Added: WWW-Mechanize-1.54.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
8
9 Revision Changes Path
10 1.56 dev-perl/WWW-Mechanize/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -p -w -b -B -u -u -r1.55 -r1.56
22 --- ChangeLog 17 Dec 2008 09:21:21 -0000 1.55
23 +++ ChangeLog 13 Jan 2009 20:23:19 -0000 1.56
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/WWW-Mechanize
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.55 2008/12/17 09:21:21 tove Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.56 2009/01/13 20:23:19 robbat2 Exp $
30 +
31 +*WWW-Mechanize-1.54 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
34 + +WWW-Mechanize-1.54.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 17 Dec 2008; Torsten Veller <tove@g.o> WWW-Mechanize-1.52.ebuild:
38 Adjust DEPEND, remove test and fix #251212.
39
40
41
42 1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Mechanize-1.54.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild,v 1.1 2009/01/13 20:23:19 robbat2 Exp $
52
53 MODULE_AUTHOR=PETDANCE
54 inherit perl-module
55
56 DESCRIPTION="Handy web browsing in a Perl object"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE="test"
62
63 # Bug in the tests - improper use of HTTP::Server
64 SRC_TEST="do"
65
66 # configure to run the local tests, but not the ones which access the Internet
67 myconf="--local --nolive"
68
69 RDEPEND="dev-lang/perl
70 dev-perl/IO-Socket-SSL
71 >=dev-perl/libwww-perl-5.819
72 dev-perl/HTTP-Response-Encoding
73 >=dev-perl/URI-1.36
74 >=dev-perl/HTML-Parser-3.34
75 dev-perl/Test-LongString"
76 DEPEND="${RDEPEND}
77 test? ( dev-perl/Test-Pod
78 dev-perl/Test-Taint
79 >=dev-perl/Test-Warn-0.11
80 dev-perl/Test-Memory-Cycle )"
81 # dev-perl/HTTP-Server-Simple )"
82
83 # Remove test until the bug is fixed:
84 # http://rt.cpan.org/Public/Bug/Display.html?id=41673
85 src_unpack() {
86 perl-module_src_unpack
87 mv "${S}"/t/cookies.t{,.disable} || die
88 sed -i "/cookies.t/d" "${S}/MANIFEST" || die
89 }