diff options
author | 2006-08-21 01:45:50 +0000 | |
---|---|---|
committer | 2006-08-21 01:45:50 +0000 | |
commit | e50c7cc968121c6944a8e4b78c59bd13033adf25 (patch) | |
tree | 54884f5616e2171beb174110d509a15998593a6a /dev-perl/WWW-Mechanize | |
parent | Require >=sys-apps/man-1.6b-r2 to look in [0-7]x sections (Daniel Robbins). (diff) | |
download | gentoo-2-e50c7cc968121c6944a8e4b78c59bd13033adf25.tar.gz gentoo-2-e50c7cc968121c6944a8e4b78c59bd13033adf25.tar.bz2 gentoo-2-e50c7cc968121c6944a8e4b78c59bd13033adf25.zip |
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.20 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 284de4d6c229..a1a530f3ef04 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.31 2006/08/18 02:06:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.32 2006/08/21 01:45:50 mcummings Exp $ + +*WWW-Mechanize-1.20 (21 Aug 2006) + + 21 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.20.ebuild: + Version bump 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-1.18.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild new file mode 100644 index 000000000000..db4d411541e9 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 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.20.ebuild,v 1.1 2006/08/21 01:45:50 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/${P}/" +IUSE="test" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +#KEYWORDS="~amd64 ~ppc ~sparc ~x86" +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="${RDEPEND}" + +RDEPEND="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.20 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.20 new file mode 100644 index 000000000000..c22c28c18bba --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.20 @@ -0,0 +1,3 @@ +MD5 97318ae4928c50c56faf097cbe187428 WWW-Mechanize-1.20.tar.gz 106488 +RMD160 d9c593ddd055cf9b6e346029823a772e8c598628 WWW-Mechanize-1.20.tar.gz 106488 +SHA256 3c556842ba64ebcf8d4b0a44b05b36acd1372f850f588cf180903352a10e0358 WWW-Mechanize-1.20.tar.gz 106488 |