diff options
author | 2009-07-19 17:49:13 +0000 | |
---|---|---|
committer | 2009-07-19 17:49:13 +0000 | |
commit | d86f2322e508cc746784ebfc2be9a9f8b94eee4c (patch) | |
tree | 0e9f4e3320bc7bb69e6f5eb329abeb72c04d2c3a /dev-util | |
parent | ppc stable #247540 (diff) | |
download | gentoo-2-d86f2322e508cc746784ebfc2be9a9f8b94eee4c.tar.gz gentoo-2-d86f2322e508cc746784ebfc2be9a9f8b94eee4c.tar.bz2 gentoo-2-d86f2322e508cc746784ebfc2be9a9f8b94eee4c.zip |
IO-Compress replaces Compress-Zlib
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/svk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/svk/svk-1.08.ebuild | 6 | ||||
-rw-r--r-- | dev-util/svk/svk-2.0.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/svk/ChangeLog b/dev-util/svk/ChangeLog index 5b70843d8a1b..f8f4488e00cc 100644 --- a/dev-util/svk/ChangeLog +++ b/dev-util/svk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/svk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.37 2009/04/25 07:57:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.38 2009/07/19 17:49:13 tove Exp $ + + 19 Jul 2009; Torsten Veller <tove@gentoo.org> svk-1.08.ebuild, + svk-2.0.2.ebuild: + IO-Compress replaces Compress-Zlib 25 Apr 2009; Patrick Lauer <patrick@gentoo.org> svk-2.0.2: Removing broken configure placeholder function. Now installs some files! diff --git a/dev-util/svk/svk-1.08.ebuild b/dev-util/svk/svk-1.08.ebuild index 874bfb796b07..81b36ecc3117 100644 --- a/dev-util/svk/svk-1.08.ebuild +++ b/dev-util/svk/svk-1.08.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/dev-util/svk/svk-1.08.ebuild,v 1.4 2008/11/18 16:04:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/svk-1.08.ebuild,v 1.5 2009/07/19 17:49:13 tove Exp $ inherit eutils perl-module bash-completion @@ -48,7 +48,7 @@ DEPEND=" pager? ( dev-perl/IO-Pager ) >=dev-perl/SVN-Mirror-0.66 patch? ( - virtual/perl-Compress-Zlib + virtual/perl-IO-Compress dev-perl/FreezeThaw ) crypt? ( app-crypt/gnupg )" diff --git a/dev-util/svk/svk-2.0.2.ebuild b/dev-util/svk/svk-2.0.2.ebuild index b4ee989d4d54..693e6164a0ff 100644 --- a/dev-util/svk/svk-2.0.2.ebuild +++ b/dev-util/svk/svk-2.0.2.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-util/svk/svk-2.0.2.ebuild,v 1.5 2009/04/25 07:57:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild,v 1.6 2009/07/19 17:49:13 tove Exp $ EAPI=2 @@ -54,7 +54,7 @@ DEPEND=" log4p? ( dev-perl/Log-Log4perl ) >=dev-perl/SVN-Mirror-0.71 patch? ( - virtual/perl-Compress-Zlib + virtual/perl-IO-Compress dev-perl/FreezeThaw ) crypt? ( app-crypt/gnupg ) |