summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-26 15:24:31 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 15:24:54 +1300
commitbd265d183839f67c7db5343d545c34b89c87f3a1 (patch)
tree8d76a491b05ec3216a89a73c804c8102e181fe7b /dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild
parentdev-perl/IO-Socket-SSL: Bump to version 2.52.0 (diff)
downloadgentoo-bd265d183839f67c7db5343d545c34b89c87f3a1.tar.gz
gentoo-bd265d183839f67c7db5343d545c34b89c87f3a1.tar.bz2
gentoo-bd265d183839f67c7db5343d545c34b89c87f3a1.zip
dev-perl/IO-Tee: Bump to version 0.650.0
- EAPI6 Upstream: - Modernize code and packaging Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild')
-rw-r--r--dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild b/dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild
new file mode 100644
index 000000000000..d2019f3d7cdc
--- /dev/null
+++ b/dev-perl/IO-Tee/IO-Tee-0.650.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=NEILB
+DIST_VERSION=0.65
+inherit perl-module
+
+DESCRIPTION="Multiplex output to multiple output handles"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-IO
+ virtual/perl-parent
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+"