diff options
author | 2009-08-10 13:04:51 +0000 | |
---|---|---|
committer | 2009-08-10 13:04:51 +0000 | |
commit | c74547cdcb3a3950b55d4896d9425458aeb82da9 (patch) | |
tree | c6d82dadc5d37cfed5cf843279c7f33913ebc436 /perl-core/IO-Zlib/IO-Zlib-1.10.ebuild | |
parent | Update patch for live-ebuild without docs. (diff) | |
download | gentoo-2-c74547cdcb3a3950b55d4896d9425458aeb82da9.tar.gz gentoo-2-c74547cdcb3a3950b55d4896d9425458aeb82da9.tar.bz2 gentoo-2-c74547cdcb3a3950b55d4896d9425458aeb82da9.zip |
Replaced by IO-Compress
Diffstat (limited to 'perl-core/IO-Zlib/IO-Zlib-1.10.ebuild')
-rw-r--r-- | perl-core/IO-Zlib/IO-Zlib-1.10.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild deleted file mode 100644 index 5e5586987966..000000000000 --- a/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild,v 1.2 2009/07/19 18:03:23 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=TOMHUGHES -inherit perl-module - -DESCRIPTION="IO:: style interface to Compress::Zlib" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="virtual/perl-IO-Compress" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |