summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-26 12:34:36 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 12:34:41 +1300
commit1f04a009ef204c73ac34ff99137c003d7f362721 (patch)
tree3bb13966f4ed085402a71810ca1eff59b47a9f79 /dev-perl/IO-All/IO-All-0.870.0.ebuild
parentdev-perl/HTML-Scrubber: Fix missing test dep on dev-perl/Test-Differences (diff)
downloadgentoo-1f04a009ef204c73ac34ff99137c003d7f362721.tar.gz
gentoo-1f04a009ef204c73ac34ff99137c003d7f362721.tar.bz2
gentoo-1f04a009ef204c73ac34ff99137c003d7f362721.zip
dev-perl/IO-All: Bump to version 0.870.0 re bug #614632
- EAPI6 Upstream: - Fix '.' in @INC failures - Fix io($dir)->all with unicode-named files - Don't trample $! - Add cmp overload Bug: https://bugs.gentoo.org/614632 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/IO-All/IO-All-0.870.0.ebuild')
-rw-r--r--dev-perl/IO-All/IO-All-0.870.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/IO-All/IO-All-0.870.0.ebuild b/dev-perl/IO-All/IO-All-0.870.0.ebuild
new file mode 100644
index 000000000000..e6e7047c346d
--- /dev/null
+++ b/dev-perl/IO-All/IO-All-0.870.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.87
+
+inherit perl-module
+
+DESCRIPTION="unified IO operations"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+# needs Scalar::Util
+DEPEND="
+ virtual/perl-Scalar-List-Utils
+"
+RDEPEND="${DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"