diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-13 06:54:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-13 06:54:05 +0000 |
commit | 8ff5ebd9520b48d6032d8a7a2857d7e2731708cd (patch) | |
tree | 760264f563cb62610ec3ad7c6cbc1bfa4ba9b5e6 /dev-perl/WWW-Mechanize | |
parent | Version bump (diff) | |
download | gentoo-2-8ff5ebd9520b48d6032d8a7a2857d7e2731708cd.tar.gz gentoo-2-8ff5ebd9520b48d6032d8a7a2857d7e2731708cd.tar.bz2 gentoo-2-8ff5ebd9520b48d6032d8a7a2857d7e2731708cd.zip |
Version bump
(Portage version: 2.1.2.9)
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.30.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index e1364178604c..a08c9e80759f 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.36 2007/05/12 14:52:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.37 2007/06/13 06:54:05 mcummings Exp $ + +*WWW-Mechanize-1.30 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.30.ebuild: + Version bump *WWW-Mechanize-1.24 (12 May 2007) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild new file mode 100644 index 000000000000..26754db8947b --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.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.30.ebuild,v 1.1 2007/06/13 06:54:05 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.30 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 new file mode 100644 index 000000000000..29d5cef11a56 --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 @@ -0,0 +1,3 @@ +MD5 13efe329942f741f966f09ea4f95710b WWW-Mechanize-1.30.tar.gz 111276 +RMD160 bed567849a73f584717292f6433cd7a3fe76d29d WWW-Mechanize-1.30.tar.gz 111276 +SHA256 5ae11aa19f6dfdb90056c97408caec967c6d29904bb9d8c072832a699ddbcf25 WWW-Mechanize-1.30.tar.gz 111276 |