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
commit06a58e6e33f7b94ff3e66030c95e75c49b306981 (patch)
treea9b9cb820b003f64ed1a24cc94a12b53d2761e76 /dev-perl/Compress-Zlib/Compress-Zlib-1.42.ebuild
parentNew upstream version; Patch to configure.ac rather than configure. (diff)
downloadhistorical-06a58e6e33f7b94ff3e66030c95e75c49b306981.tar.gz
historical-06a58e6e33f7b94ff3e66030c95e75c49b306981.tar.bz2
historical-06a58e6e33f7b94ff3e66030c95e75c49b306981.zip
Version bump to 1.42 - keyworded on all arches.
Package-Manager: portage-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"