diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-25 07:48:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-25 07:48:09 +0000 |
commit | 80171782ed530d571c98ba46b067fbecfa3cca6e (patch) | |
tree | 6e2fa58adce61b945beaf657952c99dc291527db /dev-perl/WWW-Mechanize-FormFiller | |
parent | Version bump (diff) | |
download | gentoo-2-80171782ed530d571c98ba46b067fbecfa3cca6e.tar.gz gentoo-2-80171782ed530d571c98ba46b067fbecfa3cca6e.tar.bz2 gentoo-2-80171782ed530d571c98ba46b067fbecfa3cca6e.zip |
Version bump
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller')
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog index e09561f37e64..2cd11eeafc98 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog +++ b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Mechanize-FormFiller -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.8 2007/12/27 19:39:34 ticho Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.9 2009/04/25 07:48:09 tove Exp $ + +*WWW-Mechanize-FormFiller-0.10 (25 Apr 2009) + + 25 Apr 2009; Torsten Veller <tove@gentoo.org> + +WWW-Mechanize-FormFiller-0.10.ebuild: + Version bump 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> ChangeLog: Stable on x86. diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild new file mode 100644 index 000000000000..d2c80b2d16e5 --- /dev/null +++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=2 + +MODULE_AUTHOR=CORION +inherit perl-module + +DESCRIPTION="Framework to automate HTML forms " + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Data-Random + dev-perl/libwww-perl" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |