summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-21 15:16:57 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-21 15:17:31 +1300
commit936f591e161e8c803edb03a9a6d734b4012236d9 (patch)
tree4078246e34027d2c79386d611413bff93631c2cc /dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild
parentdev-perl/Weather-Com: Fix for '.' in @INC re bug #623148 (diff)
downloadgentoo-936f591e161e8c803edb03a9a6d734b4012236d9.tar.gz
gentoo-936f591e161e8c803edb03a9a6d734b4012236d9.tar.bz2
gentoo-936f591e161e8c803edb03a9a6d734b4012236d9.zip
dev-perl/WWW-Mechanize-FormFiller: Bump to version 0.120.0 re bug #633482
- EAPI6 - Fix problematic incorrect dependency conditional now long redundant (bug #633482) - Enable parallel tests Upstream: - Kill user-side author-testing (<3) Bug: https://bugs.gentoo.org/633482 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild')
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild
new file mode 100644
index 000000000000..d3536c56d824
--- /dev/null
+++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CORION
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Framework to automate HTML forms"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Data-Random-0.50.0
+ dev-perl/HTML-Form
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-MockObject
+ virtual/perl-Test-Simple
+ )
+"