diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-28 23:30:43 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-28 23:30:43 +0000 |
commit | daee1269e15554e2857e2b931134cd62d50b790d (patch) | |
tree | 37aff6bf9e7ca41c729d99a5d7d289470befd4a4 /dev-perl/WWW-Mechanize | |
parent | Version bump (diff) | |
download | gentoo-2-daee1269e15554e2857e2b931134cd62d50b790d.tar.gz gentoo-2-daee1269e15554e2857e2b931134cd62d50b790d.tar.bz2 gentoo-2-daee1269e15554e2857e2b931134cd62d50b790d.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
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 <yuval@gentoo.org> +WWW-Mechanize-1.34.ebuild: + Version bump 10 Nov 2007; Raúl Porcel <armin76@gentoo.org> 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 )" |