summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-07 07:16:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-07 07:16:29 +0000
commit72914820fde5151883c3575b48099f5e4f0a6696 (patch)
treed518e95143f8a92df91876ee98028aa53e77eb04 /dev-perl/IPC-Run
parentVersion bump (diff)
downloadgentoo-2-72914820fde5151883c3575b48099f5e4f0a6696.tar.gz
gentoo-2-72914820fde5151883c3575b48099f5e4f0a6696.tar.bz2
gentoo-2-72914820fde5151883c3575b48099f5e4f0a6696.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r--dev-perl/IPC-Run/ChangeLog7
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.89.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index 1e953232e6be..03b7c871d812 100644
--- a/dev-perl/IPC-Run/ChangeLog
+++ b/dev-perl/IPC-Run/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IPC-Run
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.27 2010/03/31 07:43:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.28 2010/04/07 07:16:29 tove Exp $
+
+*IPC-Run-0.89 (07 Apr 2010)
+
+ 07 Apr 2010; Torsten Veller <tove@gentoo.org> +IPC-Run-0.89.ebuild:
+ Version bump
*IPC-Run-0.88 (31 Mar 2010)
diff --git a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild
new file mode 100644
index 000000000000..0064321ec48c
--- /dev/null
+++ b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v 1.1 2010/04/07 07:16:29 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=TODDR
+inherit perl-module
+
+DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/IO-Tty-1.08"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do