summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-06 07:11:34 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-07 00:30:09 +0200
commitabd95eaa6aa1af52083eff49862271e34a1a8b58 (patch)
treecfb3407fac920c7711b184f5ccd52bdd7b965590 /dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild
parentdev-perl/Archive-Extract: Bump to version 0.760.0 (diff)
downloadgentoo-abd95eaa6aa1af52083eff49862271e34a1a8b58.tar.gz
gentoo-abd95eaa6aa1af52083eff49862271e34a1a8b58.tar.bz2
gentoo-abd95eaa6aa1af52083eff49862271e34a1a8b58.zip
dev-perl/Archive-Zip: Bump to version 1.570.0
Upstream: - Attempted fix "unzip" v 6.00 and 0-length headers. Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild')
-rw-r--r--dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild
new file mode 100644
index 000000000000..219473658009
--- /dev/null
+++ b/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.57
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Compress-Raw-Zlib-2.17.0
+ virtual/perl-File-Path
+ >=virtual/perl-File-Spec-0.800.0
+ virtual/perl-File-Temp
+ virtual/perl-IO
+ virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-MockModule
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"