summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-19 17:01:12 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-19 23:41:50 +0100
commit434e1be248e934b52c8ca1e80f737b381a2c7170 (patch)
treed05592a54905cecbafe52c84d2c7ab09da6acdfd /dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild
parentdev-perl/Perl-Critic-Deprecated: Bump to version 1.119.0 (diff)
downloadgentoo-434e1be248e934b52c8ca1e80f737b381a2c7170.tar.gz
gentoo-434e1be248e934b52c8ca1e80f737b381a2c7170.tar.bz2
gentoo-434e1be248e934b52c8ca1e80f737b381a2c7170.zip
dev-perl/PerlIO-gzip: Bump to version 0.190.0
- EAPI6 - Simplify DESCRIPTION Upstream: - Fix bug with sfio removal https://rt.cpan.org/Ticket/Display.html?id=92412 - Fix gcc warning https://rt.cpan.org/Ticket/Display.html?id=92031 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild')
-rw-r--r--dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild
new file mode 100644
index 000000000000..2d3ac4c803e8
--- /dev/null
+++ b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NWCLARK
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="PerlIO layer to gzip/gunzip"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"