diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-19 17:42:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-19 17:42:57 +0000 |
commit | 1552083b2c7c582b171be9f9d6ba2f01f76fb184 (patch) | |
tree | f1662bdcead473d52c9fd7f363ee9ab9060a254f /dev-perl | |
parent | IO-Compress replaces Compress-Zlib (diff) | |
download | gentoo-2-1552083b2c7c582b171be9f9d6ba2f01f76fb184.tar.gz gentoo-2-1552083b2c7c582b171be9f9d6ba2f01f76fb184.tar.bz2 gentoo-2-1552083b2c7c582b171be9f9d6ba2f01f76fb184.zip |
IO-Compress replaces Compress-Zlib
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PDF-API2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.57.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.65.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index eb4662654c51..11dd7f30efea 100644 --- a/dev-perl/PDF-API2/ChangeLog +++ b/dev-perl/PDF-API2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PDF-API2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.14 2008/11/18 15:21:12 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.15 2009/07/19 17:42:57 tove Exp $ + + 19 Jul 2009; Torsten Veller <tove@gentoo.org> PDF-API2-0.57.ebuild, + PDF-API2-0.65.ebuild: + IO-Compress replaces Compress-Zlib 18 Nov 2008; Torsten Veller <tove@gentoo.org> PDF-API2-0.57.ebuild, PDF-API2-0.65.ebuild: diff --git a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild b/dev-perl/PDF-API2/PDF-API2-0.57.ebuild index 5e92591c2415..fd5d00cdf2cc 100644 --- a/dev-perl/PDF-API2/PDF-API2-0.57.ebuild +++ b/dev-perl/PDF-API2/PDF-API2-0.57.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/PDF-API2/PDF-API2-0.57.ebuild,v 1.3 2008/11/18 15:21:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.57.ebuild,v 1.4 2009/07/19 17:42:57 tove Exp $ inherit perl-module @@ -15,5 +15,5 @@ IUSE="" SRC_TEST="do" -DEPEND="virtual/perl-Compress-Zlib +DEPEND="virtual/perl-IO-Compress dev-lang/perl" diff --git a/dev-perl/PDF-API2/PDF-API2-0.65.ebuild b/dev-perl/PDF-API2/PDF-API2-0.65.ebuild index 44915f8bde2e..b54f7de8dcd2 100644 --- a/dev-perl/PDF-API2/PDF-API2-0.65.ebuild +++ b/dev-perl/PDF-API2/PDF-API2-0.65.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/PDF-API2/PDF-API2-0.65.ebuild,v 1.2 2008/11/18 15:21:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.65.ebuild,v 1.3 2009/07/19 17:42:57 tove Exp $ inherit perl-module @@ -15,5 +15,5 @@ IUSE="" SRC_TEST="do" -DEPEND="virtual/perl-Compress-Zlib +DEPEND="virtual/perl-IO-Compress dev-lang/perl" |