diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-05 20:10:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-05 20:10:10 +0000 |
commit | 001881bf91ed1d8e3a03fa9fff80e818fdf34546 (patch) | |
tree | 35d53ea8087cc7eb68a7215a0e40ace13e41ac68 /dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-001881bf91ed1d8e3a03fa9fff80e818fdf34546.tar.gz gentoo-2-001881bf91ed1d8e3a03fa9fff80e818fdf34546.tar.bz2 gentoo-2-001881bf91ed1d8e3a03fa9fff80e818fdf34546.zip |
Version bump
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild')
-rw-r--r-- | dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild b/dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild new file mode 100644 index 000000000000..d8e6727c0b06 --- /dev/null +++ b/dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Compress-Zlib/IO-Compress-Zlib-2.003.ebuild,v 1.1 2007/01/05 20:10:10 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Read/Write compressed files" +HOMEPAGE="http://search.cpan.org/~pqms" +SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/IO-Compress-Base-2.003 + dev-perl/Compress-Raw-Zlib + dev-lang/perl" + +SRC_TEST="do" |