summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-07-07 14:33:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-07-07 14:33:47 +0000
commitfd7623453edc28c1c5efcde553a41ab29bf612f9 (patch)
tree13c05222df1535bdf3fc18ae44e3ae4c88cdb5fd /dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild
parentVersion bump (diff)
downloadgentoo-2-fd7623453edc28c1c5efcde553a41ab29bf612f9.tar.gz
gentoo-2-fd7623453edc28c1c5efcde553a41ab29bf612f9.tar.bz2
gentoo-2-fd7623453edc28c1c5efcde553a41ab29bf612f9.zip
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild')
-rw-r--r--dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild b/dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild
new file mode 100644
index 000000000000..97946f593897
--- /dev/null
+++ b/dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Zlib/Compress-Zlib-2.005.ebuild,v 1.1 2007/07/07 14:33:47 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Zlib perl module"
+HOMEPAGE="http://search.cpan.org/~pmqs/"
+SRC_URI="mirror://cpan/modules/by-module/Compress/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+ >=dev-perl/Compress-Raw-Zlib-2.005
+ >=dev-perl/IO-Compress-Base-2.005
+ >=dev-perl/IO-Compress-Zlib-2.005
+ virtual/perl-Scalar-List-Utils
+ dev-lang/perl"
+
+SRC_TEST="do"
+
+mydoc="TODO"