diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 21:19:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 21:19:33 +0000 |
commit | c688ca9745a70bd4383edc064a6d4bf2b26f5725 (patch) | |
tree | f64ad7b239db76d8dd6ef934fd5ebf605674c81b /dev-perl/WWW-Mechanize | |
parent | unmask modlogan, i'm taking over maintainership (diff) | |
download | historical-c688ca9745a70bd4383edc064a6d4bf2b26f5725.tar.gz historical-c688ca9745a70bd4383edc064a6d4bf2b26f5725.tar.bz2 historical-c688ca9745a70bd4383edc064a6d4bf2b26f5725.zip |
new version
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/Manifest | 16 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.04 | 1 |
4 files changed, 46 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 9b0852eb84b9..d74ca6e85b20 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.11 2004/07/15 14:47:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.12 2004/10/17 21:19:33 mcummings Exp $ + +*WWW-Mechanize-1.04 (17 Oct 2004) + + 17 Oct 2004; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.04.ebuild: + New version on cpan. Please remember tests are disabled on purpose - tests + include external network requests that aren't safe in an automatic install. 15 Jul 2004; Gustavo Zacarias <gustavoz@gentoo.org> WWW-Mechanize-1.0301.ebuild: diff --git a/dev-perl/WWW-Mechanize/Manifest b/dev-perl/WWW-Mechanize/Manifest index 4f95eba41387..84740a444232 100644 --- a/dev-perl/WWW-Mechanize/Manifest +++ b/dev-perl/WWW-Mechanize/Manifest @@ -1,8 +1,20 @@ -MD5 ab2617901af5d0d74f528e53e42713f1 ChangeLog 1445 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 049f01cdc1695939e6f46e9518e47409 ChangeLog 1722 MD5 08e77e1d265c258f5184a5c9d44162a1 WWW-Mechanize-0.72.ebuild 619 MD5 e4465d889f20de417e3fc2cbd86a4005 WWW-Mechanize-1.02.ebuild 627 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 ad91c7185810dad044510087b2a90ca4 WWW-Mechanize-1.0301.ebuild 740 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 62f890c64ab40e6bb1cbe898f9c1dc0a WWW-Mechanize-1.04.ebuild 673 MD5 af33aa0210f8bead16861f3a3594c764 files/digest-WWW-Mechanize-0.72 69 MD5 42fee8e91a59caf2c14fa89e83960c00 files/digest-WWW-Mechanize-1.02 69 MD5 5a16ba0cd4057511b5fb8a0249531014 files/digest-WWW-Mechanize-1.0301 72 +MD5 8de5e0779143e0430d8d83fe9ed5da9b files/digest-WWW-Mechanize-1.04 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBcuEetG5z4I8BtQoRAn4vAJ9/gw5nYnSjQxmMP3KgJNCJsoj/UgCbBh9g +WSLyRYj3vtah0IEJc3BqV0A= +=MM5i +-----END PGP SIGNATURE----- diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild new file mode 100644 index 000000000000..63ee823d745d --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 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.04.ebuild,v 1.1 2004/10/17 21:19:33 mcummings Exp $ + +inherit perl-module + +CATEGORY="dev-perl" +DESCRIPTION="automate interaction with websites " +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/${P}/" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" + +DEPEND="dev-perl/IO-Socket-SSL + >=dev-perl/libwww-perl-5.76 + dev-perl/URI + dev-perl/HTML-Parser" + +src_compile() { + echo "y" | perl-module_src_compile +} diff --git a/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.04 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.04 new file mode 100644 index 000000000000..9b3e382eb70a --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.04 @@ -0,0 +1 @@ +MD5 1e88a34f33acdaba8cfbf2949ec09556 WWW-Mechanize-1.04.tar.gz 90080 |