summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-19 17:50:03 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-19 17:50:03 +0000
commit33ec92b1555b336b4652388748993bc72be23bcc (patch)
treeac3ccd8822667ff7468320c796dcb8bd8d79d9cd /games-util
parentIO-Compress replaces Compress-Zlib (diff)
downloadgentoo-2-33ec92b1555b336b4652388748993bc72be23bcc.tar.gz
gentoo-2-33ec92b1555b336b4652388748993bc72be23bcc.tar.bz2
gentoo-2-33ec92b1555b336b4652388748993bc72be23bcc.zip
IO-Compress replaces Compress-Zlib
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/umodpack/ChangeLog8
-rw-r--r--games-util/umodpack/umodpack-0.5_beta16-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-util/umodpack/ChangeLog b/games-util/umodpack/ChangeLog
index 94e783e538cb..cb99fae4d373 100644
--- a/games-util/umodpack/ChangeLog
+++ b/games-util/umodpack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/umodpack
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.10 2008/11/18 16:05:26 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.11 2009/07/19 17:50:03 tove Exp $
+
+ 19 Jul 2009; Torsten Veller <tove@gentoo.org>
+ umodpack-0.5_beta16-r1.ebuild:
+ IO-Compress replaces Compress-Zlib
18 Nov 2008; Torsten Veller <tove@gentoo.org>
umodpack-0.5_beta16-r1.ebuild:
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
index 733fbecfb36e..5db625e60b7a 100644
--- a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
+++ b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.6 2008/11/18 16:05:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.7 2009/07/19 17:50:03 tove Exp $
inherit perl-module toolchain-funcs
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
IUSE="tk"
DEPEND="dev-lang/perl
- virtual/perl-Compress-Zlib
+ virtual/perl-IO-Compress
dev-perl/Archive-Zip
dev-perl/Tie-IxHash
tk? ( dev-perl/perl-tk )"