diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 14:52:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 14:52:15 +0000 |
commit | cbe4536cd79dd7cf1046236aa9b834d2914a96db (patch) | |
tree | bd046ad762d3e1a3d4a7ca63057a45de3c921758 /dev-perl/WWW-Mechanize | |
parent | Change init script to have use dbus instead of after dbus as hcid doesn't wor... (diff) | |
download | gentoo-2-cbe4536cd79dd7cf1046236aa9b834d2914a96db.tar.gz gentoo-2-cbe4536cd79dd7cf1046236aa9b834d2914a96db.tar.bz2 gentoo-2-cbe4536cd79dd7cf1046236aa9b834d2914a96db.zip |
Version bump
(Portage version: 2.1.2.3)
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.24.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.24 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 91296d179382..e1364178604c 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.35 2007/03/11 21:20:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.36 2007/05/12 14:52:15 mcummings Exp $ + +*WWW-Mechanize-1.24 (12 May 2007) + + 12 May 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.24.ebuild: + Version bump *WWW-Mechanize-1.22 (11 Mar 2007) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.ebuild new file mode 100644 index 000000000000..5e5c9d75f1c3 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.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.24.ebuild,v 1.1 2007/05/12 14:52:15 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.24 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.24 new file mode 100644 index 000000000000..c4d15e5caf27 --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.24 @@ -0,0 +1,3 @@ +MD5 da4af08a0cbbcaf98a8f89d13b3fa547 WWW-Mechanize-1.24.tar.gz 109208 +RMD160 bae10b0a0167fa6665cee9e6d49814712e77bc0d WWW-Mechanize-1.24.tar.gz 109208 +SHA256 6da7756fa944ae0f3b30fc86779def603a0871112a43bc6ef9ce5391d3d6a354 WWW-Mechanize-1.24.tar.gz 109208 |