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/Bio-Das
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/Bio-Das')
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.10.ebuild6
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.11.ebuild4
-rw-r--r--dev-perl/Bio-Das/ChangeLog6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.10.ebuild b/dev-perl/Bio-Das/Bio-Das-1.10.ebuild
index cbb07b41f4e8..26192ececf20 100644
--- a/dev-perl/Bio-Das/Bio-Das-1.10.ebuild
+++ b/dev-perl/Bio-Das/Bio-Das-1.10.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-perl/Bio-Das/Bio-Das-1.10.ebuild,v 1.2 2008/12/31 03:20:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.10.ebuild,v 1.3 2009/07/19 17:33:07 tove Exp $
MODULE_AUTHOR="LDS"
inherit perl-module
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
# Tests work again as of 1.10 (were broken in 1.09)
SRC_TEST="do"
-DEPEND=">=virtual/perl-Compress-Zlib-1.0
+DEPEND=">=virtual/perl-IO-Compress-1.0
sci-biology/bioperl
>=dev-perl/HTML-Parser-3
>=dev-perl/libwww-perl-5
diff --git a/dev-perl/Bio-Das/Bio-Das-1.11.ebuild b/dev-perl/Bio-Das/Bio-Das-1.11.ebuild
index 6a34d11a0664..20d9465917f0 100644
--- a/dev-perl/Bio-Das/Bio-Das-1.11.ebuild
+++ b/dev-perl/Bio-Das/Bio-Das-1.11.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/Bio-Das/Bio-Das-1.11.ebuild,v 1.1 2009/06/07 13:29:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.11.ebuild,v 1.2 2009/07/19 17:33:07 tove Exp $
EAPI=2
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
# Tests work again as of 1.10 (were broken in 1.09)
SRC_TEST="do"
-DEPEND=">=virtual/perl-Compress-Zlib-1.0
+DEPEND=">=virtual/perl-IO-Compress-1.0
sci-biology/bioperl
>=dev-perl/HTML-Parser-3
>=dev-perl/libwww-perl-5
diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog
index b372d7120843..75049da1a2ae 100644
--- a/dev-perl/Bio-Das/ChangeLog
+++ b/dev-perl/Bio-Das/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Bio-Das
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.21 2009/06/07 13:29:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.22 2009/07/19 17:33:07 tove Exp $
+
+ 19 Jul 2009; Torsten Veller <tove@gentoo.org> Bio-Das-1.10.ebuild,
+ Bio-Das-1.11.ebuild:
+ IO-Compress replaces Compress-Zlib
*Bio-Das-1.11 (07 Jun 2009)