summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
commit738f54a7d5f322f143e55f89ebd295d63d551b50 (patch)
treefccf10c47e828e6ab175762d9bf7c700a2df7dde /dev-perl/WWW-Mechanize
parentVersion bump. (diff)
downloadgentoo-2-738f54a7d5f322f143e55f89ebd295d63d551b50.tar.gz
gentoo-2-738f54a7d5f322f143e55f89ebd295d63d551b50.tar.bz2
gentoo-2-738f54a7d5f322f143e55f89ebd295d63d551b50.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r--dev-perl/WWW-Mechanize/ChangeLog8
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index 66363ec574a4..e4e2ee96207d 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.53 2008/11/03 12:36:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.54 2008/12/08 02:43:05 robbat2 Exp $
+
+*WWW-Mechanize-1.52 (08 Dec 2008)
+
+ 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +WWW-Mechanize-1.52.ebuild:
+ Version bump.
03 Nov 2008; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.50.ebuild:
Add ~ia64 wrt #244620
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild
new file mode 100644
index 000000000000..a4bfb57dded7
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild,v 1.1 2008/12/08 02:43:05 robbat2 Exp $
+
+MODULE_AUTHOR=PETDANCE
+inherit perl-module
+
+DESCRIPTION="Handy web browsing in a Perl object"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+# Bug in the tests - improper use of HTTP::Server
+SRC_TEST="do"
+
+# configure to run the local tests, but not the ones which access the Internet
+myconf="--local --nolive"
+
+RDEPEND="dev-lang/perl
+ dev-perl/IO-Socket-SSL
+ >=dev-perl/libwww-perl-5.815
+ dev-perl/HTTP-Response-Encoding
+ >=dev-perl/URI-1.25
+ >=dev-perl/HTML-Parser-3.34
+ dev-perl/Test-LongString"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Taint
+ dev-perl/Test-Warn
+ dev-perl/Test-Memory-Cycle )"