diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 21:20:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 21:20:37 +0000 |
commit | d952e780c5fa7adda97fa10f95f6a82e7c40b2eb (patch) | |
tree | b5a73fa0480f1397ce48e3e17d32495f0527d393 /dev-perl | |
parent | for tb-2.0, bump patchset to latest version, and fix patches not applying, th... (diff) | |
download | gentoo-2-d952e780c5fa7adda97fa10f95f6a82e7c40b2eb.tar.gz gentoo-2-d952e780c5fa7adda97fa10f95f6a82e7c40b2eb.tar.bz2 gentoo-2-d952e780c5fa7adda97fa10f95f6a82e7c40b2eb.zip |
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.22 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index a4976a7132b4..91296d179382 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.34 2007/01/19 17:16:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.35 2007/03/11 21:20:37 mcummings Exp $ + +*WWW-Mechanize-1.22 (11 Mar 2007) + + 11 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.22.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-1.16.ebuild, WWW-Mechanize-1.18.ebuild, diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild new file mode 100644 index 000000000000..eac0c38abbc9 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 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.22.ebuild,v 1.1 2007/03/11 21:20:37 mcummings 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 ~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 )" + diff --git a/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.22 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.22 new file mode 100644 index 000000000000..a13394fc216c --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.22 @@ -0,0 +1,3 @@ +MD5 f25ab5a33248354038307303e8450881 WWW-Mechanize-1.22.tar.gz 108193 +RMD160 a524eaf3f50479253849c3dc7911745a7c20b00d WWW-Mechanize-1.22.tar.gz 108193 +SHA256 e3115bb1ae391042db083003c6182a3047a162b8b37259e821b7bdbdabe2ced8 WWW-Mechanize-1.22.tar.gz 108193 |