From 1c02c8cf9d2cd25fe25d146bd2503ca54e017a01 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 20 Feb 2016 18:49:51 +1300 Subject: dev-perl/IPC-Run3: Bump to version 0.48.0 - use EAPI6 - Fixup deps Package-Manager: portage-2.2.27 --- dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild (limited to 'dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild') diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild new file mode 100644 index 000000000000..c5fa644784fb --- /dev/null +++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.048 +inherit perl-module + +DESCRIPTION="Run a subprocess in batch mode (a la system)" + +LICENSE="|| ( BSD-2 Artistic GPL-1+ )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +IUSE="test" + +RDEPEND=" + virtual/perl-Time-HiRes +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + )" -- cgit v1.2.3-65-gdbad