summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-06-04 06:22:10 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-06-04 06:22:10 +0000
commit6a8fb010a436d7c71de3ca2674ecb6c774845c7c (patch)
tree5ae69f3fa627223b714c0d653fe289eb0f74f271 /dev-perl/libwww-perl
parentVersion Bump. (diff)
downloadgentoo-2-6a8fb010a436d7c71de3ca2674ecb6c774845c7c.tar.gz
gentoo-2-6a8fb010a436d7c71de3ca2674ecb6c774845c7c.tar.bz2
gentoo-2-6a8fb010a436d7c71de3ca2674ecb6c774845c7c.zip
Bug 90700 - tested on mips as good now
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r--dev-perl/libwww-perl/ChangeLog6
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.800.ebuild4
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild3
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index 3c50f9f6bf58..f50edb12d96d 100644
--- a/dev-perl/libwww-perl/ChangeLog
+++ b/dev-perl/libwww-perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.54 2005/06/01 12:51:10 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.55 2005/06/04 06:22:10 mcummings Exp $
+
+ 04 Jun 2005; Michael Cummings <mcummings@gentoo.org>
+ libwww-perl-5.800.ebuild, libwww-perl-5.803-r1.ebuild:
+ Bug 90700 - tested on mips as good now
*libwww-perl-5.803-r1 (01 Jun 2005)
diff --git a/dev-perl/libwww-perl/libwww-perl-5.800.ebuild b/dev-perl/libwww-perl/libwww-perl-5.800.ebuild
index 31ead6509436..34a8cc3e8f27 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.800.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.800.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.800.ebuild,v 1.13 2005/05/27 15:25:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.800.ebuild,v 1.14 2005/06/04 06:22:10 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
IUSE="ssl"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
DEPEND=">=dev-perl/libnet-1.16
>=dev-perl/HTML-Parser-3.34
diff --git a/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild
index d62d033b080c..e517cab9f937 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild,v 1.1 2005/06/01 12:51:10 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild,v 1.2 2005/06/04 06:22:10 mcummings Exp $
inherit perl-module
@@ -16,6 +16,7 @@ DEPEND=">=dev-perl/libnet-1.16
>=dev-perl/HTML-Parser-3.34
>=dev-perl/URI-1.10
>=perl-core/Digest-MD5-2.12
+ dev-perl/HTML-Tree
>=perl-core/MIME-Base64-2.12
dev-perl/Compress-Zlib
ssl? ( dev-perl/Crypt-SSLeay )"