summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2006-07-06 18:32:48 +0000
committerAaron Kulbe <superlag@gentoo.org>2006-07-06 18:32:48 +0000
commite285a77afda376b7ab7afa92c8fd26a1f9df42c7 (patch)
tree44c3106bb0c795f4b341b54ffb733616e131015e /dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild
parentNew upstream version; Patch to configure.ac rather than configure. (diff)
downloadgentoo-2-e285a77afda376b7ab7afa92c8fd26a1f9df42c7.tar.gz
gentoo-2-e285a77afda376b7ab7afa92c8fd26a1f9df42c7.tar.bz2
gentoo-2-e285a77afda376b7ab7afa92c8fd26a1f9df42c7.zip
Version bump to 1.42 - keyworded on all arches.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild')
-rw-r--r--dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild b/dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild
new file mode 100644
index 000000000000..a7357e175694
--- /dev/null
+++ b/dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild,v 1.1 2006/07/06 18:32:48 superlag Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Zlib perl module"
+HOMEPAGE="http://cpan.pair.com/modules/by-module/Compress/${P}.readme"
+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"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
+
+mydoc="TODO"