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/Test-WWW-Mechanize: ChangeLog Test-WWW-Mechanize-1.20.ebuild
Date: Mon, 28 Apr 2008 23:33:18
Message-Id: E1JqcqP-0002Ww-Rk@stork.gentoo.org
1 yuval 08/04/28 23:33:13
2
3 Modified: ChangeLog
4 Added: Test-WWW-Mechanize-1.20.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.22 dev-perl/Test-WWW-Mechanize/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 23 Jan 2008 19:18:38 -0000 1.21
23 +++ ChangeLog 28 Apr 2008 23:33:13 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Test-WWW-Mechanize
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.21 2008/01/23 19:18:38 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.22 2008/04/28 23:33:13 yuval Exp $
29 +
30 +*Test-WWW-Mechanize-1.20 (24 Apr 2008)
31 +
32 + 24 Apr 2008; Yuval Yaari <yuval@g.o>
33 + +Test-WWW-Mechanize-1.20.ebuild:
34 + Version bump
35
36 23 Jan 2008; Raúl Porcel <armin76@g.o>
37 Test-WWW-Mechanize-1.16.ebuild:
38
39
40
41 1.1 dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Test-WWW-Mechanize-1.20.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/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild,v 1.1 2008/04/28 23:33:13 yuval Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="Test::WWW::Mechanize is a subclass of WWW::Mechanize that
55 incorporates features for web application testing"
56 SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
57 HOMEPAGE="http://search.cpan.org/~petdance/${P}/"
58 IUSE=""
59 SLOT="0"
60 LICENSE="|| ( Artistic GPL-2 )"
61 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
62 #SRC_TEST="do"
63
64 DEPEND=">=dev-perl/WWW-Mechanize-1.24
65 dev-perl/Carp-Assert-More
66 >=dev-perl/HTTP-Server-Simple-0.07
67 dev-perl/URI
68 >=dev-perl/Test-LongString-0.07
69 dev-lang/perl"
70
71 src_compile() {
72 echo "y" | perl-module_src_compile
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list