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
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')
-rw-r--r--dev-perl/WWW-Mechanize/Manifest2
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild44
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild44
-rw-r--r--dev-perl/WWW-Mechanize/metadata.xml11
4 files changed, 101 insertions, 0 deletions
diff --git a/dev-perl/WWW-Mechanize/Manifest b/dev-perl/WWW-Mechanize/Manifest
new file mode 100644
index 000000000000..d36689fbd38b
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/Manifest
@@ -0,0 +1,2 @@
+DIST WWW-Mechanize-1.73.tar.gz 126866 SHA256 e9d56c921ce8f09a9087031249945f27383e29cee28b1e0a46c473d894423cff SHA512 470a3e62b8a080e1fe8330b3ef28c4bd872c7ba53c67aacfca46163781f7e99132a4d5ab82c3820d5ff3a7e7d433d019e696f232d512b28be3e6bfe012188bdd WHIRLPOOL 09e2cd2f9af59b15f2891d76a71dd9bf14ffc648eabfd787ed4ea33cafc298110b549bbc646aa2bbf713001e98a96a099afb41fd56ba4e353897f83916a5de99
+DIST WWW-Mechanize-1.75.tar.gz 128852 SHA256 5310051feb66c6ef9f7a4c070c66ec6092932129fc9cd18bba009ce999b7930b SHA512 1643cbd7acc19d0802a263c0f30e296d438c798224e0ea971142a350f8c1cc78c53ed6dc6cad6c2008e801197a8b13fe5c7e69c76f41d8f919a2a4ec70c49ba6 WHIRLPOOL ad5e6771f41b5044ada06819a966cc5e0b42b37aadc8a91697da41b1174be5362ce8d91d72e31f40df6a72c9add9153223662e36ed70bb0fbadf45216eedc560
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild
new file mode 100644
index 000000000000..3b7391235c98
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.730.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.73
+inherit perl-module
+
+DESCRIPTION="Handy web browsing in a Perl object"
+
+SLOT="0"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/IO-Socket-SSL
+ || (
+ ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
+ <dev-perl/libwww-perl-6
+ )
+ >=dev-perl/URI-1.36
+ >=dev-perl/HTML-Parser-3.34
+ dev-perl/HTML-Tree
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/PadWalker
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ dev-perl/Test-Exception
+ dev-perl/Test-NoWarnings
+ dev-perl/Test-Taint
+ >=dev-perl/Test-Warn-0.11
+ dev-perl/Test-Memory-Cycle
+ dev-perl/HTTP-Server-Simple
+ )
+"
+
+# configure to run the local tests, but not the ones which access the Internet
+myconf="--local --nolive"
+
+SRC_TEST=do
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild
new file mode 100644
index 000000000000..be5736f1b556
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.750.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.75
+inherit perl-module
+
+DESCRIPTION="Handy web browsing in a Perl object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/IO-Socket-SSL
+ || (
+ ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
+ <dev-perl/libwww-perl-6
+ )
+ >=dev-perl/URI-1.36
+ >=dev-perl/HTML-Parser-3.34
+ dev-perl/HTML-Tree
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/PadWalker
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ dev-perl/Test-Exception
+ dev-perl/Test-NoWarnings
+ dev-perl/Test-Taint
+ >=dev-perl/Test-Warn-0.11
+ dev-perl/Test-Memory-Cycle
+ dev-perl/HTTP-Server-Simple
+ )
+"
+
+# configure to run the local tests, but not the ones which access the Internet
+myconf="--local --nolive"
+
+SRC_TEST=do
diff --git a/dev-perl/WWW-Mechanize/metadata.xml b/dev-perl/WWW-Mechanize/metadata.xml
new file mode 100644
index 000000000000..17512f8cc2bc
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/metadata.xml
@@ -0,0 +1,11 @@
+<?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</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::Image</remote-id>
+ <remote-id type="cpan-module">WWW::Mechanize::Link</remote-id>
+ </upstream>
+</pkgmetadata>