summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-05 15:07:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-05 15:07:44 +0000
commit988d30997107c550b35468e1d96f2491e9b870dd (patch)
tree773e25cc3426f29cc28760c5f633b512fe7e3f48 /dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild
parentVersion bump from CPAN (diff)
downloadhistorical-988d30997107c550b35468e1d96f2491e9b870dd.tar.gz
historical-988d30997107c550b35468e1d96f2491e9b870dd.tar.bz2
historical-988d30997107c550b35468e1d96f2491e9b870dd.zip
This is a missing dependancy for Archive-Tar
Diffstat (limited to 'dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild')
-rw-r--r--dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild
new file mode 100644
index 000000000000..9e89dc8c3276
--- /dev/null
+++ b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.1 2003/06/05 15:07:44 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IO:: style interface to Compress::Zlib"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc"
+
+DEPEND="dev-perl/Compress-Zlib"
+