Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Mechanize-FormFiller: ChangeLog WWW-Mechanize-FormFiller-0.10.ebuild
Date: Sat, 25 Apr 2009 07:48:11
Message-Id: E1LxccL-0007HV-U6@stork.gentoo.org
1 tove 09/04/25 07:48:09
2
3 Modified: ChangeLog
4 Added: WWW-Mechanize-FormFiller-0.10.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 dev-perl/WWW-Mechanize-FormFiller/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 Dec 2007 19:39:34 -0000 1.8
23 +++ ChangeLog 25 Apr 2009 07:48:09 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/WWW-Mechanize-FormFiller
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.8 2007/12/27 19:39:34 ticho Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.9 2009/04/25 07:48:09 tove Exp $
30 +
31 +*WWW-Mechanize-FormFiller-0.10 (25 Apr 2009)
32 +
33 + 25 Apr 2009; Torsten Veller <tove@g.o>
34 + +WWW-Mechanize-FormFiller-0.10.ebuild:
35 + Version bump
36
37 27 Dec 2007; Andrej Kacian <ticho@g.o> ChangeLog:
38 Stable on x86.
39
40
41
42 1.1 dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Mechanize-FormFiller-0.10.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-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild,v 1.1 2009/04/25 07:48:09 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=CORION
56 inherit perl-module
57
58 DESCRIPTION="Framework to automate HTML forms "
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="dev-perl/Data-Random
65 dev-perl/libwww-perl"
66 RDEPEND="${DEPEND}"
67
68 SRC_TEST="do"