Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize: ChangeLog WWW-Mechanize-1.34.ebuild
Date: Mon, 28 Apr 2008 23:30:47
Message-Id: E1Jqcnz-0002UQ-Ri@stork.gentoo.org
1 yuval 08/04/28 23:30:43
2
3 Modified: ChangeLog
4 Added: WWW-Mechanize-1.34.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.45 dev-perl/WWW-Mechanize/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 10 Nov 2007 18:07:47 -0000 1.44
23 +++ ChangeLog 28 Apr 2008 23:30:43 -0000 1.45
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/WWW-Mechanize
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.44 2007/11/10 18:07:47 armin76 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.45 2008/04/28 23:30:43 yuval Exp $
30 +
31 +*WWW-Mechanize-1.34 (28 Apr 2008)
32 +
33 + 28 Apr 2008; Yuval Yaari <yuval@g.o> +WWW-Mechanize-1.34.ebuild:
34 + Version bump
35
36 10 Nov 2007; Raúl Porcel <armin76@g.o> WWW-Mechanize-1.30.ebuild:
37 ia64 stable
38
39
40
41 1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild?rev=1.1&content-type=text/plain
45
46 Index: WWW-Mechanize-1.34.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild,v 1.1 2008/04/28 23:30:43 yuval Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="Handy web browsing in a Perl object"
55 SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
56 HOMEPAGE="http://search.cpan.org/~petdance/"
57 IUSE="test"
58 SLOT="0"
59 LICENSE="|| ( Artistic GPL-2 )"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
61
62 # Bug in the tests - improper use of HTTP::Server
63 SRC_TEST="do"
64
65 # configure to run the local tests, but not the ones which access the Internet
66 myconf="--local --mech-dump --nolive"
67
68 DEPEND="dev-lang/perl
69 dev-perl/IO-Socket-SSL
70 >=dev-perl/libwww-perl-5.76
71 >=dev-perl/URI-1.25
72 >=dev-perl/HTML-Parser-3.34
73 dev-perl/Test-LongString
74 test? ( dev-perl/Test-Pod
75 dev-perl/Test-Taint
76 dev-perl/Test-Warn
77 dev-perl/Test-Memory-Cycle )"
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list