summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-19 17:47:44 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-19 17:47:44 +0000
commitb1a35aa3147025c11e8fae59b50c6ff01b1bc18c (patch)
treec23614763cede46a9c2ef7669d1a834d3438c732 /dev-perl/libwww-perl
parentMask orphaned libraries ofbis and smjpeg wrt #247961. (diff)
downloadhistorical-b1a35aa3147025c11e8fae59b50c6ff01b1bc18c.tar.gz
historical-b1a35aa3147025c11e8fae59b50c6ff01b1bc18c.tar.bz2
historical-b1a35aa3147025c11e8fae59b50c6ff01b1bc18c.zip
IO-Compress replaces Compress-Zlib
Package-Manager: portage-2.2_rc33/cvs/Linux i686
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.805.ebuild4
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.829.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index 845114182fbd..c4b934952cfd 100644
--- a/dev-perl/libwww-perl/ChangeLog
+++ b/dev-perl/libwww-perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.107 2009/07/16 09:22:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.108 2009/07/19 17:47:44 tove Exp $
+
+ 19 Jul 2009; Torsten Veller <tove@gentoo.org> libwww-perl-5.805.ebuild,
+ libwww-perl-5.829.ebuild:
+ IO-Compress replaces Compress-Zlib
16 Jul 2009; Torsten Veller <tove@gentoo.org> -libwww-perl-5.826.ebuild,
-libwww-perl-5.827.ebuild, -libwww-perl-5.828.ebuild:
diff --git a/dev-perl/libwww-perl/libwww-perl-5.805.ebuild b/dev-perl/libwww-perl/libwww-perl-5.805.ebuild
index c8f3c355b24d..cdc9de86cc84 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.805.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.805.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.805.ebuild,v 1.17 2009/03/26 12:31:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.805.ebuild,v 1.18 2009/07/19 17:47:44 tove Exp $
inherit perl-module
@@ -18,7 +18,7 @@ DEPEND="virtual/perl-libnet
>=virtual/perl-Digest-MD5-2.12
dev-perl/HTML-Tree
>=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
+ >=virtual/perl-IO-Compress-1.10
ssl? ( dev-perl/Crypt-SSLeay )
dev-lang/perl"
diff --git a/dev-perl/libwww-perl/libwww-perl-5.829.ebuild b/dev-perl/libwww-perl/libwww-perl-5.829.ebuild
index 5203dd262d92..9c6e745f77d9 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.829.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.829.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.829.ebuild,v 1.1 2009/07/09 07:05:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.829.ebuild,v 1.2 2009/07/19 17:47:44 tove Exp $
EAPI=2
@@ -19,7 +19,7 @@ DEPEND="virtual/perl-libnet
>=virtual/perl-Digest-MD5-2.12
dev-perl/HTML-Tree
>=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
+ >=virtual/perl-IO-Compress-1.10
ssl? ( dev-perl/Crypt-SSLeay )"
RDEPEND="${DEPEND}"