Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@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.16.ebuild
Date: Mon, 19 Nov 2007 18:34:48
Message-Id: E1IuBS9-0000pP-Pb@stork.gentoo.org
1 ian 07/11/19 18:34:37
2
3 Modified: ChangeLog
4 Added: Test-WWW-Mechanize-1.16.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.20 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.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 10 Nov 2007 18:08:13 -0000 1.19
23 +++ ChangeLog 19 Nov 2007 18:34:37 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Test-WWW-Mechanize
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.19 2007/11/10 18:08:13 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.20 2007/11/19 18:34:37 ian Exp $
29 +
30 +*Test-WWW-Mechanize-1.16 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Christian Hartmann <ian@g.o>
33 + +Test-WWW-Mechanize-1.16.ebuild:
34 + Version bump
35
36 10 Nov 2007; Raúl Porcel <armin76@g.o>
37 Test-WWW-Mechanize-1.14.ebuild:
38
39
40
41 1.1 dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.16.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.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Test-WWW-Mechanize-1.16.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.16.ebuild,v 1.1 2007/11/19 18:34:37 ian 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@g.o mailing list