From daee1269e15554e2857e2b931134cd62d50b790d Mon Sep 17 00:00:00 2001 From: Yuval Yaari Date: Mon, 28 Apr 2008 23:30:43 +0000 Subject: Version bump (Portage version: 2.1.4.4) --- dev-perl/WWW-Mechanize/ChangeLog | 9 +++++-- dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild (limited to 'dev-perl/WWW-Mechanize') diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 4a8ae851e88b..59af273044e2 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Mechanize -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.44 2007/11/10 18:07:47 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.45 2008/04/28 23:30:43 yuval Exp $ + +*WWW-Mechanize-1.34 (28 Apr 2008) + + 28 Apr 2008; Yuval Yaari +WWW-Mechanize-1.34.ebuild: + Version bump 10 Nov 2007; Raúl Porcel WWW-Mechanize-1.30.ebuild: ia64 stable diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild new file mode 100644 index 000000000000..eab7c4e87824 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild @@ -0,0 +1,30 @@ +# 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.34.ebuild,v 1.1 2008/04/28 23:30:43 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Handy web browsing in a Perl object" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/" +IUSE="test" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +# 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 --mech-dump --nolive" + +DEPEND="dev-lang/perl + dev-perl/IO-Socket-SSL + >=dev-perl/libwww-perl-5.76 + >=dev-perl/URI-1.25 + >=dev-perl/HTML-Parser-3.34 + dev-perl/Test-LongString + test? ( dev-perl/Test-Pod + dev-perl/Test-Taint + dev-perl/Test-Warn + dev-perl/Test-Memory-Cycle )" -- cgit v1.2.3-65-gdbad