summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/WWW-Mechanize-FormFiller
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller')
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/Manifest2
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild24
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.110.0.ebuild24
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/metadata.xml19
4 files changed, 69 insertions, 0 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/Manifest b/dev-perl/WWW-Mechanize-FormFiller/Manifest
new file mode 100644
index 000000000000..f9f6cbdb46c3
--- /dev/null
+++ b/dev-perl/WWW-Mechanize-FormFiller/Manifest
@@ -0,0 +1,2 @@
+DIST WWW-Mechanize-FormFiller-0.10.tar.gz 19705 SHA256 234d00ebbb3d18c55757e3e91dac62ff9fc3e8f48b154fe3ecf025beac963947 SHA512 f46bc363b3793096cf4c71b58f2d489c1b4c88376135a089c6aff5f1c0cfa021932b04121a64a5dd4d683350e1f1b7ae21a465ecddb426ffbb237ba8aa65a554 WHIRLPOOL 73f414c9cb7101be74c5dd4987fe88a6f9fce02c15ac852ac0e2645764f8d957c87339256538529e32aa7cb5861d9d776b894662a29043f50f9f38757af1a78f
+DIST WWW-Mechanize-FormFiller-0.11.tar.gz 20157 SHA256 517c7e612be3c4538ed9b52da611fe00d2fa8d4ea06212ecbadbfbf5b22a2d67 SHA512 60436af00f910465f5bfe60c55200c4a4301380295cf0ac39979a73c7f8efc78559ffd828fb145970838919beb2f4a99bbf134adb1976f577569a13f1c8e3b02 WHIRLPOOL f2057a906e672471215bd00c1e3beb02791b482eb9b4098b5af9d33f724e8206addd450a714ce4ab7093f232406e74eb47e245e5de33a2fb413d9c835da502b6
diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild
new file mode 100644
index 000000000000..5f9f07192254
--- /dev/null
+++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CORION
+MODULE_VERSION=0.10
+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 dev-perl/HTML-Form )
+ dev-perl/libwww-perl
+ )"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.110.0.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.110.0.ebuild
new file mode 100644
index 000000000000..332d25a18f04
--- /dev/null
+++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.110.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CORION
+MODULE_VERSION=0.11
+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 dev-perl/HTML-Form )
+ dev-perl/libwww-perl
+ )"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/WWW-Mechanize-FormFiller/metadata.xml b/dev-perl/WWW-Mechanize-FormFiller/metadata.xml
new file mode 100644
index 000000000000..69da96601d3d
--- /dev/null
+++ b/dev-perl/WWW-Mechanize-FormFiller/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">WWW-Mechanize-FormFiller</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Callback</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Default</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Fixed</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Interactive</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Keep</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Random</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Random::Chars</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Random::Date</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::FormFiller::Value::Random::Word</remote-id>
+ </upstream>
+</pkgmetadata>